]> git.saurik.com Git - apt.git/commitdiff
* changelog fixes
authorMichael Vogt <egon@tas>
Thu, 7 Dec 2006 16:10:44 +0000 (17:10 +0100)
committerMichael Vogt <egon@tas>
Thu, 7 Dec 2006 16:10:44 +0000 (17:10 +0100)
debian/apt.postinst
debian/changelog

index 1419d180a8179c75971f7ac9c1b17229140e230f..df0433057f1dba4c0c87737214f2ab75a570c9ac 100644 (file)
@@ -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)
index f30edf5a161882f796f0a94348658f1343984186..511f407e827c013467af8d4a31099b5f6c8e63dd 100644 (file)
@@ -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)