diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-01-02 17:53:05 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-01-02 17:53:05 +0100 |
commit | 6aa944bc539cea4095971ccb2354c1e8f9f2c90a (patch) | |
tree | 5b3830df3e6b6a9ae4c780dad399c98c42d791d8 /debian/rules | |
parent | c6e29d051cff7036eddf17083ddc6acc6fcc9cdb (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/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
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 |