aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/changelog6
-rw-r--r--debian/copyright2
-rw-r--r--debian/debian-archive-keyring.install2
-rw-r--r--debian/debian-archive-keyring.postrm12
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#
-