summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-01-02 17:53:05 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-01-02 17:53:05 +0100
commit6aa944bc539cea4095971ccb2354c1e8f9f2c90a (patch)
tree5b3830df3e6b6a9ae4c780dad399c98c42d791d8 /debian
parentc6e29d051cff7036eddf17083ddc6acc6fcc9cdb (diff)
remove the horrible outdated share/*-archive.gpg files and all there traces
We already depend on the proper keyring so we don't need to ship our own version which isn't used anyway.
Diffstat (limited to 'debian')
-rw-r--r--debian/apt.postinst6
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules1
3 files changed, 3 insertions, 7 deletions
diff --git a/debian/apt.postinst b/debian/apt.postinst
index 88fb932df..cc0d8b1fe 100644
--- a/debian/apt.postinst
+++ b/debian/apt.postinst
@@ -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)
diff --git a/debian/changelog b/debian/changelog
index 1e935c682..ffd8f5c59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/rules b/debian/rules
index d01b57cd6..37c96ef20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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