summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <egon@tas>2006-12-07 17:10:44 +0100
committerMichael Vogt <egon@tas>2006-12-07 17:10:44 +0100
commitd3a39605ee9af421363ee6e36c1168d15bd7eed2 (patch)
treee1000bcf7faf8cf86e23a6f7b54f95e3263481dc /debian
parentef19c34816a615365cad8f3a9eda048848dd1470 (diff)
* changelog fixes
Diffstat (limited to 'debian')
-rw-r--r--debian/apt.postinst2
-rw-r--r--debian/changelog10
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/apt.postinst b/debian/apt.postinst
index 1419d180a..df0433057 100644
--- a/debian/apt.postinst
+++ b/debian/apt.postinst
@@ -20,8 +20,6 @@ case "$1" in
cp /usr/share/apt/ubuntu-archive.gpg /etc/apt/trusted.gpg
fi
- apt-key update
-
;;
abort-upgrade|abort-remove|abort-deconfigure)
diff --git a/debian/changelog b/debian/changelog
index f30edf5a1..511f407e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -121,6 +121,14 @@ apt (0.6.46) unstable; urgency=low
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 Sep 2006 00:34:20 +0200
+apt (0.6.45ubuntu14) edgy; urgency=low
+
+ * cmdline/apt-get.cc:
+ - fix in the TryInstallTask() code to make sure that all package
+ there are marked manual install (lp: #61684)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 Sep 2006 00:34:20 +0200
+
apt (0.6.45ubuntu13) edgy; urgency=low
* no-changes upload to make apt rebuild against latest g++ and
@@ -350,7 +358,7 @@ apt (0.6.44.2ubuntu1) edgy; urgency=low
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 3 Jul 2006 18:30:46 +0200
-apt (0.6.44.2) unstable; urgency=low
+apt (0.6.44.2) unstable; urgency=low
* apt-pkg/depcache.cc:
- added Debug::pkgDepCache::AutoInstall (thanks to infinity)