Forráskód Böngészése

* changelog fixes

Michael Vogt 19 éve
szülő
commit
d3a39605ee
2 módosított fájl, 9 hozzáadás és 3 törlés
  1. 0 2
      debian/apt.postinst
  2. 9 1
      debian/changelog

+ 0 - 2
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)

+ 9 - 1
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)