diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-07 11:52:58 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-07 11:52:58 +0200 |
commit | 3a089a0178ee7b3adff28dcc8749735898201e27 (patch) | |
tree | 94f379647920e4782308f1e01f7a7cf0e973a850 /debian/rules | |
parent | 94915e3424601c8fa935c527122d65f1f0878fe2 (diff) | |
parent | 1d7229332a7707e9abb341a7ce75ce332df54420 (diff) |
* apt-pkg/depcache.cc:
- merged from install-recommends
* debian/apt.conf.ubuntu:
- added "APT::Install-Recommends-Section" to "metapackages"
* renamed apt.conf.autoremove -> apt.conf.ubuntu
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ffc23402e..2007370c4 100755 --- a/debian/rules +++ b/debian/rules @@ -211,7 +211,7 @@ apt: build debian/shlibs.local cp debian/bugscript debian/$@/usr/share/bug/apt/script cp share/ubuntu-archive.gpg debian/$@/usr/share/$@ - cp debian/apt.conf.autoremove debian/$@/etc/apt/apt.conf.d/01autoremove + cp debian/apt.conf.ubuntu debian/$@/etc/apt/apt.conf.d/01ubuntu # head -n 500 ChangeLog > debian/ChangeLog # make rosetta happy and remove pot files in po/ (but leave stuff |