remove the horrible outdated share/*-archive.gpg files and all there traces
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 2 Jan 2010 16:53:05 +0000 (17:53 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 2 Jan 2010 16:53:05 +0000 (17:53 +0100)
We already depend on the proper keyring so we don't need to ship our
own version which isn't used anyway.

debian/apt.postinst
debian/changelog
debian/rules
share/debian-archive.gpg [deleted file]
share/ubuntu-archive.gpg [deleted file]

index 88fb932..cc0d8b1 100644 (file)
@@ -15,13 +15,7 @@ set -e
 
 case "$1" in
     configure)
-
-        if ! test -f /etc/apt/trusted.gpg; then
-                cp /usr/share/apt/debian-archive.gpg /etc/apt/trusted.gpg
-        fi
-
        apt-key update
-
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)
index 1e935c6..ffd8f5c 100644 (file)
@@ -36,6 +36,9 @@ apt (0.7.26) UNRELEASED; urgency=low
       too many or too big patches (Closes: #554349)
   * debian/control:
     - let all packages depend on ${misc:Depends}
+  * share/*-archive.gpg:
+    - remove the horrible outdated files. We already depend on
+      the keyring so we don't need to ship our own version
 
  -- Michael Vogt <mvo@debian.org>  Thu, 10 Dec 2009 22:02:38 +0100
 
index d01b57c..37c96ef 100755 (executable)
@@ -213,7 +213,6 @@ apt: build build-doc debian/shlibs.local
        cp debian/bugscript debian/$@/usr/share/bug/apt/script
        cp debian/apt.logrotate debian/$@/etc/logrotate.d/apt
 
-       cp share/debian-archive.gpg debian/$@/usr/share/$@
        cp debian/apt.conf.autoremove debian/$@/etc/apt/apt.conf.d/01autoremove
 #      head -n 500 ChangeLog > debian/ChangeLog
 
diff --git a/share/debian-archive.gpg b/share/debian-archive.gpg
deleted file mode 100644 (file)
index da1aa5e..0000000
Binary files a/share/debian-archive.gpg and /dev/null differ
diff --git a/share/ubuntu-archive.gpg b/share/ubuntu-archive.gpg
deleted file mode 100644 (file)
index 2ce60d4..0000000
Binary files a/share/ubuntu-archive.gpg and /dev/null differ