diff options
author | 2023-02-22 23:08:30 +0600 | |
---|---|---|
committer | 2023-02-22 23:08:30 +0600 | |
commit | b517edb40c395d81d4a132f07b665c77b118b56e (patch) | |
tree | c436d81953d4d602cf35fcc00605ff216c9657c6 /debian | |
parent | 1f972ea8f4cbf984ac972b3471903b156e39d283 (diff) | |
download | jadupc-archive-keyring-b517edb40c395d81d4a132f07b665c77b118b56e.tar.gz jadupc-archive-keyring-b517edb40c395d81d4a132f07b665c77b118b56e.zip |
Remove lost key
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/debian-archive-keyring.install | 2 | ||||
-rw-r--r-- | debian/debian-archive-keyring.postrm | 12 |
4 files changed, 7 insertions, 15 deletions
diff --git a/debian/changelog b/debian/changelog index 6a2ca59..a400dbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jadupc-archive-keyring (2023.2.22) shopno; urgency=medium + + * Remove lost key + + -- Mubashshir <ahm@jadupc.com> Wed, 22 Feb 2023 23:10:00 +0600 + jadupc-archive-keyring (2023.2.9) shopno; urgency=medium * initial release diff --git a/debian/copyright b/debian/copyright index d934ced..bda0bca 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -This is Debian GNU's GnuPG keyrings of archive keys. +This is JaduPC's GnuPG keyrings of archive keys. This package was originally put together by Michael Vogt <mvo@debian.org> diff --git a/debian/debian-archive-keyring.install b/debian/debian-archive-keyring.install deleted file mode 100644 index 24a1b06..0000000 --- a/debian/debian-archive-keyring.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/share/keyrings/* -etc/apt/trusted.gpg.d/* diff --git a/debian/debian-archive-keyring.postrm b/debian/debian-archive-keyring.postrm deleted file mode 100644 index b86240b..0000000 --- a/debian/debian-archive-keyring.postrm +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "purge" ] -then - # Remove the symlink - rm -f /etc/apt/trusted.gpg.d/debian-archive-keyring.gpg -fi - -#DEBHELPER# - |