Преглед изворни кода

* fix apt-key to ask for the correct package

Michael Vogt пре 20 година
родитељ
комит
5fdd72f271
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      cmdline/apt-key
  2. 1 1
      debian/changelog

+ 1 - 1
cmdline/apt-key

@@ -16,7 +16,7 @@ REMOVED_KEYS=/usr/share/keyrings/debian-archive-removed-keys.gpg
 update() {
     if [ ! -f $ARCHIVE_KEYRING ]; then
 	echo >&2 "ERROR: Can't find the archive-keyring"
-	echo >&2 "Is the debian-keyring package installed?"
+	echo >&2 "Is the debian-archive-keyring package installed?"
 	exit 1
     fi
 

+ 1 - 1
debian/changelog

@@ -13,11 +13,11 @@ apt (0.6.43.2) unstable; urgency=low
     - es.po: Updated to 510t1f Closes: #348158
     - gl.po: Completed to 511 strings Closes: #347729
     - it.po: Yet another update Closes: #347435
-
     - *.po: Updated from sources (511 strings)
   * add patch to fix http download corruption problem (thanks to
     Petr Vandrovec, closes: #280844, #290694)
   * added debian-archive-keyring to the Recommends (closes: #347970)
+  * fixed message in apt-key to install debian-archive-keyring 
 
  --