Parcourir la source

Fix keyring path in debian/rules

Matt Zimmerman il y a 21 ans
Parent
commit
1e4a64bc10
2 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 1 1
      debian/apt.postinst
  2. 2 1
      debian/changelog

+ 1 - 1
debian/apt.postinst

@@ -17,7 +17,7 @@ case "$1" in
     configure)
 
         if ! test -f /etc/apt/trusted.gpg; then
-                cp /usr/share/apt/debian-archive.gpg /etc/apt/trusted.gpg
+                cp /usr/share/apt/ubuntu-archive.gpg /etc/apt/trusted.gpg
         fi
 
     ;;

+ 2 - 1
debian/changelog

@@ -1,6 +1,7 @@
 apt (0.6.39ubuntu2) breezy; urgency=low
 
-  * Fix keyring path in apt-key (I swear I remember doing this before...)
+  * Fix keyring paths in apt-key, debian/rules (I swear I remember doing this
+    before...)
 
  -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 29 Jun 2005 08:39:17 -0700