diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-08-06 14:01:29 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-08-06 14:01:29 +0200 |
commit | cb714f283871f3deb9e0f8566ab6866ae9d7791e (patch) | |
tree | 85e812387cd35c5982405c6666ca65fddbdda27b /debian | |
parent | cbf217843cc8eaaebd6d798854d92aab961efd9d (diff) | |
parent | 496a05c628d39c981a8f472f16629043d8508808 (diff) |
* fix various -Wall warnings
* make "apt-get build-dep" installed packages marked automatic
by default. This can be changed by setting the value of
APT::Get::Build-Dep-Automatic to false (thanks to Aaron
Haviland, closes: #44874, LP: #248268)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 91724d164..44fcb96fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +apt (0.7.14ubuntu5) intrepid; urgency=low + + * fix various -Wall warnings + * make "apt-get build-dep" installed packages marked automatic + by default. This can be changed by setting the value of + APT::Get::Build-Dep-Automatic to false (thanks to Aaron + Haviland, closes: #44874, LP: #248268) + + -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 06 Aug 2008 14:00:51 +0200 + apt (0.7.14ubuntu4) intrepid; urgency=low [ Michael Vogt ] @@ -15,7 +25,7 @@ apt (0.7.14ubuntu4) intrepid; urgency=low (thanks to Joey Hess) * document --install-recommends and --no-install-recommends (thanks to Dereck Wonnacott, LP: #126180) - + [ Dereck Wonnacott ] * apt-ftparchive might write corrupt Release files (LP: #46439) * Apply --important option to apt-cache depends (LP: #16947) |