diff options
author | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-11-07 09:36:23 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-11-07 09:36:23 +0900 |
commit | 1cf0868b7ab0115b03e59825be830f8db8b09cd2 (patch) | |
tree | 7f4528a44dbe10d56b1c2b81f5e237995f860dd2 /ChangeLog | |
parent | 00439ed47b85b48e554d775578445ec1c38894f4 (diff) | |
download | pbuilder-1cf0868b7ab0115b03e59825be830f8db8b09cd2.tar pbuilder-1cf0868b7ab0115b03e59825be830f8db8b09cd2.tar.gz |
* Bug fix: "pbuilder-satisfydepends-classic should pass
-o APT::Install-Recommends=false to apt-get", thanks to Daniel Schepler
(Closes: #448562).
* set /etc/apt/apt.conf.d/15pbuilder so that Install-Recommends is false.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2007-11-07 Junichi Uekawa <dancer@debian.org> + + * pbuilder-satisfydepends-classic: add APTFLAG, which is "-o + APT::Install-Recommends=false" to toggle recommends + installation. This option is ignored by etch apt, so should be + harmless. + + * pbuilder-modules (APT): install Install-Recommends "false" + configuration to /etc/apt/apt.conf.d/15pbuilder. Move + experimental configuration to there from /etc/apt/apt.conf to + /etc/apt/apt.conf.d/15pbuilder. + 2007-10-25 Junichi Uekawa <dancer@debian.org> * pbuilderrc: set default value for COMPONENTS, so that |