* Add lang=fr attribute to refentry section of
Author: mdz
Date: 2004-05-08 19:57:09 GMT
* Add lang=fr attribute to refentry section of
apt-extracttemplates.fr.1.sgml and apt-sortpkgs.fr.1.sgml so they are
correctly built
* Modify debian/rules cvs-build to use cvs export, to a...
Author: mdz
Date: 2004-05-08 19:52:33 GMT
* Modify debian/rules cvs-build to use cvs export, to avoid picking up
junk files from the working directory
* Attempt to fix problems with chunked encoding by stri...
Author: mdz
Date: 2004-05-08 19:42:35 GMT
* Attempt to fix problems with chunked encoding by stripping only a single CR
(Closes: #152711)
* Build apt-ftparchive with libdb4.2 rather than libdb2
Author: mdz
Date: 2004-05-08 19:41:01 GMT
* Build apt-ftparchive with libdb4.2 rather than libdb2
- Patch from Clint Adams to do most of the work
- Build-Depends: s/libdb2-dev/libdb4.2-dev/
- Add AC_PREREQ(2.50) to configure.in
- Use db_strerror(err) rather than GlobalError::Errno (which uses strerror)
Updated French translation from Christian Perrier <bubu...
Author: piefel
Date: 2004-05-03 09:27:22 GMT
Updated French translation from Christian Perrier <bubulle@debian.org>
* Suppress a signed/unsigned warning in apt-cache.cc:Di...
Author: mdz
Date: 2004-04-30 04:34:03 GMT
* Suppress a signed/unsigned warning in apt-cache.cc:DisplayRecord
* Increase length of line buffer in ReadConfigFile to 1...
Author: mdz
Date: 2004-04-30 04:00:15 GMT
* Increase length of line buffer in ReadConfigFile to 1024 chars;
detect if a line is longer than that and error out
(Closes: #244835)
* Support DEB_BUILD_OPTIONS=noopt in debian/rules
Author: mdz
Date: 2004-04-30 03:56:33 GMT
* Support DEB_BUILD_OPTIONS=noopt in debian/rules
(Closes: #244293)
Updated Polish translation from Marcin Owsiany <porridg...
Author: piefel
Date: 2004-04-06 13:50:08 GMT
Updated Polish translation from Marcin Owsiany <porridge@debian.org>
New Portuguese translation from Miguel Figueiredo <elmi...
Author: piefel
Date: 2004-03-30 09:53:57 GMT
New Portuguese translation from Miguel Figueiredo <elmig@debianpt.org>
* Update Spanish translation of man pages from Ruben Porras
Author: mdz
Date: 2004-03-24 21:07:27 GMT
* Update Spanish translation of man pages from Ruben Porras
<nahoo82@telefonica.net>
New Slovenian translation from Matjaz Horvat <matjaz@ow...
Author: piefel
Date: 2004-03-24 12:51:45 GMT
New Slovenian translation from Matjaz Horvat <matjaz@owca.info>
* Patch from Jason Gunthorpe to remove arbitrary length...
Author: mdz
Date: 2004-03-24 01:40:43 GMT
* Patch from Jason Gunthorpe to remove arbitrary length limit on Binary
field in SourcesWriter::DoPackage
Updated Swedish translation from Peter Karlsson <peter...
Author: piefel
Date: 2004-03-22 09:43:17 GMT
Updated Swedish translation from Peter Karlsson <peter@softwolves.pp.se>
Fix msgtest-fatal bug in one translation. (Andre Luis Lopes)
Author: piefel
Date: 2004-03-19 10:28:57 GMT
Fix msgtest-fatal bug in one translation. (Andre Luis Lopes)
* Checked against Standards-Version 3.6.1 (no changes)
Author: mdz
Date: 2004-03-17 06:48:23 GMT
* Checked against Standards-Version 3.6.1 (no changes)
* Implement an ugly workaround for the 10000-character ...
Author: mdz
Date: 2004-03-17 05:58:54 GMT
* Implement an ugly workaround for the 10000-character limit on the
Binaries field in debSrcRecordParser, until such time as some things
can be converted over to use STL data types (ABI change) (Closes: #236688)
* Increase default tagfile buffer from 32k to 128k; this arbitrary limit
should also be removed someday (Closes: #174945)
StatError to avoid a sometimes large batch of error messages
Author: mdz
Date: 2004-03-17 05:17:11 GMT
StatError to avoid a sometimes large batch of error messages
(Closes: #234685)
* Updated pt_BR translation from Andre Luis Lopes <andr...
Author: mdz
Date: 2004-03-15 02:39:25 GMT
* Updated pt_BR translation from Andre Luis Lopes <andrelop@debian.org>
(Closes: #237960)
* Updated French translation from Christian Perrier <bu...
Author: mdz
Date: 2004-03-11 16:23:48 GMT
* Updated French translation from Christian Perrier <bubulle@debian.org>
(Closes: #237403)
* Don't translate "Yes, do as I say!" in Chinese locale...
Author: mdz
Date: 2004-02-27 01:06:49 GMT
* Don't translate "Yes, do as I say!" in Chinese locales, because it can
be difficult to input (Closes: #234886)
* Change default for Acquire::http::max-age to 0 to pre...
Author: mdz
Date: 2004-02-27 00:52:41 GMT
* Change default for Acquire::http::max-age to 0 to prevent index files
being out of sync with each other (important with Release.gpg)
* Make debian/rules a bit more consistent in a few places.
Author: mdz
Date: 2004-02-27 00:51:25 GMT
* Make debian/rules a bit more consistent in a few places.
Specifically, always use -p$@ rather than an explicit package name,
and always specify it first, and use dh_shlibdeps -l uniformly rather
than sometimes changing LD_LIBRARY_PATH dircetly
* Point to Build-Depends in COMPILING (Closes: #233669)
Author: mdz
Date: 2004-02-27 00:49:31 GMT
* Point to Build-Depends in COMPILING (Closes: #233669)
* Print a slightly clearer error message if no packagin...
Author: mdz
Date: 2004-02-27 00:46:44 GMT
* Print a slightly clearer error message if no packaging systems are
available (Closes: #233681)
* Add an assert() to make sure that we don't overflow a...
Author: mdz
Date: 2004-02-27 00:44:11 GMT
* Add an assert() to make sure that we don't overflow a fixed-size
buffer in the very unlikely event that someone adds 10 packaging
systems to apt (Closes: #233678)
buffer in the very unlikely event that someone adds 10 ...
Author: mdz
Date: 2004-02-27 00:43:16 GMT
buffer in the very unlikely event that someone adds 10 packaging
systems to apt (Closes: #233678)
Fix whitespace in French translation of "Yes, do as I say!".
Author: piefel
Date: 2004-02-24 13:19:38 GMT
Fix whitespace in French translation of "Yes, do as I say!".
* Use the 'binary' target rather than 'all' so that the...
Author: mdz
Date: 2004-02-23 21:46:42 GMT
* Use the 'binary' target rather than 'all' so that the ssh and bzip2
symlinks are created correctly
Use the 'binary' target rather than 'all' so that the s...
Author: mdz
Date: 2004-02-23 21:23:16 GMT
Use the 'binary' target rather than 'all' so that the ssh and bzip2
symlinks are created correctly
Updated Simplified Chinese translation of message catal...
Author: piefel
Date: 2004-02-23 15:36:20 GMT
Updated Simplified Chinese translation of message catalog from Tchaikov <chaisave@263.net>
* Cosmetic updates to XML man pages from Richard Bos <r...
Author: mdz
Date: 2004-02-14 21:03:46 GMT
* Cosmetic updates to XML man pages from Richard Bos <radoeka@xs4all.nl>
* New Czech translation of message catalog from Mirosla...
Author: mdz
Date: 2004-02-09 20:55:22 GMT
* New Czech translation of message catalog from Miroslav Kure
<kurem@upcase.inf.upol.cz> (Closes: #231921)
This must have escaped my commit, part of the XML manpa...
Author: mdz
Date: 2004-02-09 20:46:44 GMT
This must have escaped my commit, part of the XML manpage stuff
* New Czech translation of message catalog from Mirosla...
Author: mdz
Date: 2004-02-09 20:45:04 GMT
* New Czech translation of message catalog from Miroslav Kure
<kurem@upcase.inf.upol.cz> (Closes: #231921)
* Updated Spanish translation of man pages from Ruben Porras
Author: mdz
Date: 2004-02-08 07:00:59 GMT
* Updated Spanish translation of man pages from Ruben Porras
<nahoo82@telefonica.net> (Closes: #231539)
* Replace SGML manpages with XML man pages from richard...
Author: mdz
Date: 2004-02-07 21:48:14 GMT
* Replace SGML manpages with XML man pages from richard.bos@xs4all.nl
(Closes: #230687)
New translation: Simplified Chinese, courtesy of Carlos...
Author: piefel
Date: 2004-02-04 10:11:15 GMT
New translation: Simplified Chinese, courtesy of Carlos Z.F. Liu.
* Catalan translation from Antoni Bella, Matt Bonner an...
Author: mdz
Date: 2004-01-28 21:56:42 GMT
* Catalan translation from Antoni Bella, Matt Bonner and Jordi Mallach
(Closes: #230102)
* Restore SIGINT/SIGQUIT handlers to their old values (...
Author: mdz
Date: 2004-01-27 02:25:01 GMT
* Restore SIGINT/SIGQUIT handlers to their old values (rather than
SIG_DFL) after invoking dpkg (Closes: #229854)
* Fix apt-get's suggests/recommends printing, which was...
Author: mdz
Date: 2004-01-26 18:14:36 GMT
* Fix apt-get's suggests/recommends printing, which was skipping every
other dependency due to both using GlobOr and incrementing the DepIterator
(Closes: #229722)
Clean up some indentation, etc. in the suggest/recommen...
Author: mdz
Date: 2004-01-26 18:10:57 GMT
Clean up some indentation, etc. in the suggest/recommends code
* Updated French translation of man pages from Philippe...
Author: mdz
Date: 2004-01-17 19:27:12 GMT
* Updated French translation of man pages from Philippe Batailler
<philippe.batailler@free.fr> (Closes: #203119)
* Updated Spanish translation of man pages from Ruben Porras
Author: mdz
Date: 2004-01-14 18:11:42 GMT
* Updated Spanish translation of man pages from Ruben Porras
<nahoo82@telefonica.net> (Closes: #227729)