]> git.saurik.com Git - apt.git/log
apt.git
19 years ago* merged daniel burrows fixes for the auto-mark code
Michael Vogt [Wed, 9 Nov 2005 11:39:27 +0000 (11:39 +0000)] 
* merged daniel burrows fixes for the auto-mark code

Patches applied:

 * dburrows@debian.org--2005/apt--auto-mark--0--base-0
   tag of michael.vogt@ubuntu.com--2005/apt--auto-mark--0--patch-22

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-1
   doxygenize the new automark stuff

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-2
   Automatically update package markings after every state-changing public operation, and allow users of the dep-cache to group actions into a single action.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-3
   Automatically update package markings after every state-changing public operation, and allow users of the dep-cache to group actions into a single action.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-4
   Make action groups noncopyable

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-5
   Typo fix

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-6
   Add a FromUser flag to MarkKeep.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-7
   Somehow the ActionGroup definition got duplicated; kill the duplicate.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-8
   Cancel the automatic flag on packages that are being kept only if they are garbage.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-9
   Don't clear the 'automatically installed' flag in MarkDelete.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-10
   Add a FromUser flag to MarkInstall, and fix its handling of the Auto flag.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-11
   Only clear the Auto flag on manual changes in MarkKeep.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-12
   Make changes from the internal algorithms automatic.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-13
   Use ActionGroups in algorithms that make lots of changes, and fix a compile error.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-14
   Split the sweep code into a separate routine from pkgMarkUsed

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-15
   Update another call of MarkKeep to indicate that it's automatic.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-16
   Move the mark-and-sweep code into pkgDepCache; call Sweep and document what it and Garbage are for; add a hook that can be used to generate a custom root-set function; move the big blob of regexp stuff into the custom root-set; fix the memory leak in the regexp stuff.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-17
   Make ActionGroup take a reference instead of a pointer to the cache.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-18
   Don't mark already-to-be-deleted packages as garbage, to imitate aptitude's behavior.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-19
   Update apt-get for the new auto-mark protocol.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-20
   Add a setter method for the Auto flag.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-21
   Fix the test in apt-get about what to delete.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-22
   Add a zero-argument mark-and-sweep routine and use it to do a mark-and-sweep on startup (so the garbage flags are initialized properly).

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-23
   Right, Status is 2 for new installs, not 0.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-24
   POT updates.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-25
   Actually initialize group_level to 0.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-26
   Don't make an ActionGroup in Sweep, since there's no point and it also is an infinite loop.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-27
   Add virtual hooks to control whether the garbage collector considers recommends and/or suggests to be strong links.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-28
   Call the progress methods in the right order so we don't generate nonsensical progress notifications.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-29
   Typo fix.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-30
   Make RecommendsImportant default to true in apt, too.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-31
   Add a release() method to action groups.

 * dburrows@debian.org--2005/apt--auto-mark--0--patch-32
   Add an 'autoremove' command that is synonymous to '--auto-remove remove'.

19 years ago* added a InRootSetFunc class for clients to add own packages to the mark'n'sweep...
Michael Vogt [Fri, 19 Aug 2005 08:50:57 +0000 (08:50 +0000)] 
* added a InRootSetFunc class for clients to add own packages to the mark'n'sweep root set

19 years ago* merged from main
Michael Vogt [Thu, 18 Aug 2005 10:38:58 +0000 (10:38 +0000)] 
* merged from main

Patches applied:

 * apt@packages.debian.org/apt--main--0--patch-100
   Use debian.org address in mainline

 * apt@packages.debian.org/apt--main--0--patch-101
   Update pot file

 * apt@packages.debian.org/apt--main--0--patch-102
   Open 0.6.40

 * apt@packages.debian.org/apt--main--0--patch-103
   Patch from Jordi Mallach to mark some additional strings for translation

 * apt@packages.debian.org/apt--main--0--patch-104
   Updated Catalan translation from Jordi Mallach

 * apt@packages.debian.org/apt--main--0--patch-105
   Merge from bubulle@debian.org--2005/apt--main--0

 * apt@packages.debian.org/apt--main--0--patch-106
   Restore lost changelog entries

 * apt@packages.debian.org/apt--main--0--patch-107
   Merge michael.vogt@ubuntu.com--2005/apt--progress-reporting--0

 * apt@packages.debian.org/apt--main--0--patch-108
   Merge michael.vogt@ubuntu.com--2005/apt--progress-reporting--0

 * apt@packages.debian.org/apt--main--0--patch-109
   Merge michael.vogt@ubuntu.com--2005/apt--progress-reporting--0

 * apt@packages.debian.org/apt--main--0--patch-110
   Merge michael.vogt@ubuntu.com--2005/apt--progress-reporting--0

 * bubulle@debian.org--2005/apt--main--0--patch-90
   Merge with Matt

 * bubulle@debian.org--2005/apt--main--0--patch-91
   Updated Slovak translation

 * bubulle@debian.org--2005/apt--main--0--patch-92
   Add apt-key French man page

 * bubulle@debian.org--2005/apt--main--0--patch-93
   Update Greek translations

 * bubulle@debian.org--2005/apt--main--0--patch-94
   Merge with Matt

 * bubulle@debian.org--2005/apt--main--0--patch-95
   Sync PO files with the POT file/French translation update

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-85

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-1
   * inital proof of concept code, understands what dpkg tells it already

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-2
   * progress reporting works now

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-3
   * added "APT::Status-Fd" variable

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-4
   * do i18n now too

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-5
   * define N_(x) if it is not defined already

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-6
   * PackageManager::DoInstall(int status_fd) added (does not break the ABI)

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-7
   * merged with apt--fixes--0 to make it build again

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-8
   * added support for "error" and "conffile-prompt" messages from dpkg

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-9
   merge with main

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-10
   * use sizeof() for all snprintf() uses; fix a potential line break problem in the status reading code; changed the N_() to _() calls

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-11
   * added APT::KeepFDs configuration list for file descriptors that apt should leave open (needed for various frontends like debconf, synaptic)

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-12
   * fixed a API breakage

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-13
   * doc added, should be releasable now

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-14
   * merged with apt--main--0

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-15
   * more source comments, added Debug::DpkgPM debug code to inspect the dpkg<->apt communication, broke the abi (ok with matt)

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-16
   * the progress reporting has it's own "Debug::pkgDPkgProgressReporting" debug variable now

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-17
   * merged PackageOps and TranslatedPackageOps into a single Map with the new DpkgState struct

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-18
   * clear the APT::Keep-Fds configuration when it's no longer needed

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-19
   * rewrote the reading from dpkg so that it never blocks

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-20
   * merged the two status arrays into one

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-21
   * added support for download progress reporting too (for Kamion and base-config)

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-22
   * ABI break; added Configuration::Clear(string List, {int,string} value) added (to remove a single Value from a list); test/conf_clear.cc added

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-23
   * remvoed a debug string

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-24
   * soname changed, fixed a bug in the parsing code when dpkg send the same state more than once (at the end)

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-25
   * merged with apt@packages.debian.org/apt--main--0, added changelog entry for the 0.6.40.1 upload

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-26
   * fix a bug when out-of-order states are send from dpkg

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-27
   * changelog update

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-28
   * a real changelog entry now

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-29
   * changelog finalized

 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-30
   * propper (and sane) support for pmerror and pmconffile added

19 years ago* invert the auto-mark flag only for new installs (in MarkInstall()), keep it as...
Michael Vogt [Mon, 4 Jul 2005 16:38:42 +0000 (16:38 +0000)] 
* invert the auto-mark flag only for new installs (in MarkInstall()), keep it as it is for upgrades

19 years ago* slighly more debug output, renamed "--automatic-remove" to "--auto-remove"
Michael Vogt [Thu, 30 Jun 2005 13:34:32 +0000 (13:34 +0000)] 
* slighly more debug output, renamed "--automatic-remove" to "--auto-remove"

19 years ago* Install-Reason -> Auto-Installed in pkgstates
Michael Vogt [Thu, 30 Jun 2005 10:50:08 +0000 (10:50 +0000)] 
* Install-Reason -> Auto-Installed in pkgstates

19 years ago* some WS fixes
Michael Vogt [Thu, 30 Jun 2005 10:47:22 +0000 (10:47 +0000)] 
* some WS fixes

19 years ago* added APT::NeverAutoRemove (a list of regexp for package names that should never...
Michael Vogt [Thu, 30 Jun 2005 08:53:45 +0000 (08:53 +0000)] 
* added APT::NeverAutoRemove (a list of regexp for package names that should never be automatically removed)

19 years ago* added a callback to pkgMarkUsed() so that frontend can extend the root-set of the...
Michael Vogt [Thu, 30 Jun 2005 08:02:37 +0000 (08:02 +0000)] 
* added a callback to pkgMarkUsed() so that frontend can extend the root-set of the auto-remover easily

19 years ago* fix a bug when readStateFile is called with no OpProgress object
Michael Vogt [Wed, 29 Jun 2005 11:43:32 +0000 (11:43 +0000)] 
* fix a bug when readStateFile is called with no OpProgress object

19 years ago* merged with ubuntu, only use the pkgCache::Flag::Auto flag for automatically instal...
Michael Vogt [Wed, 29 Jun 2005 11:01:19 +0000 (11:01 +0000)] 
* merged with ubuntu, only use the pkgCache::Flag::Auto flag for automatically installed packages

Patches applied:

 * apt@packages.debian.org/apt--main--0--patch-98
   Install only one keyring on each branch (Closes: #316119)

 * apt@packages.debian.org/apt--main--0--patch-99
   Finalize 0.6.39

 * apt@packages.debian.org/apt--ubuntu--0--patch-7
   Merge with mainline

 * apt@packages.debian.org/apt--ubuntu--0--patch-8
   install only the ubuntu keyring

 * apt@packages.debian.org/apt--ubuntu--0--patch-9
   Finalize 0.6.39

 * apt@packages.debian.org/apt--ubuntu--0--patch-10
   Merge with mainline

 * apt@packages.debian.org/apt--ubuntu--0--patch-11
   Update configure.in

19 years ago* use mark-and-sweep from aptitude now as GC algorithm
Michael Vogt [Wed, 29 Jun 2005 06:11:36 +0000 (06:11 +0000)] 
* use mark-and-sweep from aptitude now as GC algorithm

19 years agoUpdate configure.in
Matt Zimmerman [Tue, 28 Jun 2005 18:53:39 +0000 (18:53 +0000)] 
Update configure.in

19 years agoMerge with mainline
Matt Zimmerman [Tue, 28 Jun 2005 18:52:48 +0000 (18:52 +0000)] 
Merge with mainline
Patches applied:

 * apt@packages.debian.org/apt--main--0--patch-99
   Finalize 0.6.39

19 years agoFinalize 0.6.39
Matt Zimmerman [Tue, 28 Jun 2005 18:36:31 +0000 (18:36 +0000)] 
Finalize 0.6.39

19 years agoinstall only the ubuntu keyring
Matt Zimmerman [Tue, 28 Jun 2005 18:06:41 +0000 (18:06 +0000)] 
install only the ubuntu keyring

19 years agoMerge with mainline
Matt Zimmerman [Tue, 28 Jun 2005 18:06:22 +0000 (18:06 +0000)] 
Merge with mainline
Patches applied:

 * apt@packages.debian.org/apt--main--0--patch-98
   Install only one keyring on each branch (Closes: #316119)

19 years ago* merged with apt--ubuntu--0
Michael Vogt [Tue, 28 Jun 2005 12:31:17 +0000 (12:31 +0000)] 
* merged with apt--ubuntu--0

Patches applied:

 * apt@packages.debian.org/apt--ubuntu--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-88

 * apt@packages.debian.org/apt--ubuntu--0--patch-1
   Merge from Debian branch

 * apt@packages.debian.org/apt--ubuntu--0--patch-2
   0.6.38ubuntu1

 * apt@packages.debian.org/apt--ubuntu--0--patch-3
   Merge with mainline

 * apt@packages.debian.org/apt--ubuntu--0--patch-4
   Improved arch-build rule

 * apt@packages.debian.org/apt--ubuntu--0--patch-5
   Merge with mainline

 * apt@packages.debian.org/apt--ubuntu--0--patch-6
   Merge with mvo

 * michael.vogt@ubuntu.com--2005/apt--bts225947--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-79

 * michael.vogt@ubuntu.com--2005/apt--bts225947--0--patch-1
   * merged with mainline and apt--fixes--0

 * michael.vogt@ubuntu.com--2005/apt--bts225947--0--patch-2
   * patch from aj (slighly modified to use auto_ptr<>) applied

 * michael.vogt@ubuntu.com--2005/apt--bts225947--0--patch-3
   * changelog updated

 * michael.vogt@ubuntu.com--2005/apt--bts225947--0--patch-4
   * work for arch=all packages too now

 * michael.vogt@ubuntu.com--2005/apt--sane-handle-timeout--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-87

 * michael.vogt@ubuntu.com--2005/apt--sane-handle-timeout--0--patch-1
   * report timeouts (from Connect) and fail if they happen in pkgAcqMetaSig

 * michael.vogt@ubuntu.com--2005/apt--sane-handle-timeout--0--patch-2
   * merged with the fixes branch to make it build again

 * michael.vogt@ubuntu.com--2005/apt--ubuntu--0--patch-1
   tag of apt@packages.debian.org/apt--main--0--patch-88

 * michael.vogt@ubuntu.com--2005/apt--ubuntu--0--patch-2
   * merged apt--mvo (to make pining on components work again)

 * michael.vogt@ubuntu.com--2005/apt--ubuntu--0--patch-3
   * merged with apt--fixes--0 (to make the building of the french manpages work and to fix a incorrect man-page example

 * michael.vogt@ubuntu.com--2005/apt--ubuntu--0--patch-4
   * merged with the bts225947 code

 * michael.vogt@ubuntu.com--2005/apt--ubuntu--0--patch-5
   * merged the imporoved timoeut handling patch

 * michael.vogt@ubuntu.com--2005/apt--ubuntu--0--patch-6
   * merged with matt

 * michael.vogt@ubuntu.com--2005/apt--ubuntu--0--patch-7
   * removed another conflict with apt--main

19 years ago* bumped the library version
Michael Vogt [Tue, 28 Jun 2005 09:16:51 +0000 (09:16 +0000)] 
* bumped the library version

19 years ago* cleanups, documentation updates (don't show any debug output if no Debug::pkgAutoma...
Michael Vogt [Tue, 28 Jun 2005 08:41:51 +0000 (08:41 +0000)] 
* cleanups, documentation updates (don't show any debug output if no Debug::pkgAutomaticRemove was set, don't remove if not APT::Get::AutomaticRemove (--automatic-remove) was set)

19 years ago* merged with mainline
Michael Vogt [Mon, 27 Jun 2005 16:29:16 +0000 (16:29 +0000)] 
* merged with mainline

Patches applied:

 * andrelop@debian.org/apt--translation--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-79

 * andrelop@debian.org/apt--translation--0--patch-1
   Sync with Matt version.

 * andrelop@debian.org/apt--translation--0--patch-2
   Update pt_BR translation

 * andrelop@debian.org/apt--translation--0--patch-3
   Sync with bubulle's branch.

 * apt@packages.debian.org/apt--main--0--patch-89
   Branch for Debian

 * apt@packages.debian.org/apt--main--0--patch-90
   Update version in configure

 * apt@packages.debian.org/apt--main--0--patch-91
   Fix French man page build

 * apt@packages.debian.org/apt--main--0--patch-92
   Add the current Debian archive signing key

 * apt@packages.debian.org/apt--main--0--patch-93
   Merge with mvo

 * apt@packages.debian.org/apt--main--0--patch-94
   Update changelog

 * apt@packages.debian.org/apt--main--0--patch-95
   Merge Christian's branch

 * apt@packages.debian.org/apt--main--0--patch-96
   Update changelog

 * apt@packages.debian.org/apt--main--0--patch-97
   Update priority of apt-utils to important, to match the override file

 * bubulle@debian.org--2005/apt--main--0--patch-82
   Fix permissions

 * bubulle@debian.org--2005/apt--main--0--patch-83
   French translation spellchecked

 * bubulle@debian.org--2005/apt--main--0--patch-84
   Spell corrections in German translations

 * bubulle@debian.org--2005/apt--main--0--patch-85
   Correct  some file permissions

 * bubulle@debian.org--2005/apt--main--0--patch-86
   Correct Hebrew translation

 * bubulle@debian.org--2005/apt--main--0--patch-87
   Sync Portuguese translation with the POT file

 * bubulle@debian.org--2005/apt--main--0--patch-88
   Updated Danish translation (not yet complete)

 * bubulle@debian.org--2005/apt--main--0--patch-89
   Sync with Andre Luis Lopes and Otavio branches

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-22
   * added myself to uploaders, changelog is signed with mvo@debian.org and in sync with the debian/experimental upload

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-23
   * apt-cache show <virtual-pkg> shows all virtual packages instead of nothing (thanks to otavio)

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-24
   * changelog updated

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-25
   * make pinning on component work again (we just use the section, as apt-0.6 don't use per-section Release files anymore)

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-27
   * updated the changelog

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-28
   * merged with my apt--fixes--0 branch

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-29
   * added a missing OpProgress::Done() in depCache::Init(), removed the show-virtual-packages patch in apt-cache because matt does not like him :/

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-30
   * fix a stupid bug in the depcache::Init() code

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-31
   * merged/removed conflicts with apt--main--0

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-32
   * merged apt--main and make sure that the po files come from apt--main (because they are more recent)

19 years agoMerge with mvo
Matt Zimmerman [Sun, 26 Jun 2005 21:30:27 +0000 (21:30 +0000)] 
Merge with mvo
Patches applied:

 * michael.vogt@ubuntu.com--2005/apt--bts225947--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-79

 * michael.vogt@ubuntu.com--2005/apt--bts225947--0--patch-1
   * merged with mainline and apt--fixes--0

 * michael.vogt@ubuntu.com--2005/apt--bts225947--0--patch-2
   * patch from aj (slighly modified to use auto_ptr<>) applied

 * michael.vogt@ubuntu.com--2005/apt--bts225947--0--patch-3
   * changelog updated

 * michael.vogt@ubuntu.com--2005/apt--bts225947--0--patch-4
   * work for arch=all packages too now

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-5
   * merged with apt--main--0

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-7
   * fixed incorrect man-page example

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-8
   * changelog udpate

 * michael.vogt@ubuntu.com--2005/apt--sane-handle-timeout--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-87

 * michael.vogt@ubuntu.com--2005/apt--sane-handle-timeout--0--patch-1
   * report timeouts (from Connect) and fail if they happen in pkgAcqMetaSig

 * michael.vogt@ubuntu.com--2005/apt--sane-handle-timeout--0--patch-2
   * merged with the fixes branch to make it build again

 * michael.vogt@ubuntu.com--2005/apt--ubuntu--0--patch-1
   tag of apt@packages.debian.org/apt--main--0--patch-88

 * michael.vogt@ubuntu.com--2005/apt--ubuntu--0--patch-2
   * merged apt--mvo (to make pining on components work again)

 * michael.vogt@ubuntu.com--2005/apt--ubuntu--0--patch-3
   * merged with apt--fixes--0 (to make the building of the french manpages work and to fix a incorrect man-page example

 * michael.vogt@ubuntu.com--2005/apt--ubuntu--0--patch-4
   * merged with the bts225947 code

 * michael.vogt@ubuntu.com--2005/apt--ubuntu--0--patch-5
   * merged the imporoved timoeut handling patch

 * michael.vogt@ubuntu.com--2005/apt--ubuntu--0--patch-6
   * merged with matt

 * michael.vogt@ubuntu.com--2005/apt--ubuntu--0--patch-7
   * removed another conflict with apt--main

19 years agoMerge with mainline
Matt Zimmerman [Sun, 26 Jun 2005 21:28:56 +0000 (21:28 +0000)] 
Merge with mainline
Patches applied:

 * andrelop@debian.org/apt--translation--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-79

 * andrelop@debian.org/apt--translation--0--patch-1
   Sync with Matt version.

 * andrelop@debian.org/apt--translation--0--patch-2
   Update pt_BR translation

 * andrelop@debian.org/apt--translation--0--patch-3
   Sync with bubulle's branch.

 * apt@packages.debian.org/apt--main--0--patch-94
   Update changelog

 * apt@packages.debian.org/apt--main--0--patch-95
   Merge Christian's branch

 * apt@packages.debian.org/apt--main--0--patch-96
   Update changelog

 * apt@packages.debian.org/apt--main--0--patch-97
   Update priority of apt-utils to important, to match the override file

 * bubulle@debian.org--2005/apt--main--0--patch-82
   Fix permissions

 * bubulle@debian.org--2005/apt--main--0--patch-83
   French translation spellchecked

 * bubulle@debian.org--2005/apt--main--0--patch-84
   Spell corrections in German translations

 * bubulle@debian.org--2005/apt--main--0--patch-85
   Correct  some file permissions

 * bubulle@debian.org--2005/apt--main--0--patch-86
   Correct Hebrew translation

 * bubulle@debian.org--2005/apt--main--0--patch-87
   Sync Portuguese translation with the POT file

 * bubulle@debian.org--2005/apt--main--0--patch-88
   Updated Danish translation (not yet complete)

 * bubulle@debian.org--2005/apt--main--0--patch-89
   Sync with Andre Luis Lopes and Otavio branches

19 years agoImproved arch-build rule
Matt Zimmerman [Sun, 26 Jun 2005 20:13:53 +0000 (20:13 +0000)] 
Improved arch-build rule

19 years agoMerge with mainline
Matt Zimmerman [Sun, 26 Jun 2005 20:13:10 +0000 (20:13 +0000)] 
Merge with mainline
Patches applied:

 * apt@packages.debian.org/apt--main--0--patch-93
   Merge with mvo

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-22
   * added myself to uploaders, changelog is signed with mvo@debian.org and in sync with the debian/experimental upload

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-23
   * apt-cache show <virtual-pkg> shows all virtual packages instead of nothing (thanks to otavio)

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-24
   * changelog updated

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-25
   * make pinning on component work again (we just use the section, as apt-0.6 don't use per-section Release files anymore)

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-27
   * updated the changelog

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-28
   * merged with my apt--fixes--0 branch

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-29
   * added a missing OpProgress::Done() in depCache::Init(), removed the show-virtual-packages patch in apt-cache because matt does not like him :/

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-30
   * fix a stupid bug in the depcache::Init() code

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-31
   * merged/removed conflicts with apt--main--0

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-32
   * merged apt--main and make sure that the po files come from apt--main (because they are more recent)

19 years ago0.6.38ubuntu1
Matt Zimmerman [Sat, 25 Jun 2005 23:53:43 +0000 (23:53 +0000)] 
0.6.38ubuntu1

19 years agoMerge from Debian branch
Matt Zimmerman [Sat, 25 Jun 2005 23:52:00 +0000 (23:52 +0000)] 
Merge from Debian branch
Patches applied:

 * apt@packages.debian.org/apt--main--0--patch-89
   Branch for Debian

 * apt@packages.debian.org/apt--main--0--patch-90
   Update version in configure

 * apt@packages.debian.org/apt--main--0--patch-91
   Fix French man page build

 * apt@packages.debian.org/apt--main--0--patch-92
   Add the current Debian archive signing key

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-6
   * build fix for apt--main--0

19 years agotag of apt@packages.debian.org/apt--main--0--patch-88
Matt Zimmerman [Sat, 25 Jun 2005 16:48:51 +0000 (16:48 +0000)] 
tag of apt@packages.debian.org/apt--main--0--patch-88

19 years ago* merged with the apt--improved-do-install patch
Michael Vogt [Fri, 24 Jun 2005 19:46:26 +0000 (19:46 +0000)] 
* merged with the apt--improved-do-install patch

Patches applied:

 * michael.vogt@ubuntu.com--2005/apt--improved-do-install--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-88

 * michael.vogt@ubuntu.com--2005/apt--improved-do-install--0--patch-1
   * merged with apt--fixes to make it build

 * michael.vogt@ubuntu.com--2005/apt--improved-do-install--0--patch-2
   * added "DoInstall{Pre,Post}Fork()"

19 years ago* merged with apt--main and apt--fixes
Michael Vogt [Fri, 24 Jun 2005 14:37:24 +0000 (14:37 +0000)] 
* merged with apt--main and apt--fixes

Patches applied:

 * apt@packages.debian.org/apt--main--0--patch-80
   Merge michael.vogt@ubuntu.com--2005/apt--fixes--0

 * apt@packages.debian.org/apt--main--0--patch-81
   Open 0.6.37

 * apt@packages.debian.org/apt--main--0--patch-82
   merge bubulle@debian.org--2005/apt--main--0

 * apt@packages.debian.org/apt--main--0--patch-83
   Update changelog

 * apt@packages.debian.org/apt--main--0--patch-84
   Fix build of French man pages (now using XML, not SGML)

 * apt@packages.debian.org/apt--main--0--patch-85
   Merge patch from Philippe Batailler for French man page build

 * apt@packages.debian.org/apt--main--0--patch-86
   add Welsh translations from Dafydd Harries

 * apt@packages.debian.org/apt--main--0--patch-87
   Update changelog

 * apt@packages.debian.org/apt--main--0--patch-88
   Change debian/bugscript to use #!/bin/bash (Closes: #313402)

 * apt@packages.debian.org/apt--misc-abi-changes--0--patch-4
   Merge from mainline

 * apt@packages.debian.org/apt--misc-abi-changes--0--patch-5
   Merge from mainline

 * apt@packages.debian.org/apt--misc-abi-changes--0--patch-6
   Collapse both pkgAcquire::Run() methods into one, with a default value

 * bubulle@debian.org--2005/apt--main--0--patch-66
   Italian translation complete

 * bubulle@debian.org--2005/apt--main--0--patch-67
   Sync with Matt

 * bubulle@debian.org--2005/apt--main--0--patch-68
   Sync with Matt

 * bubulle@debian.org--2005/apt--main--0--patch-69
   Sync with Matt

 * bubulle@debian.org--2005/apt--main--0--patch-70
   Re-generate the POT and PO files from sources

 * bubulle@debian.org--2005/apt--main--0--patch-71
   Update French translation

 * bubulle@debian.org--2005/apt--main--0--patch-72
   Merge with Matt

 * bubulle@debian.org--2005/apt--main--0--patch-73
   Basque translation update

 * bubulle@debian.org--2005/apt--main--0--patch-74
   Hebres translation update

 * bubulle@debian.org--2005/apt--main--0--patch-75
   Merge with Matt

 * bubulle@debian.org--2005/apt--main--0--patch-76
   Correct the Hebrew translation for #306658

 * bubulle@debian.org--2005/apt--main--0--patch-77
   Update French man pages translations

 * bubulle@debian.org--2005/apt--main--0--patch-78
   Merge with Matt

 * bubulle@debian.org--2005/apt--main--0--patch-79
   Correct syntax errors in Hebrew translation

 * bubulle@debian.org--2005/apt--main--0--patch-80
   Revert changes to debian/changelog and debian/apt.cron.daily

 * bubulle@debian.org--2005/apt--main--0--patch-81
   Portuguese translation update

 * daf@muse.19inch.net--2005/apt--main--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-85

 * daf@muse.19inch.net--2005/apt--main--0--patch-1
   add Welsh translation

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-79

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-1
   * merged obvious fixes into the tree to make it easy for matt to merge

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-2
   * more merges from otavio that looks good/uncritical

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-3
   * merged Matts misc-abi-changes tree

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-4
   * finalized the changelog for a ubuntu build

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-5
   * merged with apt--main--0

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-6
   * build fix for apt--main--0

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-7
   * fixed incorrect man-page example

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-8
   * changelog udpate

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-9
   * we only need to check once for xmlto

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-26
   * fix the cache-control header generation

 * otavio@debian.org--2005/apt--fixes--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-71

 * otavio@debian.org--2005/apt--fixes--0--patch-1
   Fix comments about the need of xmlto

 * otavio@debian.org--2005/apt--fixes--0--patch-2
   Fix a compile warning

 * otavio@debian.org--2005/apt--fixes--0--patch-3
   Sync with apt--main--0--patch-76

 * otavio@debian.org--2005/apt--fixes--0--patch-4
   Sync with apt--main--0--patch-78

 * otavio@debian.org--2005/apt--fixes--0--patch-5
   Add fixes that was wrongly included on DDTP changes.

 * otavio@debian.org--2005/apt--fixes--0--patch-8
   Add information about the other fixes include on this branch now.

 * otavio@debian.org--2005/apt--fixes--0--patch-9
   Merge last changes from apt--main--0.

 * otavio@debian.org--2005/apt--fixes--0--patch-10
   Fix warnings about min/max change in gcc-4.0

 * otavio@debian.org--2005/apt--fixes--0--patch-11
   Fix remaning warnings while compiling gcc-4.0

 * otavio@debian.org--2005/apt--fixes--0--patch-12
   Add changelog entry about the fixes for warnings while compiling using GCC 4.0 compiler.

 * philippe.batailler@free.fr--2005/apt--mainBubulle--0.1--patch-1
   Passage sous arch

 * philippe.batailler@free.fr--2005/apt--mainMatt--0--patch-1
   fix xml error

19 years ago* moved the importend algorithm to algorithm.h as "pkgMarkUsed()"
Michael Vogt [Fri, 24 Jun 2005 12:34:34 +0000 (12:34 +0000)] 
* moved the importend algorithm to algorithm.h as "pkgMarkUsed()"

19 years ago* write the state file after a successfull commit from the pkgManager
Michael Vogt [Fri, 24 Jun 2005 09:58:47 +0000 (09:58 +0000)] 
* write the state file after a successfull commit from the pkgManager

19 years ago* moved most of the real work into depcache::writeStateFile
Michael Vogt [Fri, 24 Jun 2005 09:36:22 +0000 (09:36 +0000)] 
* moved most of the real work into depcache::writeStateFile

19 years ago* cleanups
Michael Vogt [Thu, 23 Jun 2005 16:40:54 +0000 (16:40 +0000)] 
* cleanups

19 years agoChange debian/bugscript to use #!/bin/bash (Closes: #313402)
Matt Zimmerman [Mon, 13 Jun 2005 20:50:09 +0000 (20:50 +0000)] 
Change debian/bugscript to use #!/bin/bash (Closes: #313402)

19 years agoUpdate changelog
Matt Zimmerman [Mon, 6 Jun 2005 17:04:17 +0000 (17:04 +0000)] 
Update changelog

19 years agoadd Welsh translations from Dafydd Harries
Matt Zimmerman [Mon, 6 Jun 2005 17:03:14 +0000 (17:03 +0000)] 
add Welsh translations from Dafydd Harries
Patches applied:

 * daf@muse.19inch.net--2005/apt--main--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-85

 * daf@muse.19inch.net--2005/apt--main--0--patch-1
   add Welsh translation

19 years agoMerge patch from Philippe Batailler for French man page build
Matt Zimmerman [Wed, 25 May 2005 19:22:28 +0000 (19:22 +0000)] 
Merge patch from Philippe Batailler for French man page build
Get things closer to building again, but not yet

Patches applied:

 * philippe.batailler@free.fr--2005/apt--mainMatt--0--patch-1
   fix xml error

19 years agoFix build of French man pages (now using XML, not SGML)
Matt Zimmerman [Tue, 24 May 2005 21:54:59 +0000 (21:54 +0000)] 
Fix build of French man pages (now using XML, not SGML)

19 years agoUpdate changelog
Matt Zimmerman [Tue, 24 May 2005 21:41:42 +0000 (21:41 +0000)] 
Update changelog

19 years agomerge bubulle@debian.org--2005/apt--main--0
Matt Zimmerman [Tue, 24 May 2005 21:38:07 +0000 (21:38 +0000)] 
merge bubulle@debian.org--2005/apt--main--0
Patches applied:

 * bubulle@debian.org--2005/apt--main--0--patch-66
   Italian translation complete

 * bubulle@debian.org--2005/apt--main--0--patch-67
   Sync with Matt

 * bubulle@debian.org--2005/apt--main--0--patch-68
   Sync with Matt

 * bubulle@debian.org--2005/apt--main--0--patch-69
   Sync with Matt

 * bubulle@debian.org--2005/apt--main--0--patch-70
   Re-generate the POT and PO files from sources

 * bubulle@debian.org--2005/apt--main--0--patch-71
   Update French translation

 * bubulle@debian.org--2005/apt--main--0--patch-72
   Merge with Matt

 * bubulle@debian.org--2005/apt--main--0--patch-73
   Basque translation update

 * bubulle@debian.org--2005/apt--main--0--patch-74
   Hebres translation update

 * bubulle@debian.org--2005/apt--main--0--patch-75
   Merge with Matt

 * bubulle@debian.org--2005/apt--main--0--patch-76
   Correct the Hebrew translation for #306658

 * bubulle@debian.org--2005/apt--main--0--patch-77
   Update French man pages translations

 * bubulle@debian.org--2005/apt--main--0--patch-78
   Merge with Matt

 * bubulle@debian.org--2005/apt--main--0--patch-79
   Correct syntax errors in Hebrew translation

 * bubulle@debian.org--2005/apt--main--0--patch-80
   Revert changes to debian/changelog and debian/apt.cron.daily

 * bubulle@debian.org--2005/apt--main--0--patch-81
   Portuguese translation update

 * philippe.batailler@free.fr--2005/apt--mainBubulle--0.1--patch-1
   Passage sous arch

19 years agoOpen 0.6.37
Matt Zimmerman [Tue, 24 May 2005 21:35:10 +0000 (21:35 +0000)] 
Open 0.6.37

19 years agoMerge michael.vogt@ubuntu.com--2005/apt--fixes--0
Matt Zimmerman [Tue, 24 May 2005 21:33:29 +0000 (21:33 +0000)] 
Merge michael.vogt@ubuntu.com--2005/apt--fixes--0
Patches applied:

 * apt@packages.debian.org/apt--misc-abi-changes--0--patch-4
   Merge from mainline

 * apt@packages.debian.org/apt--misc-abi-changes--0--patch-5
   Merge from mainline

 * apt@packages.debian.org/apt--misc-abi-changes--0--patch-6
   Collapse both pkgAcquire::Run() methods into one, with a default value

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-79

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-1
   * merged obvious fixes into the tree to make it easy for matt to merge

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-2
   * more merges from otavio that looks good/uncritical

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-3
   * merged Matts misc-abi-changes tree

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-4
   * finalized the changelog for a ubuntu build

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-26
   * fix the cache-control header generation

 * otavio@debian.org--2005/apt--fixes--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-71

 * otavio@debian.org--2005/apt--fixes--0--patch-1
   Fix comments about the need of xmlto

 * otavio@debian.org--2005/apt--fixes--0--patch-2
   Fix a compile warning

 * otavio@debian.org--2005/apt--fixes--0--patch-3
   Sync with apt--main--0--patch-76

 * otavio@debian.org--2005/apt--fixes--0--patch-4
   Sync with apt--main--0--patch-78

 * otavio@debian.org--2005/apt--fixes--0--patch-5
   Add fixes that was wrongly included on DDTP changes.

 * otavio@debian.org--2005/apt--fixes--0--patch-8
   Add information about the other fixes include on this branch now.

 * otavio@debian.org--2005/apt--fixes--0--patch-9
   Merge last changes from apt--main--0.

 * otavio@debian.org--2005/apt--fixes--0--patch-10
   Fix warnings about min/max change in gcc-4.0

 * otavio@debian.org--2005/apt--fixes--0--patch-11
   Fix remaning warnings while compiling gcc-4.0

 * otavio@debian.org--2005/apt--fixes--0--patch-12
   Add changelog entry about the fixes for warnings while compiling using GCC 4.0 compiler.

19 years agoPortuguese translation update
Christian Perrier [Wed, 11 May 2005 11:49:55 +0000 (11:49 +0000)] 
Portuguese translation update

19 years agoRevert changes to debian/changelog and debian/apt.cron.daily
Christian Perrier [Wed, 11 May 2005 11:39:47 +0000 (11:39 +0000)] 
Revert changes to debian/changelog and debian/apt.cron.daily
Revert changes I seem to have inadvertently made in those two files

19 years ago* ported/cleaned up the "Automatic dependency handling" patch from Michael Hofmann
Michael Vogt [Tue, 10 May 2005 08:27:59 +0000 (08:27 +0000)] 
* ported/cleaned up the "Automatic dependency handling" patch from Michael Hofmann

19 years agotag of apt@packages.debian.org/apt--main--0--patch-79
Michael Vogt [Mon, 9 May 2005 16:09:36 +0000 (16:09 +0000)] 
tag of apt@packages.debian.org/apt--main--0--patch-79

19 years agoCorrect syntax errors in Hebrew translation
Christian Perrier [Sun, 8 May 2005 06:44:39 +0000 (06:44 +0000)] 
Correct syntax errors in Hebrew translation
* po/he.po: Syntax errors corrected

19 years agoMerge with Matt
Christian Perrier [Sat, 7 May 2005 12:10:48 +0000 (12:10 +0000)] 
Merge with Matt

Patches applied:

 * apt@packages.debian.org/apt--main--0--patch-79
   Merge michael.vogt@ubuntu.com--2005/apt--mvo--0

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-20
   * supress output when /var/cache/apt/archives is empty; break when min-age is reached

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-21
   * changed distro to "experimental", changed version number to 0.6.36

19 years agoMerge michael.vogt@ubuntu.com--2005/apt--mvo--0
Matt Zimmerman [Fri, 6 May 2005 07:53:58 +0000 (07:53 +0000)] 
Merge michael.vogt@ubuntu.com--2005/apt--mvo--0
Patches applied:

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-20
   * supress output when /var/cache/apt/archives is empty; break when min-age is reached

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-21
   * changed distro to "experimental", changed version number to 0.6.36

19 years ago* changed distro to "experimental", changed version number to 0.6.36
Michael Vogt [Thu, 5 May 2005 08:04:42 +0000 (08:04 +0000)] 
* changed distro to "experimental", changed version number to 0.6.36

19 years agoUpdate French man pages translations
Christian Perrier [Thu, 5 May 2005 07:11:04 +0000 (07:11 +0000)] 
Update French man pages translations

Patches applied:

 * philippe.batailler@free.fr--2005/apt--mainBubulle--0.1--patch-1
   Passage sous arch

19 years agoCorrect the Hebrew translation for #306658
Christian Perrier [Sat, 30 Apr 2005 18:23:17 +0000 (18:23 +0000)] 
Correct the Hebrew translation for #306658
* po/he.po: Updated with Lior's second patch

19 years agoMerge with Matt
Christian Perrier [Thu, 28 Apr 2005 05:20:43 +0000 (05:20 +0000)] 
Merge with Matt

19 years agoHebres translation update
Christian Perrier [Thu, 28 Apr 2005 04:58:54 +0000 (04:58 +0000)] 
Hebres translation update
* po/he.po: Updated from #306658

19 years agoBasque translation update
Christian Perrier [Sun, 24 Apr 2005 05:34:16 +0000 (05:34 +0000)] 
Basque translation update
* po/eu.po: Updated from the file sent for sarge

19 years agoMerge with Matt
Christian Perrier [Sun, 10 Apr 2005 08:44:52 +0000 (08:44 +0000)] 
Merge with Matt

Patches applied:

 * apt@packages.debian.org/apt--main--0--patch-77
   Merge apt--mvo--0

 * apt@packages.debian.org/apt--main--0--patch-78
   Update changelog

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-14
   * changelog entry for 0.6.34ubuntu1 added, MinAge default is 2 days now

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-15
   * merged with matts tree

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-16
   * changelog updated

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-17
   * whitespace change to add incomplete log for last patch

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-18
   * honor "Acquire::gpgv::Options" in apt-cdrom too

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-19
   * corrected a incorrect use of string().c_str() (thanks to mdz!)

19 years ago* supress output when /var/cache/apt/archives is empty; break when min-age is reached
Michael Vogt [Wed, 6 Apr 2005 17:49:40 +0000 (17:49 +0000)] 
* supress output when /var/cache/apt/archives is empty; break when min-age is reached

19 years agoUpdate changelog
Matt Zimmerman [Wed, 6 Apr 2005 16:46:20 +0000 (16:46 +0000)] 
Update changelog

19 years agoMerge apt--mvo--0
Matt Zimmerman [Wed, 6 Apr 2005 16:44:08 +0000 (16:44 +0000)] 
Merge apt--mvo--0
Patches applied:

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-14
   * changelog entry for 0.6.34ubuntu1 added, MinAge default is 2 days now

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-15
   * merged with matts tree

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-16
   * changelog updated

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-17
   * whitespace change to add incomplete log for last patch

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-18
   * honor "Acquire::gpgv::Options" in apt-cdrom too

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-19
   * corrected a incorrect use of string().c_str() (thanks to mdz!)

19 years agoUpdate French translation
Christian Perrier [Tue, 29 Mar 2005 07:41:31 +0000 (07:41 +0000)] 
Update French translation
* po/fr.po: Updated

19 years agoRe-generate the POT and PO files from sources
Christian Perrier [Tue, 29 Mar 2005 07:33:12 +0000 (07:33 +0000)] 
Re-generate the POT and PO files from sources
* po/apt-all.pot: Updated from sources
* po/*.po: Updated from the POT file

19 years agoSync with Matt
Christian Perrier [Mon, 28 Mar 2005 15:27:22 +0000 (15:27 +0000)] 
Sync with Matt

Patches applied:

 * apt@packages.debian.org/apt--main--0--patch-72
   Open 0.6.36

 * apt@packages.debian.org/apt--main--0--patch-73
   Merge apt--mvo--0

 * apt@packages.debian.org/apt--main--0--patch-74
   Update changelog

 * apt@packages.debian.org/apt--main--0--patch-75
   Merge bubulle@debian.org--2005/apt--main--0

 * apt@packages.debian.org/apt--main--0--patch-76
   Update changelog

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-9
   * be more carefull when building the archive path (thanks to matt!)

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-10
   * ignore time conflicts on apt-key update (this is used at install time when the clock may be totally broken)

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-11
   * run check_size_constraints independent of AUTOCLEAN (thanks Matt)

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-12
   * check cache size after AUTOCLEAN was run (but independent)

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-13
   * MinAge implemented, cron script variables documented, bugfix in check_stamp() function

19 years agoSync with Matt
Christian Perrier [Mon, 28 Mar 2005 14:08:45 +0000 (14:08 +0000)] 
Sync with Matt

Patches applied:

 * apt@packages.debian.org/apt--main--0--patch-66
   Merge from bubulle@debian.org--2005/apt--main--0 (translations)

 * apt@packages.debian.org/apt--main--0--patch-67
   Open 0.6.35

 * apt@packages.debian.org/apt--main--0--patch-68
   Merge apt--mvo--0

 * apt@packages.debian.org/apt--main--0--patch-69
   Correct spelling in cron.daily

 * apt@packages.debian.org/apt--main--0--patch-70
   Use find|xargs rather than find -exec in cron.daily

 * apt@packages.debian.org/apt--main--0--patch-71
   Update changelog

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-7
   * sync with matt again

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-8
   * add APT::Archives::{MaxAge,MaxSize} to the cron.daily apt script

19 years agoUpdate changelog
Matt Zimmerman [Sat, 26 Mar 2005 17:51:31 +0000 (17:51 +0000)] 
Update changelog

19 years agoMerge bubulle@debian.org--2005/apt--main--0
Matt Zimmerman [Sat, 26 Mar 2005 17:51:15 +0000 (17:51 +0000)] 
Merge bubulle@debian.org--2005/apt--main--0
Patches applied:

 * bubulle@debian.org--2005/apt--main--0--patch-58
   Correct file permissions

 * bubulle@debian.org--2005/apt--main--0--patch-59
   Bring consistency to the use of capitals in programs messages

 * bubulle@debian.org--2005/apt--main--0--patch-60
   Correct the permission change on configure.in

 * bubulle@debian.org--2005/apt--main--0--patch-61
   Complete unfuzzification of PO files after the capitalization fixes

 * bubulle@debian.org--2005/apt--main--0--patch-62
   Final work of capitalization cleaning and translation unfuzzyfication

 * bubulle@debian.org--2005/apt--main--0--patch-63
   Correct the "arbitary" typo in apt-ftparchive

 * bubulle@debian.org--2005/apt--main--0--patch-64
   Italian translation update

 * bubulle@debian.org--2005/apt--main--0--patch-65
   Italian translation update

19 years agoUpdate changelog
Matt Zimmerman [Sat, 26 Mar 2005 17:49:11 +0000 (17:49 +0000)] 
Update changelog

19 years agoMerge apt--mvo--0
Matt Zimmerman [Sat, 26 Mar 2005 16:34:08 +0000 (16:34 +0000)] 
Merge apt--mvo--0
Patches applied:

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-9
   * be more carefull when building the archive path (thanks to matt!)

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-10
   * ignore time conflicts on apt-key update (this is used at install time when the clock may be totally broken)

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-11
   * run check_size_constraints independent of AUTOCLEAN (thanks Matt)

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-12
   * check cache size after AUTOCLEAN was run (but independent)

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-13
   * MinAge implemented, cron script variables documented, bugfix in check_stamp() function

19 years agoOpen 0.6.36
Matt Zimmerman [Sat, 26 Mar 2005 16:33:41 +0000 (16:33 +0000)] 
Open 0.6.36

19 years agoSync with Matt
Christian Perrier [Sat, 26 Mar 2005 08:44:22 +0000 (08:44 +0000)] 
Sync with Matt

19 years agoItalian translation complete
Christian Perrier [Sat, 26 Mar 2005 08:28:32 +0000 (08:28 +0000)] 
Italian translation complete
* po/it.po: Completed. Closes: #301116

19 years agoItalian translation update
Christian Perrier [Fri, 25 Mar 2005 18:28:38 +0000 (18:28 +0000)] 
Italian translation update
* po/it.po: Updated

19 years agoItalian translation update
Christian Perrier [Thu, 24 Mar 2005 12:42:06 +0000 (12:42 +0000)] 
Italian translation update

19 years ago* MinAge implemented, cron script variables documented, bugfix in check_stamp() function
Michael Vogt [Tue, 22 Mar 2005 17:03:17 +0000 (17:03 +0000)] 
* MinAge implemented, cron script variables documented, bugfix in check_stamp() function

19 years ago* check cache size after AUTOCLEAN was run (but independent)
Michael Vogt [Tue, 15 Mar 2005 16:48:57 +0000 (16:48 +0000)] 
* check cache size after AUTOCLEAN was run (but independent)

19 years ago* run check_size_constraints independent of AUTOCLEAN (thanks Matt)
Michael Vogt [Tue, 15 Mar 2005 16:30:24 +0000 (16:30 +0000)] 
* run check_size_constraints independent of AUTOCLEAN (thanks Matt)

19 years ago* ignore time conflicts on apt-key update (this is used at install time when the...
Michael Vogt [Tue, 15 Mar 2005 11:46:14 +0000 (11:46 +0000)] 
* ignore time conflicts on apt-key update (this is used at install time when the clock may be totally broken)

19 years ago* be more carefull when building the archive path (thanks to matt!)
Michael Vogt [Tue, 15 Mar 2005 09:58:48 +0000 (09:58 +0000)] 
* be more carefull when building the archive path (thanks to matt!)

Patches applied:

 * apt@packages.debian.org/apt--main--0--patch-67
   Open 0.6.35

 * apt@packages.debian.org/apt--main--0--patch-68
   Merge apt--mvo--0

 * apt@packages.debian.org/apt--main--0--patch-69
   Correct spelling in cron.daily

 * apt@packages.debian.org/apt--main--0--patch-70
   Use find|xargs rather than find -exec in cron.daily

 * apt@packages.debian.org/apt--main--0--patch-71
   Update changelog

19 years agoUpdate changelog
Matt Zimmerman [Mon, 14 Mar 2005 21:10:18 +0000 (21:10 +0000)] 
Update changelog

19 years agoUse find|xargs rather than find -exec in cron.daily
Matt Zimmerman [Mon, 14 Mar 2005 21:09:25 +0000 (21:09 +0000)] 
Use find|xargs rather than find -exec in cron.daily

19 years agoCorrect spelling in cron.daily
Matt Zimmerman [Mon, 14 Mar 2005 21:06:43 +0000 (21:06 +0000)] 
Correct spelling in cron.daily

19 years agoMerge apt--mvo--0
Matt Zimmerman [Mon, 14 Mar 2005 21:05:01 +0000 (21:05 +0000)] 
Merge apt--mvo--0
Patches applied:

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-7
   * sync with matt again

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-8
   * add APT::Archives::{MaxAge,MaxSize} to the cron.daily apt script

19 years ago* add APT::Archives::{MaxAge,MaxSize} to the cron.daily apt script
Michael Vogt [Mon, 14 Mar 2005 13:20:01 +0000 (13:20 +0000)] 
* add APT::Archives::{MaxAge,MaxSize} to the cron.daily apt script

19 years ago* sync with matt again
Michael Vogt [Mon, 14 Mar 2005 11:28:59 +0000 (11:28 +0000)] 
* sync with matt again

Patches applied:

 * apt@packages.debian.org/apt--main--0--patch-62
   Merge apt--mvo--0

 * apt@packages.debian.org/apt--main--0--patch-63
   Open 0.6.34

 * apt@packages.debian.org/apt--main--0--patch-64
   Add missing semicolon in configure-index (Debian #295773)

 * apt@packages.debian.org/apt--main--0--patch-65
   Update build-depends on gettext to 0.12

 * apt@packages.debian.org/apt--main--0--patch-66
   Merge from bubulle@debian.org--2005/apt--main--0 (translations)

 * bubulle@debian.org--2005/apt--main--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-48

 * bubulle@debian.org--2005/apt--main--0--patch-1
   French translation update

 * bubulle@debian.org--2005/apt--main--0--patch-2
   Remove useles tilde files

 * bubulle@debian.org--2005/apt--main--0--patch-3
   Updated Finnish and Basque translations

 * bubulle@debian.org--2005/apt--main--0--patch-4
   Update with files from apt-sarge. Complete French translation.

 * bubulle@debian.org--2005/apt--main--0--patch-5
   Correct typo in Usage message : s/arbitary/arbitrary. Unfuzzy translations. Closes: #291172

 * bubulle@debian.org--2005/apt--main--0--patch-6
   Updated French manpage. Closes: #291020

 * bubulle@debian.org--2005/apt--main--0--patch-7
   Japanese documentation update. Closes: #265720

 * bubulle@debian.org--2005/apt--main--0--patch-8
   Updated Traditional Chines translation

 * bubulle@debian.org--2005/apt--main--0--patch-9
   Updated Norwegian Bokmal translation from sarge branch

 * bubulle@debian.org--2005/apt--main--0--patch-10
   Updated Slovenian translation

 * bubulle@debian.org--2005/apt--main--0--patch-11
   Remove no_NO translation (not needed after sarge)

 * bubulle@debian.org--2005/apt--main--0--patch-12
   Hungarian translation updated from the sarge branch. Closes: #292204

 * bubulle@debian.org--2005/apt--main--0--patch-13
   Hungarian translation completed. Closes: #292204

 * bubulle@debian.org--2005/apt--main--0--patch-14
   Polish translation updated from sarge

 * bubulle@debian.org--2005/apt--main--0--patch-15
   Initiali Tagalog translation. Closes:#293132

 * bubulle@debian.org--2005/apt--main--0--patch-16
   Really add the Tagalog translation. Closes: #293132

 * bubulle@debian.org--2005/apt--main--0--patch-17
   Completed Tagalog translation. Closes: #293132

 * bubulle@debian.org--2005/apt--main--0--patch-18
   Merge with Matt and update French translation

 * bubulle@debian.org--2005/apt--main--0--patch-19
   Remove no_NO from LINGUAS

 * bubulle@debian.org--2005/apt--main--0--patch-20
   Rebuild the POT file

 * bubulle@debian.org--2005/apt--main--0--patch-21
   Update all PO files from the new apt-all.pot file

 * bubulle@debian.org--2005/apt--main--0--patch-22
   Complete French translation

 * bubulle@debian.org--2005/apt--main--0--patch-23
   Updated Basque translation for main by Piarres Beobide Egana

 * bubulle@debian.org--2005/apt--main--0--patch-24
   Updated Japanese and Norwegian Bokmal translations

 * bubulle@debian.org--2005/apt--main--0--patch-25
   Tagalog translation update by Eric Pareja

 * bubulle@debian.org--2005/apt--main--0--patch-26
   Updated Simplified Chinese translation by Kov Tchai

 * bubulle@debian.org--2005/apt--main--0--patch-27
   Updated Slovak translation by Peter Mann

 * bubulle@debian.org--2005/apt--main--0--patch-28
   Italian translation update

 * bubulle@debian.org--2005/apt--main--0--patch-29
   Dutch translation update by Bart Cornelis

 * bubulle@debian.org--2005/apt--main--0--patch-30
   Danish translation update by Claus Hindsgaul

 * bubulle@debian.org--2005/apt--main--0--patch-31
   Correct LINGUAS to include ru and tl

 * bubulle@debian.org--2005/apt--main--0--patch-32
   Polish translation update by Bartosz Fenski

 * bubulle@debian.org--2005/apt--main--0--patch-33
   Czech translation update by Miroslav Kure

 * bubulle@debian.org--2005/apt--main--0--patch-34
   Brazilian Portuguese translation update by Andre Luis Lopes

 * bubulle@debian.org--2005/apt--main--0--patch-35
   Complete Norwegian Nynorsk translation by H��vard Korsvoll

 * bubulle@debian.org--2005/apt--main--0--patch-36
   Updated Spanish translation by Ruben Porras

 * bubulle@debian.org--2005/apt--main--0--patch-37
   Russian translation update by Yuri Kozlov

 * bubulle@debian.org--2005/apt--main--0--patch-38
   German translation update by Michael Piefel

 * bubulle@debian.org--2005/apt--main--0--patch-39
   Swedish translation update by Peter Karlsson

 * bubulle@debian.org--2005/apt--main--0--patch-40
   Finnish translation update by Tapio Lehtonen

 * bubulle@debian.org--2005/apt--main--0--patch-41
   Hungarian translation update by Kelemen G��bor

 * bubulle@debian.org--2005/apt--main--0--patch-42
   Catalan translation update by Jordi Mallach

 * bubulle@debian.org--2005/apt--main--0--patch-43
   Korean translation update by Changwoo Ryu

 * bubulle@debian.org--2005/apt--main--0--patch-44
   Greek translation updated by George Papamichelakis

 * bubulle@debian.org--2005/apt--main--0--patch-45
   Important corrections to French translation by Mohamed Adn��neTrojette

 * bubulle@debian.org--2005/apt--main--0--patch-46
   Updated Slovenian translation by Jure Cuhalev

 * bubulle@debian.org--2005/apt--main--0--patch-47
   French translation update after proofreading

 * bubulle@debian.org--2005/apt--main--0--patch-48
   Updated Portuguese translation by Miguel Figuereido

 * bubulle@debian.org--2005/apt--main--0--patch-49
   Traditional Chinese translation update by Asho Yeh

 * bubulle@debian.org--2005/apt--main--0--patch-50
   Restored complete French translation

 * bubulle@debian.org--2005/apt--main--0--patch-51
   Remove de.UTF-8 from LINGUAS

 * bubulle@debian.org--2005/apt--main--0--patch-52
   Greek translation completed

 * bubulle@debian.org--2005/apt--main--0--patch-53
   Traditional Chinese translation update

 * bubulle@debian.org--2005/apt--main--0--patch-54
   Merge with matt

 * bubulle@debian.org--2005/apt--main--0--patch-55
   Regenerate apt-all.pot from the sources after merging with Matt

 * bubulle@debian.org--2005/apt--main--0--patch-56
   Re-sync PO files with the POT file

 * bubulle@debian.org--2005/apt--main--0--patch-57
   Correct file permissions

19 years agoCorrect the "arbitary" typo in apt-ftparchive
Christian Perrier [Thu, 10 Mar 2005 07:23:22 +0000 (07:23 +0000)] 
Correct the "arbitary" typo in apt-ftparchive

19 years agoFinal work of capitalization cleaning and translation unfuzzyfication
Christian Perrier [Thu, 10 Mar 2005 06:13:37 +0000 (06:13 +0000)] 
Final work of capitalization cleaning and translation unfuzzyfication

19 years agoComplete unfuzzification of PO files after the capitalization fixes
Christian Perrier [Wed, 9 Mar 2005 08:11:17 +0000 (08:11 +0000)] 
Complete unfuzzification of PO files after the capitalization fixes

19 years agoCorrect the permission change on configure.in
Christian Perrier [Tue, 8 Mar 2005 07:04:05 +0000 (07:04 +0000)] 
Correct the permission change on configure.in

19 years agoOpen 0.6.35
Matt Zimmerman [Tue, 8 Mar 2005 04:08:51 +0000 (04:08 +0000)] 
Open 0.6.35

19 years agoBring consistency to the use of capitals in programs messages
Christian Perrier [Sun, 6 Mar 2005 17:54:58 +0000 (17:54 +0000)] 
Bring consistency to the use of capitals in programs messages

19 years agoCorrect file permissions
Christian Perrier [Sun, 6 Mar 2005 07:54:39 +0000 (07:54 +0000)] 
Correct file permissions

19 years agoMerge from bubulle@debian.org--2005/apt--main--0 (translations)
Matt Zimmerman [Sat, 5 Mar 2005 16:36:00 +0000 (16:36 +0000)] 
Merge from bubulle@debian.org--2005/apt--main--0 (translations)
Patches applied:

 * bubulle@debian.org--2005/apt--main--0--base-0
   tag of apt@packages.debian.org/apt--main--0--patch-48

 * bubulle@debian.org--2005/apt--main--0--patch-1
   French translation update

 * bubulle@debian.org--2005/apt--main--0--patch-2
   Remove useles tilde files

 * bubulle@debian.org--2005/apt--main--0--patch-3
   Updated Finnish and Basque translations

 * bubulle@debian.org--2005/apt--main--0--patch-4
   Update with files from apt-sarge. Complete French translation.

 * bubulle@debian.org--2005/apt--main--0--patch-5
   Correct typo in Usage message : s/arbitary/arbitrary. Unfuzzy translations. Closes: #291172

 * bubulle@debian.org--2005/apt--main--0--patch-6
   Updated French manpage. Closes: #291020

 * bubulle@debian.org--2005/apt--main--0--patch-7
   Japanese documentation update. Closes: #265720

 * bubulle@debian.org--2005/apt--main--0--patch-8
   Updated Traditional Chines translation

 * bubulle@debian.org--2005/apt--main--0--patch-9
   Updated Norwegian Bokmal translation from sarge branch

 * bubulle@debian.org--2005/apt--main--0--patch-10
   Updated Slovenian translation

 * bubulle@debian.org--2005/apt--main--0--patch-11
   Remove no_NO translation (not needed after sarge)

 * bubulle@debian.org--2005/apt--main--0--patch-12
   Hungarian translation updated from the sarge branch. Closes: #292204

 * bubulle@debian.org--2005/apt--main--0--patch-13
   Hungarian translation completed. Closes: #292204

 * bubulle@debian.org--2005/apt--main--0--patch-14
   Polish translation updated from sarge

 * bubulle@debian.org--2005/apt--main--0--patch-15
   Initiali Tagalog translation. Closes:#293132

 * bubulle@debian.org--2005/apt--main--0--patch-16
   Really add the Tagalog translation. Closes: #293132

 * bubulle@debian.org--2005/apt--main--0--patch-17
   Completed Tagalog translation. Closes: #293132

 * bubulle@debian.org--2005/apt--main--0--patch-18
   Merge with Matt and update French translation

 * bubulle@debian.org--2005/apt--main--0--patch-19
   Remove no_NO from LINGUAS

 * bubulle@debian.org--2005/apt--main--0--patch-20
   Rebuild the POT file

 * bubulle@debian.org--2005/apt--main--0--patch-21
   Update all PO files from the new apt-all.pot file

 * bubulle@debian.org--2005/apt--main--0--patch-22
   Complete French translation

 * bubulle@debian.org--2005/apt--main--0--patch-23
   Updated Basque translation for main by Piarres Beobide Egana

 * bubulle@debian.org--2005/apt--main--0--patch-24
   Updated Japanese and Norwegian Bokmal translations

 * bubulle@debian.org--2005/apt--main--0--patch-25
   Tagalog translation update by Eric Pareja

 * bubulle@debian.org--2005/apt--main--0--patch-26
   Updated Simplified Chinese translation by Kov Tchai

 * bubulle@debian.org--2005/apt--main--0--patch-27
   Updated Slovak translation by Peter Mann

 * bubulle@debian.org--2005/apt--main--0--patch-28
   Italian translation update

 * bubulle@debian.org--2005/apt--main--0--patch-29
   Dutch translation update by Bart Cornelis

 * bubulle@debian.org--2005/apt--main--0--patch-30
   Danish translation update by Claus Hindsgaul

 * bubulle@debian.org--2005/apt--main--0--patch-31
   Correct LINGUAS to include ru and tl

 * bubulle@debian.org--2005/apt--main--0--patch-32
   Polish translation update by Bartosz Fenski

 * bubulle@debian.org--2005/apt--main--0--patch-33
   Czech translation update by Miroslav Kure

 * bubulle@debian.org--2005/apt--main--0--patch-34
   Brazilian Portuguese translation update by Andre Luis Lopes

 * bubulle@debian.org--2005/apt--main--0--patch-35
   Complete Norwegian Nynorsk translation by H��vard Korsvoll

 * bubulle@debian.org--2005/apt--main--0--patch-36
   Updated Spanish translation by Ruben Porras

 * bubulle@debian.org--2005/apt--main--0--patch-37
   Russian translation update by Yuri Kozlov

 * bubulle@debian.org--2005/apt--main--0--patch-38
   German translation update by Michael Piefel

 * bubulle@debian.org--2005/apt--main--0--patch-39
   Swedish translation update by Peter Karlsson

 * bubulle@debian.org--2005/apt--main--0--patch-40
   Finnish translation update by Tapio Lehtonen

 * bubulle@debian.org--2005/apt--main--0--patch-41
   Hungarian translation update by Kelemen G��bor

 * bubulle@debian.org--2005/apt--main--0--patch-42
   Catalan translation update by Jordi Mallach

 * bubulle@debian.org--2005/apt--main--0--patch-43
   Korean translation update by Changwoo Ryu

 * bubulle@debian.org--2005/apt--main--0--patch-44
   Greek translation updated by George Papamichelakis

 * bubulle@debian.org--2005/apt--main--0--patch-45
   Important corrections to French translation by Mohamed Adn��neTrojette

 * bubulle@debian.org--2005/apt--main--0--patch-46
   Updated Slovenian translation by Jure Cuhalev

 * bubulle@debian.org--2005/apt--main--0--patch-47
   French translation update after proofreading

 * bubulle@debian.org--2005/apt--main--0--patch-48
   Updated Portuguese translation by Miguel Figuereido

 * bubulle@debian.org--2005/apt--main--0--patch-49
   Traditional Chinese translation update by Asho Yeh

 * bubulle@debian.org--2005/apt--main--0--patch-50
   Restored complete French translation

 * bubulle@debian.org--2005/apt--main--0--patch-51
   Remove de.UTF-8 from LINGUAS

 * bubulle@debian.org--2005/apt--main--0--patch-52
   Greek translation completed

 * bubulle@debian.org--2005/apt--main--0--patch-53
   Traditional Chinese translation update

 * bubulle@debian.org--2005/apt--main--0--patch-54
   Merge with matt

 * bubulle@debian.org--2005/apt--main--0--patch-55
   Regenerate apt-all.pot from the sources after merging with Matt

 * bubulle@debian.org--2005/apt--main--0--patch-56
   Re-sync PO files with the POT file

 * bubulle@debian.org--2005/apt--main--0--patch-57
   Correct file permissions

19 years agoCorrect file permissions
Christian Perrier [Sat, 5 Mar 2005 14:53:52 +0000 (14:53 +0000)] 
Correct file permissions

19 years agoRe-sync PO files with the POT file
Christian Perrier [Sat, 5 Mar 2005 14:44:18 +0000 (14:44 +0000)] 
Re-sync PO files with the POT file
* po/*.po: synced with the POT file

19 years agoRegenerate apt-all.pot from the sources after merging with Matt
Christian Perrier [Sat, 5 Mar 2005 13:52:57 +0000 (13:52 +0000)] 
Regenerate apt-all.pot from the sources after merging with Matt
* po/apt-all.pot: Regenerated

19 years agoMerge with matt
Christian Perrier [Sat, 5 Mar 2005 09:28:33 +0000 (09:28 +0000)] 
Merge with matt

Patches applied:

 * apt@packages.debian.org/apt--main--0--patch-59
   Open 0.6.32

 * apt@packages.debian.org/apt--main--0--patch-60
   Merge apt--mvo--0

 * apt@packages.debian.org/apt--main--0--patch-61
   Add missing whitespace in new Debug::Acquire::gpgv output

 * apt@packages.debian.org/apt--main--0--patch-62
   Merge apt--mvo--0

 * apt@packages.debian.org/apt--main--0--patch-63
   Open 0.6.34

 * apt@packages.debian.org/apt--main--0--patch-64
   Add missing semicolon in configure-index (Debian #295773)

 * apt@packages.debian.org/apt--main--0--patch-65
   Update build-depends on gettext to 0.12

 * michael.vogt@canonical.com--2004/apt--mvo--0--patch-12
   * star-merged with matt, removed the unset("no_proxy") in methods/ftp.cc

 * michael.vogt@canonical.com--2004/apt--mvo--0--patch-13
   * commented the ftp no_proxy unseting in methods/ftp.cc

 * michael.vogt@canonical.com--2004/apt--mvo--0--patch-14
   * starmeged with matt, added some comments to the unsetting of no_proxy in ftp.cc

 * michael.vogt@canonical.com--2004/apt--mvo--0--patch-15
   * merged with matt's tree

 * michael.vogt@canonical.com--2004/apt--mvo--0--patch-16
   * added support for "Acquire::gpgv::options" in methods/gpgv.cc

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--base-0
   tag of michael.vogt@canonical.com--2004/apt--mvo--0--patch-16

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-1
   * slightly cosmetic change in methods/gpgv.cc

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-2
   * merge with matts tree, added documentation for the gpgv stuff

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-3
   * added gpgv::Options to configure-index

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-4
   * PulseIntervall can be configured now to make frontends like synaptic hayppy. it's done in a way that does not break binary compatibility

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-5
   * fix for apt-get update removing the cdroms Release.gpg files

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-6
   * path scoring changed, the non-symlink path is scored highest

19 years agoUpdate build-depends on gettext to 0.12
Matt Zimmerman [Sat, 5 Mar 2005 00:25:03 +0000 (00:25 +0000)] 
Update build-depends on gettext to 0.12

19 years agoAdd missing semicolon in configure-index (Debian #295773)
Matt Zimmerman [Sat, 5 Mar 2005 00:13:59 +0000 (00:13 +0000)] 
Add missing semicolon in configure-index (Debian #295773)

19 years agoOpen 0.6.34
Matt Zimmerman [Sat, 5 Mar 2005 00:13:03 +0000 (00:13 +0000)] 
Open 0.6.34

19 years agoMerge apt--mvo--0
Matt Zimmerman [Sat, 26 Feb 2005 23:22:32 +0000 (23:22 +0000)] 
Merge apt--mvo--0
Patches applied:

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-2
   * merge with matts tree, added documentation for the gpgv stuff

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-3
   * added gpgv::Options to configure-index

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-4
   * PulseIntervall can be configured now to make frontends like synaptic hayppy. it's done in a way that does not break binary compatibility

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-5
   * fix for apt-get update removing the cdroms Release.gpg files

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-6
   * path scoring changed, the non-symlink path is scored highest