* fix various -Wall warnings
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 6 Aug 2008 12:01:29 +0000 (14:01 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 6 Aug 2008 12:01:29 +0000 (14:01 +0200)
* 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)

1  2 
apt-pkg/deb/dpkgpm.cc
apt-pkg/depcache.cc
cmdline/apt-get.cc
debian/changelog
doc/examples/configure-index
methods/http.cc

Simple merge
Simple merge
Simple merge
@@@ -1,4 -1,13 +1,14 @@@
 -apt (0.7.15) UNRELEASED; urgency=low
++apt (0.7.14ubuntu5) intrepid; urgency=low
 -  [ Osamu Aoki ]
 -  * Updated cron script to support backups by hardlinks and 
 -    verbose levels.  All features turned off by default. 
 -  * Added more error handlings.  Closes: #438803, #462734, #454989, 
 -  * Refactored condition structure to make download and upgrade performed 
 -    if only previous steps succeeded. Closes: #341970
 -  * Documented all cron script related configuration items in 
 -    configure-index.
++  * 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 ]
    * apt-pkg/deb/dpkgpm.cc:
      (thanks to Joey Hess) 
    * document --install-recommends and --no-install-recommends
      (thanks to Dereck Wonnacott, LP: #126180)
 -  * 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)
+   
    [ Dereck Wonnacott ]
    * apt-ftparchive might write corrupt Release files (LP: #46439)
    * Apply --important option to apt-cache depends (LP: #16947) 
Simple merge
diff --cc methods/http.cc
Simple merge