diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-14 11:38:41 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-14 11:38:41 +0100 |
commit | e6065cfcf0b5c6a57aa582cb3c2bd2b3fafe64b7 (patch) | |
tree | e90246321ade875980bee9e0ffdd33ed289da67a /debian/apt.conf.ubuntu | |
parent | 90ff41f8a6fdd304ac645f8279464462ca36fccd (diff) |
* apt-pkg/depcache.cc:
- added "APT::Never-MarkAuto-Section" and consider dependencies
of packages in this section manual
* debian/apt.conf.ubuntu:
- added APT::Never-MarkAuto-Section "metapackages";
Diffstat (limited to 'debian/apt.conf.ubuntu')
-rw-r--r-- | debian/apt.conf.ubuntu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/apt.conf.ubuntu b/debian/apt.conf.ubuntu index 8d095f17e..3a9945b54 100644 --- a/debian/apt.conf.ubuntu +++ b/debian/apt.conf.ubuntu @@ -7,4 +7,5 @@ APT }; Install-Recommends-Section "metapackages"; + Never-MarkAuto-Section "metapackages"; }; |