ntk/apt.git
19 years agoFix apt_preferences(5) example to match text
Matt Zimmerman [Tue, 23 Nov 2004 20:03:17 +0000 (20:03 +0000)]
Fix apt_preferences(5) example to match text

19 years agoRemove apt-utils->bzip2 dependency
Matt Zimmerman [Tue, 23 Nov 2004 17:16:25 +0000 (17:16 +0000)]
Remove apt-utils->bzip2 dependency

19 years agoMerge changes from Hoary (0.5.30,0.5.30ubuntu2]
Matt Zimmerman [Tue, 23 Nov 2004 17:11:45 +0000 (17:11 +0000)]
Merge changes from Hoary (0.5.30,0.5.30ubuntu2]

Patches applied:

 * michael.vogt@canonical.com--2004/apt--mvo--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-14

 * michael.vogt@canonical.com--2004/apt--mvo--0--patch-1
   * imported the changes from 0.5.30 to 0.5.30ubuntu2

19 years ago* imported the changes from 0.5.30 to 0.5.30ubuntu2
Michael Vogt [Tue, 23 Nov 2004 10:35:16 +0000 (10:35 +0000)]
* imported the changes from 0.5.30 to 0.5.30ubuntu2

19 years agotag of apt@packages.debian.org/apt--main--0--patch-14
Michael Vogt [Tue, 23 Nov 2004 10:28:57 +0000 (10:28 +0000)]
tag of apt@packages.debian.org/apt--main--0--patch-14

19 years agoMerge from CVS
Matt Zimmerman [Tue, 23 Nov 2004 01:22:37 +0000 (01:22 +0000)]
Merge from CVS
Patches applied:

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1343
   New Romanian translation from Sorin Batariuc <sorin@bon...

19 years agoOpen 0.5.31
Matt Zimmerman [Tue, 23 Nov 2004 01:21:27 +0000 (01:21 +0000)]
Open 0.5.31

19 years agoPackages.bz2 support from Michael Vogt
Matt Zimmerman [Mon, 15 Nov 2004 21:16:15 +0000 (21:16 +0000)]
Packages.bz2 support from Michael Vogt
First tries Packages.bz2, and if that fails, falls back to Packages.gz

19 years agoOpen 0.5.30
Matt Zimmerman [Mon, 15 Nov 2004 20:58:48 +0000 (20:58 +0000)]
Open 0.5.30

19 years agoHandle interval=0 correctly in apt.cron.daily:check_stamp
Matt Zimmerman [Sun, 14 Nov 2004 02:15:12 +0000 (02:15 +0000)]
Handle interval=0 correctly in apt.cron.daily:check_stamp

19 years agoRestore /usr/share/bug/apt
Matt Zimmerman [Sun, 14 Nov 2004 02:01:52 +0000 (02:01 +0000)]
Restore /usr/share/bug/apt

19 years agoFix syntax
Matt Zimmerman [Sun, 14 Nov 2004 01:56:36 +0000 (01:56 +0000)]
Fix syntax

19 years agoFix permissions
Matt Zimmerman [Sun, 14 Nov 2004 01:56:14 +0000 (01:56 +0000)]
Fix permissions

19 years agoAvoid mangling configure.in on incomplete changelog
Matt Zimmerman [Sun, 14 Nov 2004 01:56:07 +0000 (01:56 +0000)]
Avoid mangling configure.in on incomplete changelog

19 years agoUpdate configure.in version
Matt Zimmerman [Sun, 14 Nov 2004 01:51:15 +0000 (01:51 +0000)]
Update configure.in version

19 years agoStandardize debhelper usage
Matt Zimmerman [Sun, 14 Nov 2004 01:50:35 +0000 (01:50 +0000)]
Standardize debhelper usage
- Create all directories in debian/dirs rather than creating some on
  the dh_installdirs command line
- Rename debian/dirs to debian/apt.dirs, debian/examples to
  debian/apt.examples

19 years agoImprovements to apt.cron.daily
Matt Zimmerman [Sun, 14 Nov 2004 01:48:41 +0000 (01:48 +0000)]
Improvements to apt.cron.daily
- Add the capability to download upgradeable packages, as well as package
  indexes
- Place timestamp files in /var/lib/apt/periodic rather than /var/lib/apt
  itself

19 years agoUpdate changelog
Matt Zimmerman [Sun, 14 Nov 2004 00:53:39 +0000 (00:53 +0000)]
Update changelog

19 years agoDon't hardcode paths in apt.cron.daily
Matt Zimmerman [Sun, 14 Nov 2004 00:50:57 +0000 (00:50 +0000)]
Don't hardcode paths in apt.cron.daily

19 years agotag of apt@packages.debian.org--apt/apt--main--0--patch-7
Matt Zimmerman [Sun, 14 Nov 2004 00:38:43 +0000 (00:38 +0000)]
tag of apt@packages.debian.org--apt/apt--main--0--patch-7

19 years agoAdd arch-build target
Matt Zimmerman [Sat, 13 Nov 2004 23:53:02 +0000 (23:53 +0000)]
Add arch-build target

19 years agoUpdate configure.in version
Matt Zimmerman [Sat, 13 Nov 2004 23:40:52 +0000 (23:40 +0000)]
Update configure.in version

19 years agoFix permissions
Matt Zimmerman [Sat, 13 Nov 2004 23:39:37 +0000 (23:39 +0000)]
Fix permissions

19 years agoFinalize 0.5.28
Matt Zimmerman [Sat, 13 Nov 2004 23:32:42 +0000 (23:32 +0000)]
Finalize 0.5.28

19 years agoAdd cron.daily
Matt Zimmerman [Sat, 13 Nov 2004 18:35:58 +0000 (18:35 +0000)]
Add cron.daily
  * Patch from Michael Vogt to add an optional cron job which can run
    apt-get update periodically

19 years agoIncrease Dpkg::MaxArgs and Dpkg::MaxArgBytes
Matt Zimmerman [Sat, 13 Nov 2004 18:29:08 +0000 (18:29 +0000)]
Increase Dpkg::MaxArgs and Dpkg::MaxArgBytes
  * Set default Dpkg::MaxArgs to 1024, and Dpkg::MaxArgBytes to 32k.  Needed
    to work around ordering bugs when installing a large number of packages

19 years agoMerge from CVS
Matt Zimmerman [Sat, 13 Nov 2004 18:27:46 +0000 (18:27 +0000)]
Merge from CVS
Patches applied:

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1304
   Basque correction.

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1305
   Updated Brazilian Portuguese and Greek (256396 and 2567...

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1306
   New Korean translation from Changwoo Ryu <cwryu@debian....

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1307
   German translation now available in two flavours: with ...

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1308
   Finalize 0.5.26

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1309
   Remove duplicate entry

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1310
   Note about archtable when architecture test fails

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1311
   0.5.26 (really)

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1312
   German translation now available in two flavours: with ...

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1313
   New Finnish translation from Tapio Lehtonen <tale@debia...

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1314
   New Bosnian translation from Safir ��e��erovi�� <sapphi...

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1315
   Fix Italian incontrario

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1316
   * Bring configure-index up to date with documented opti...

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1317
   configure-index contains example values, not strictly d...

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1318
   Updated Spanish from Ruben Porras (Closes:#260483)

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1319
   Updated Danish from Claus Hindsgaul (Closes: #260569)

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1320
   Updated Slovak from Peter Mann (Closes: #260627)

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1321
   Updated Portuguese from Miguel Figueiredo (Closes: #261423)

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1322
   * Add Polish translation of offline.sgml (Closes: #259229)

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1323
   urgency=high

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1324
   Sync with new POT.

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1325
   Updated Hungarian from Kelemen G��bor <kelemeng@gnome.hu>.

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1326
   Updated Greek from George Papamichelakis (Closes: #265004)

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1327
   Updated Simplified Chinese from Tchaikov (Closes: #265190)

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1328
   Updated French by Christian Perrier (Closes: #265816)

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1329
   Updated Japanese by Kenshi Muto (Closes: #265630)

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1330
   Updated French by Christian Perrier (Closes: #265816)

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1331
   - Updated Catalan from Jordi Mallach

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1332
   Updated Dutch from Bart Cornelis (Closes: #268258)

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1333
   Updated Portuguese from Miguel Figueiredo (Closes: #268265)

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1334
   Updated Dutch from Bart Cornelis (Closes: #268258)

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1335
   APT::Get::APT::Get::No-List-Cleanup -> APT::Get::List-C...

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1336
   Updated Polish from Robert Luberda <robert@debian.org> ...

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1337
   Updated Danish from Claus Hindsgaul (Closes: #269417)

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1338
   Updated Norwegian Nynorsk from H��vard Korsvoll <korsvo...

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1339
   Updated Russian from Yuri Kozlov <yuray@id.ru> (Closes:...

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1340
   Updated Italian from Samuele Giovanni Tonon (Closes: #2...

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1341
   Updated Dutch from Bart Cornelis (Closes: #278697)

 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1342
   Updated Slovak from Peter Mann (Closes: #279481)

19 years agotag of apt@arch.ubuntu.com/apt--MAIN--0--patch-1303
Matt Zimmerman [Wed, 10 Nov 2004 19:07:20 +0000 (19:07 +0000)]
tag of apt@arch.ubuntu.com/apt--MAIN--0--patch-1303

19 years agoNew Basque translation from Piarres Beobide Ega��a <pi@...
Arch Librarian [Mon, 20 Sep 2004 17:07:09 +0000 (17:07 +0000)]
New Basque translation from Piarres Beobide Ega��a <pi@...
Author: piefel
Date: 2004-06-15 10:12:46 GMT
New Basque translation from Piarres Beobide Ega��a <pi@beobide.net> (Closes: #254407)

19 years agoNew Hebrew translation from Lior Kaplan <webmaster@guid...
Arch Librarian [Mon, 20 Sep 2004 17:07:07 +0000 (17:07 +0000)]
New Hebrew translation from Lior Kaplan <webmaster@guid...
Author: piefel
Date: 2004-06-14 12:33:25 GMT
New Hebrew translation from Lior Kaplan <webmaster@guides.co.il> (Closes: 253182)

19 years ago* Update k*bsd-gnu arch names in buildlib/ostable (Clos...
Arch Librarian [Mon, 20 Sep 2004 17:07:06 +0000 (17:07 +0000)]
* Update k*bsd-gnu arch names in buildlib/ostable (Clos...
Author: mdz
Date: 2004-06-10 08:10:23 GMT
* Update k*bsd-gnu arch names in buildlib/ostable (Closes: #253532)

19 years ago* Fix typo in error message when encountering unknown t...
Arch Librarian [Mon, 20 Sep 2004 17:07:05 +0000 (17:07 +0000)]
* Fix typo in error message when encountering unknown t...
Author: mdz
Date: 2004-06-07 23:08:00 GMT
* Fix typo in error message when encountering unknown type in source list
(Closes: #253217)

19 years ago- pt update from Miguel Figueiredo <elmig@debianpt.org>...
Arch Librarian [Mon, 20 Sep 2004 17:07:04 +0000 (17:07 +0000)]
- pt update from Miguel Figueiredo <elmig@debianpt.org>...
Author: mdz
Date: 2004-06-04 20:06:25 GMT
- pt update from Miguel Figueiredo <elmig@debianpt.org> (Closes: #252700)

19 years agoVersion number
Arch Librarian [Mon, 20 Sep 2004 17:07:03 +0000 (17:07 +0000)]
Version number
Author: mdz
Date: 2004-06-02 19:46:47 GMT
Version number

19 years agoresync line numbers
Arch Librarian [Mon, 20 Sep 2004 17:07:02 +0000 (17:07 +0000)]
resync line numbers
Author: mdz
Date: 2004-06-02 19:46:28 GMT
resync line numbers

19 years ago- German translation of apt(8) from Helge Kreutzmann <k...
Arch Librarian [Mon, 20 Sep 2004 17:07:01 +0000 (17:07 +0000)]
- German translation of apt(8) from Helge Kreutzmann <k...
Author: mdz
Date: 2004-06-01 02:29:32 GMT
- German translation of apt(8) from Helge Kreutzmann <kreutzm@itp.uni-hannover.de>
(Closes: #249453)

19 years ago- pt_BR update from Andre Luis Lopes <andrelop@debian.o...
Arch Librarian [Mon, 20 Sep 2004 17:07:00 +0000 (17:07 +0000)]
- pt_BR update from Andre Luis Lopes <andrelop@debian.o...
Author: mdz
Date: 2004-06-01 01:14:36 GMT
- pt_BR update from Andre Luis Lopes <andrelop@debian.org> (Closes: #251961)

19 years ago- Czech update from Miroslav Kure <kurem@upcase.inf.upo...
Arch Librarian [Mon, 20 Sep 2004 17:06:59 +0000 (17:06 +0000)]
- Czech update from Miroslav Kure <kurem@upcase.inf.upo...
Author: mdz
Date: 2004-05-30 18:24:07 GMT
- Czech update from Miroslav Kure <kurem@upcase.inf.upol.cz> (Closes: #251682)

19 years ago- New Slovak translation from Peter Mann <Peter.Mann@tu...
Arch Librarian [Mon, 20 Sep 2004 17:06:58 +0000 (17:06 +0000)]
- New Slovak translation from Peter Mann <Peter.Mann@tu...
Author: mdz
Date: 2004-05-30 18:23:02 GMT
- New Slovak translation from Peter Mann <Peter.Mann@tuke.sk> (Closes: #251676)

19 years ago* Remove aborted remnants of a different method of impl...
Arch Librarian [Mon, 20 Sep 2004 17:06:56 +0000 (17:06 +0000)]
* Remove aborted remnants of a different method of impl...
Author: mdz
Date: 2004-05-30 18:21:43 GMT
* Remove aborted remnants of a different method of implementing DEB_BUILD_OPTIONS
from debian/rules

19 years ago* Update apt-get(8) to reflect the fact that APT::Get::...
Arch Librarian [Mon, 20 Sep 2004 17:06:55 +0000 (17:06 +0000)]
* Update apt-get(8) to reflect the fact that APT::Get::...
Author: mdz
Date: 2004-05-18 01:15:56 GMT
* Update apt-get(8) to reflect the fact that APT::Get::Only-Source will
affect apt-get build-dep as well as apt-get source

19 years ago- Sync Spanish apt(8) (Closes: #249241)
Arch Librarian [Mon, 20 Sep 2004 17:06:54 +0000 (17:06 +0000)]
- Sync Spanish apt(8) (Closes: #249241)
Author: mdz
Date: 2004-05-16 21:27:13 GMT
- Sync Spanish apt(8) (Closes: #249241)

19 years agoFrench update from Christian Perrier <bubulle@debian.or...
Arch Librarian [Mon, 20 Sep 2004 17:06:53 +0000 (17:06 +0000)]
French update from Christian Perrier <bubulle@debian.or...
Author: piefel
Date: 2004-05-12 13:06:58 GMT
French update from Christian Perrier <bubulle@debian.org> (Closes: #248614)

19 years agoAdapt to new apt-all.pot
Arch Librarian [Mon, 20 Sep 2004 17:06:52 +0000 (17:06 +0000)]
Adapt to new apt-all.pot
Author: piefel
Date: 2004-05-12 13:04:48 GMT
Adapt to new apt-all.pot

19 years ago- Spanish update from Ruben Porras <nahoo82@telefonica....
Arch Librarian [Mon, 20 Sep 2004 17:06:51 +0000 (17:06 +0000)]
- Spanish update from Ruben Porras <nahoo82@telefonica....
Author: mdz
Date: 2004-05-10 06:40:18 GMT
- Spanish update from Ruben Porras <nahoo82@telefonica.net> (Closes: #248214)

19 years ago* Add amd64 to buildlib/archtable (Closes: #240896)
Arch Librarian [Mon, 20 Sep 2004 17:06:50 +0000 (17:06 +0000)]
* Add amd64 to buildlib/archtable (Closes: #240896)
Author: mdz
Date: 2004-05-08 23:19:24 GMT
* Add amd64 to buildlib/archtable (Closes: #240896)

19 years ago* Remove extraneous '\' characters from <command> tags in
Arch Librarian [Mon, 20 Sep 2004 17:06:49 +0000 (17:06 +0000)]
* Remove extraneous '\' characters from <command> tags in
Author: mdz
Date: 2004-05-08 19:59:55 GMT
* Remove extraneous '\' characters from <command> tags in
apt_preferences.fr.5.sgml

19 years agoDon't bother with cvs update
Arch Librarian [Mon, 20 Sep 2004 17:06:48 +0000 (17:06 +0000)]
Don't bother with cvs update
Author: mdz
Date: 2004-05-08 19:57:31 GMT
Don't bother with cvs update

19 years ago* Add lang=fr attribute to refentry section of
Arch Librarian [Mon, 20 Sep 2004 17:06:47 +0000 (17:06 +0000)]
* 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

19 years ago* Modify debian/rules cvs-build to use cvs export, to a...
Arch Librarian [Mon, 20 Sep 2004 17:06:46 +0000 (17:06 +0000)]
* 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

19 years ago* Attempt to fix problems with chunked encoding by stri...
Arch Librarian [Mon, 20 Sep 2004 17:06:45 +0000 (17:06 +0000)]
* 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)

19 years agoSynch
Arch Librarian [Mon, 20 Sep 2004 17:06:44 +0000 (17:06 +0000)]
Synch
Author: mdz
Date: 2004-05-08 19:41:36 GMT
Synch

19 years ago* Build apt-ftparchive with libdb4.2 rather than libdb2
Arch Librarian [Mon, 20 Sep 2004 17:06:43 +0000 (17:06 +0000)]
* 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)

19 years agoNew
Arch Librarian [Mon, 20 Sep 2004 17:06:42 +0000 (17:06 +0000)]
New
Author: mdz
Date: 2004-05-08 19:39:19 GMT
New

19 years agoUpdated Danish translation from Claus Hindsgaul <claus_...
Arch Librarian [Mon, 20 Sep 2004 17:06:41 +0000 (17:06 +0000)]
Updated Danish translation from Claus Hindsgaul <claus_...
Author: piefel
Date: 2004-05-05 10:09:08 GMT
Updated Danish translation from Claus Hindsgaul <claus_h@image.dk>

19 years agoRe-order changelog entry to group translation updates
Arch Librarian [Mon, 20 Sep 2004 17:06:39 +0000 (17:06 +0000)]
Re-order changelog entry to group translation updates
Author: mdz
Date: 2004-05-05 03:33:19 GMT
Re-order changelog entry to group translation updates

19 years agoRemove broken changelog entry (0.5.25 is still unreleased)
Arch Librarian [Mon, 20 Sep 2004 17:06:38 +0000 (17:06 +0000)]
Remove broken changelog entry (0.5.25 is still unreleased)
Author: mdz
Date: 2004-05-05 03:30:47 GMT
Remove broken changelog entry (0.5.25 is still unreleased)

19 years agoThree little updates after 0.5.25
Arch Librarian [Mon, 20 Sep 2004 17:06:37 +0000 (17:06 +0000)]
Three little updates after 0.5.25
Author: piefel
Date: 2004-05-03 09:30:09 GMT
Three little updates after 0.5.25

19 years agoUpdated French translation from Christian Perrier <bubu...
Arch Librarian [Mon, 20 Sep 2004 17:06:36 +0000 (17:06 +0000)]
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>

19 years ago* Run make -C po update-po to update .po files
Arch Librarian [Mon, 20 Sep 2004 17:06:35 +0000 (17:06 +0000)]
* Run make -C po update-po to update .po files
Author: mdz
Date: 2004-04-30 04:50:38 GMT
* Run make -C po update-po to update .po files

19 years agoRegenerate
Arch Librarian [Mon, 20 Sep 2004 17:06:33 +0000 (17:06 +0000)]
Regenerate
Author: mdz
Date: 2004-04-30 04:48:17 GMT
Regenerate

19 years agoBuild with -Wall
Arch Librarian [Mon, 20 Sep 2004 17:06:32 +0000 (17:06 +0000)]
Build with -Wall
Author: mdz
Date: 2004-04-30 04:37:47 GMT
Build with -Wall

19 years ago* Suppress a signed/unsigned warning in apt-cache.cc:Di...
Arch Librarian [Mon, 20 Sep 2004 17:06:31 +0000 (17:06 +0000)]
* 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

19 years ago* Increase length of line buffer in ReadConfigFile to 1...
Arch Librarian [Mon, 20 Sep 2004 17:06:30 +0000 (17:06 +0000)]
* 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)

19 years ago0.5.25
Arch Librarian [Mon, 20 Sep 2004 17:06:29 +0000 (17:06 +0000)]
0.5.25
Author: mdz
Date: 2004-04-30 03:56:43 GMT
0.5.25

19 years ago* Support DEB_BUILD_OPTIONS=noopt in debian/rules
Arch Librarian [Mon, 20 Sep 2004 17:06:28 +0000 (17:06 +0000)]
* 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)

19 years agos/bug/reportbug/
Arch Librarian [Mon, 20 Sep 2004 17:06:27 +0000 (17:06 +0000)]
s/bug/reportbug/
Author: mdz
Date: 2004-04-30 03:36:42 GMT
s/bug/reportbug/

19 years ago* Fix typo in configure-index (RecruseDepends -> Recurs...
Arch Librarian [Mon, 20 Sep 2004 17:06:26 +0000 (17:06 +0000)]
* Fix typo in configure-index (RecruseDepends -> Recurs...
Author: mdz
Date: 2004-04-29 17:30:22 GMT
* Fix typo in configure-index (RecruseDepends -> RecurseDepends)
(Closes: #246550)

19 years ago* Updated Japanese translation from Kenshi Muto <kmuto@...
Arch Librarian [Mon, 20 Sep 2004 17:06:25 +0000 (17:06 +0000)]
* Updated Japanese translation from Kenshi Muto <kmuto@...
Author: mdz
Date: 2004-04-19 01:50:47 GMT
* Updated Japanese translation from Kenshi Muto <kmuto@debian.org>
(Closes: #244176)

19 years ago* Updated Czech translation from Miroslav Kure <kurem@u...
Arch Librarian [Mon, 20 Sep 2004 17:06:24 +0000 (17:06 +0000)]
* Updated Czech translation from Miroslav Kure <kurem@u...
Author: mdz
Date: 2004-04-18 21:53:36 GMT
* Updated Czech translation from Miroslav Kure <kurem@upcase.inf.upol.cz>
(Closes: #244369)

19 years ago* Updated Russian translation from Dmitry Astapov <adep...
Arch Librarian [Mon, 20 Sep 2004 17:06:23 +0000 (17:06 +0000)]
* Updated Russian translation from Dmitry Astapov <adep...
Author: mdz
Date: 2004-04-15 22:00:08 GMT
* Updated Russian translation from Dmitry Astapov <adept@despammed.com>
(Closes: #243959)

19 years agoUpdated Polish translation from Marcin Owsiany <porridg...
Arch Librarian [Mon, 20 Sep 2004 17:06:22 +0000 (17:06 +0000)]
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>

19 years ago* Updated Simplified Chinese translation from "Carlos Z...
Arch Librarian [Mon, 20 Sep 2004 17:06:21 +0000 (17:06 +0000)]
* Updated Simplified Chinese translation from "Carlos Z...
Author: mdz
Date: 2004-04-04 05:00:11 GMT
* Updated Simplified Chinese translation from "Carlos Z.F. Liu" <carlos_liu@yahoo.com>
(Closes: #241971)

19 years agoNew Portuguese translation from Miguel Figueiredo <elmi...
Arch Librarian [Mon, 20 Sep 2004 17:06:20 +0000 (17:06 +0000)]
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>

19 years ago* Update Spanish translation of man pages from Ruben Porras
Arch Librarian [Mon, 20 Sep 2004 17:06:19 +0000 (17:06 +0000)]
* 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>

19 years ago* Updated Spanish translation from Ruben Porras <nahoo8...
Arch Librarian [Mon, 20 Sep 2004 17:06:18 +0000 (17:06 +0000)]
* Updated Spanish translation from Ruben Porras <nahoo8...
Author: mdz
Date: 2004-03-24 21:06:34 GMT
* Updated Spanish translation from Ruben Porras <nahoo82@telefonica.net>

19 years agoTranslation really from Jure ��uhalev <gandalf@owca.inf...
Arch Librarian [Mon, 20 Sep 2004 17:06:17 +0000 (17:06 +0000)]
Translation really from Jure ��uhalev <gandalf@owca.inf...
Author: piefel
Date: 2004-03-24 15:20:13 GMT
Translation really from Jure ��uhalev <gandalf@owca.info>; tiny changes.

19 years agoNew Slovenian translation from Matjaz Horvat <matjaz@ow...
Arch Librarian [Mon, 20 Sep 2004 17:06:15 +0000 (17:06 +0000)]
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>

19 years ago* Patch from Jason Gunthorpe to remove arbitrary length...
Arch Librarian [Mon, 20 Sep 2004 17:06:14 +0000 (17:06 +0000)]
* 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

19 years agoUpdated Swedish translation from Peter Karlsson <peter...
Arch Librarian [Mon, 20 Sep 2004 17:06:13 +0000 (17:06 +0000)]
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>

19 years agoFix msgtest-fatal bug in one translation. (Andre Luis Lopes)
Arch Librarian [Mon, 20 Sep 2004 17:06:12 +0000 (17:06 +0000)]
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)

19 years ago* Fix typo in apt-cache(8) (Closes: #238578)
Arch Librarian [Mon, 20 Sep 2004 17:06:11 +0000 (17:06 +0000)]
* Fix typo in apt-cache(8) (Closes: #238578)
Author: mdz
Date: 2004-03-17 20:54:12 GMT
* Fix typo in apt-cache(8) (Closes: #238578)

19 years ago* Checked against Standards-Version 3.6.1 (no changes)
Arch Librarian [Mon, 20 Sep 2004 17:06:10 +0000 (17:06 +0000)]
* 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)

19 years ago0.5.24
Arch Librarian [Mon, 20 Sep 2004 17:06:09 +0000 (17:06 +0000)]
0.5.24
Author: mdz
Date: 2004-03-17 05:59:46 GMT
0.5.24

19 years agoFinalize 0.5.24
Arch Librarian [Mon, 20 Sep 2004 17:06:08 +0000 (17:06 +0000)]
Finalize 0.5.24
Author: mdz
Date: 2004-03-17 05:59:29 GMT
Finalize 0.5.24

19 years ago0.5.24
Arch Librarian [Mon, 20 Sep 2004 17:06:07 +0000 (17:06 +0000)]
0.5.24
Author: mdz
Date: 2004-03-17 05:59:09 GMT
0.5.24

19 years ago* Implement an ugly workaround for the 10000-character ...
Arch Librarian [Mon, 20 Sep 2004 17:06:06 +0000 (17:06 +0000)]
* 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)

19 years agoStatError to avoid a sometimes large batch of error messages
Arch Librarian [Mon, 20 Sep 2004 17:06:05 +0000 (17:06 +0000)]
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)

19 years ago* Updated Polish translation from Marcin Owsiany <porri...
Arch Librarian [Mon, 20 Sep 2004 17:06:04 +0000 (17:06 +0000)]
* Updated Polish translation from Marcin Owsiany <porri...
Author: mdz
Date: 2004-03-16 16:36:10 GMT
* Updated Polish translation from Marcin Owsiany <porridge@debian.org>
(Closes: #238333)

19 years agoUpdate from Christian 2004-03-14 12:15:45 +0100.
Arch Librarian [Mon, 20 Sep 2004 17:06:03 +0000 (17:06 +0000)]
Update from Christian 2004-03-14 12:15:45 +0100.
Author: piefel
Date: 2004-03-16 10:34:49 GMT
Update from Christian 2004-03-14 12:15:45 +0100.

19 years agoFix an easy bug (fatal for msgfmt, though).
Arch Librarian [Mon, 20 Sep 2004 17:06:02 +0000 (17:06 +0000)]
Fix an easy bug (fatal for msgfmt, though).
Author: piefel
Date: 2004-03-15 10:56:49 GMT
Fix an easy bug (fatal for msgfmt, though).

19 years agoFixed one fuzzy message, now fully translated again.
Arch Librarian [Mon, 20 Sep 2004 17:06:01 +0000 (17:06 +0000)]
Fixed one fuzzy message, now fully translated again.
Author: piefel
Date: 2004-03-15 10:30:20 GMT
Fixed one fuzzy message, now fully translated again.

19 years ago* Updated pt_BR translation from Andre Luis Lopes <andr...
Arch Librarian [Mon, 20 Sep 2004 17:06:00 +0000 (17:06 +0000)]
* 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)

19 years agoUpdate from Claus Hindsgaul <claus_h@image.dk>
Arch Librarian [Mon, 20 Sep 2004 17:05:59 +0000 (17:05 +0000)]
Update from Claus Hindsgaul <claus_h@image.dk>
Author: mdz
Date: 2004-03-15 02:38:02 GMT
Update from Claus Hindsgaul <claus_h@image.dk>

19 years agomake update-po
Arch Librarian [Mon, 20 Sep 2004 17:05:58 +0000 (17:05 +0000)]
make update-po
Author: mdz
Date: 2004-03-15 02:19:17 GMT
make update-po

19 years agoResynch
Arch Librarian [Mon, 20 Sep 2004 17:05:56 +0000 (17:05 +0000)]
Resynch
Author: mdz
Date: 2004-03-14 21:48:15 GMT
Resynch

19 years agoUpdate from Christian Perrier <bubulle@debian.org>
Arch Librarian [Mon, 20 Sep 2004 17:05:55 +0000 (17:05 +0000)]
Update from Christian Perrier <bubulle@debian.org>
Author: mdz
Date: 2004-03-14 20:34:14 GMT
Update from Christian Perrier <bubulle@debian.org>

19 years agoUpdate from Christian Perrier <bubulle@debian.org>
Arch Librarian [Mon, 20 Sep 2004 17:05:54 +0000 (17:05 +0000)]
Update from Christian Perrier <bubulle@debian.org>
Author: mdz
Date: 2004-03-14 09:10:58 GMT
Update from Christian Perrier <bubulle@debian.org>

19 years agomake update-po
Arch Librarian [Mon, 20 Sep 2004 17:05:53 +0000 (17:05 +0000)]
make update-po
Author: mdz
Date: 2004-03-14 06:45:07 GMT
make update-po

19 years agoResynch
Arch Librarian [Mon, 20 Sep 2004 17:05:50 +0000 (17:05 +0000)]
Resynch
Author: mdz
Date: 2004-03-14 06:42:57 GMT
Resynch