Michael Vogt [Thu, 21 Feb 2008 15:49:03 +0000 (16:49 +0100)]
* cmdline/apt-key:
- add support for a master-keyring that contains signing keys
that can be used to sign the archive signing keys. This should
make key-rollover easier.
* apt-pkg/deb/dpkgpm.cc:
- merged patch from Kees Cook to fix anoying upper-case display
on amd64 in sbuild
* apt-pkg/algorithms.cc:
- add APT::Update::Post-Invoke-Success script slot
- Make the breaks handling use the kill list. This means, that a
Breaks: Pkg (<< version) may put Pkg onto the remove list.
* apt-pkg/deb/debmetaindex.cc:
- add missing "Release" file uri when apt-get update --print-uris
is run
* methods/connect.cc:
- remember hosts with Resolve failures or connect Timeouts
Michael Vogt [Thu, 21 Feb 2008 15:46:31 +0000 (16:46 +0100)]
* Fix typos in manpages. Thanks to Daniel Leidert for the fixes Closes: #444922
[ Raise urgency to critical since it fixes a critical but for Debian
Installer Lenny Beta1 release ]
- Vietnamese updated. Closes: #460825
- Basque updated. Closes: #461166
- Galician updated. Closes: #461468
- Portuguese updated. Closes: #464575
- Korean updated. Closes: #448430
- Simplified Chinese updated. Closes: #465866
* Applied patch from Robert Millan <rmh@aybabtu.com> to fix the error
message when gpgv isn't installed, closes: #452640.
* Fix regression about APT::Get::List-Cleanup setting being ignored,
closes: #466052.
* Fix compilation warnings in apt-pkg/cdrom.cc and
apt-pkg/contrib/configuration.cc.
* Fix typo in debian/copyright file ("licened" instead of "licensed"),
closes: #458966.
- Vietnamese updated. Closes: #453774, #459013
- Simplified Chinese updated. Closes: #458039
- Norwegian Bokmål updated. Closes: #457917
* Fix wording for "After unpacking...". Thanks to Michael Gilbert
Michael Vogt [Wed, 16 Jan 2008 15:41:06 +0000 (16:41 +0100)]
* cmdline/apt-key:
- add support for a master-keyring that contains signing keys
that can be used to sign the archive signing keys. This should
make key-rollover easier.
Michael Vogt [Thu, 10 Jan 2008 11:08:21 +0000 (12:08 +0100)]
* apt-pkg/algorithms.cc:
- Since APT::Get::List-Cleanup and APT::List-Cleanup both default to
true, the effect of the compatibility code was to require both of them
to be set to false in order to disable list cleanup; this broke the
installer. Instead, disable list cleanup if either of them is set to
false.
Michael Vogt [Mon, 7 Jan 2008 20:26:11 +0000 (21:26 +0100)]
* apt-pkg/packagemanager.{cc,h}:
- propergate the Immediate flag to make hitting the
"E: Internal Error, Could not perform immediate configuration (2)"
harder
* debian/control:
- build against libdb-dev (instead of libdb4.4-dev)
* merged the apt--DoListUpdate branch, this provides a common interface
for "apt-get update" like operations for the frontends and also provides
hooks to run stuff in APT::Update::{Pre,Post}-Invoke
Michael Vogt [Fri, 4 Jan 2008 20:33:09 +0000 (21:33 +0100)]
* merged the apt--DoListUpdate branch, this provides a common interface
for apt-get update like operations for the frontends and also provides
hooks to run stuff in APT::Update::{Pre,Post}-Invoke
Michael Vogt [Thu, 3 Jan 2008 10:25:58 +0000 (11:25 +0100)]
* apt-pkg/packagemanager.{cc,h}:
- propergate the Immediate flag to make hitting the
"E: Internal Error, Could not perform immediate configuration (2)"
harder
Otavio Salvador [Sun, 16 Dec 2007 20:53:32 +0000 (18:53 -0200)]
* apt-pkg/contrib/configuration.cc:
- if RootDir is set, then FindFile and FindDir will return paths
relative to the directory stored in RootDir, closes: #456457.
Michael Vogt [Fri, 30 Nov 2007 12:00:15 +0000 (13:00 +0100)]
* ftparchive/contents.cc:
- fix error output
* ftparchive/contents.cc:
- support lzma data members
* ftparchive/multicompress.cc:
- support lzma output
Otavio Salvador [Mon, 26 Nov 2007 17:47:45 +0000 (15:47 -0200)]
* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
with newest dpkg-shlibdeps changing the packaging building order,
closes: #452862.
Otavio Salvador [Mon, 26 Nov 2007 17:44:46 +0000 (15:44 -0200)]
* Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
getting crazy when /dev/null is redirected to stdin (which breaks
buildds), closes: #452858.
Otavio Salvador [Mon, 29 Oct 2007 18:52:30 +0000 (16:52 -0200)]
* Applied patch from Brian M. Carlson <sandals@crustytoothpaste.ath.cx>
to add backward support for arches that lacks pselect support,
closes: #448406.