summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-03-14 11:38:41 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2007-03-14 11:38:41 +0100
commite6065cfcf0b5c6a57aa582cb3c2bd2b3fafe64b7 (patch)
treee90246321ade875980bee9e0ffdd33ed289da67a /debian
parent90ff41f8a6fdd304ac645f8279464462ca36fccd (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')
-rw-r--r--debian/apt.conf.ubuntu1
-rw-r--r--debian/changelog13
2 files changed, 12 insertions, 2 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";
};
diff --git a/debian/changelog b/debian/changelog
index aa6a01692..3038e49bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+apt (0.6.46.4ubuntu10) feisty; urgency=low
+
+ * 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";
+
+ --
+
apt (0.6.46.4ubuntu9) feisty; urgency=low
* debian/control:
@@ -5,7 +15,6 @@ apt (0.6.46.4ubuntu9) feisty; urgency=low
- Set Ubuntu maintainer address
* apt-pkg/cdrom.cc:
- only unmount if APT::CDROM::NoMount is false
- * methods/cdrom.cc:
- only umount if it was mounted by the method before
* cmdline/apt-get.cc:
- fix version output in autoremove list (LP#68941)
@@ -16,7 +25,7 @@ apt (0.6.46.4ubuntu9) feisty; urgency=low
* doc/examples/configure-index:
- document APT::Acquire::Translation
- --
+ -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Mar 2007 15:24:39 +0100
apt (0.6.46.4ubuntu8) feisty; urgency=low