Просмотр исходного кода

Merge with mainline
Patches applied:

* apt@packages.debian.org/apt--main--0--patch-98
Install only one keyring on each branch (Closes: #316119)

Matt Zimmerman лет назад: 21
Родитель
Сommit
4e2ded43a5
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      debian/changelog
  2. 1 1
      debian/rules

+ 1 - 0
debian/changelog

@@ -14,6 +14,7 @@ apt (0.6.39) unstable; urgency=low
       the patch, thanks to Colin Watson for testing it.
     - better report network timeouts from the methods to the acuire code, 
       only timeout once per sources.list line 
+  * Install only one keyring on each branch (Closes: #316119)
 
  -- 
 

+ 1 - 1
debian/rules

@@ -209,7 +209,7 @@ apt: build debian/shlibs.local
 
 	cp debian/bugscript debian/$@/usr/share/bug/apt/script
 
-	cp share/*.gpg debian/$@/usr/share/$@
+	cp share/debian-archive.gpg debian/$@/usr/share/$@
 
 #	head -n 500 ChangeLog > debian/ChangeLog