diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-03-01 02:46:09 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-03-01 02:46:09 +0100 |
commit | 4f5aa40568528e244b53597393996d91fb55ecc4 (patch) | |
tree | ed6c5543139681a34be17bade8ca417951c644f5 | |
parent | f2a4e7af923b50905fb55104852ae30c1493c1a0 (diff) | |
download | screen-4f5aa40568528e244b53597393996d91fb55ecc4.tar.gz |
debian/watch: Check upstream GPG signature
Add upstream keyring from
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=screen
as debian/upstream-signing-key.pgp
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/upstream-signing-key.pgp | bin | 0 -> 1181 bytes | |||
-rw-r--r-- | debian/watch | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 408ed6a..98217dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,10 @@ screen (4.1.0~20120320gitdb59704-10) UNRELEASED; urgency=low Thanks Josh Triplett for help and patches! * Add a debian/upstream/metadata file according to DEP-12. * Bump Standards-Version to 3.9.5 (no changes). - * debian/watch: Update to use GNU's server (old location no more exist) + * debian/watch: + + Update to use GNU's server (old location no more exist) + + Check upstream GPG signature and add upstream keyring as + debian/upstream-signing-key.pgp -- Axel Beckert <abe@debian.org> Tue, 23 Jul 2013 14:48:32 +0200 diff --git a/debian/upstream-signing-key.pgp b/debian/upstream-signing-key.pgp Binary files differnew file mode 100644 index 0000000..a45de9a --- /dev/null +++ b/debian/upstream-signing-key.pgp diff --git a/debian/watch b/debian/watch index 669cc6b..89195b4 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=3 +opts=pgpsigurlmangle=s/$/.sig/ \ http://ftp.gnu.org/gnu/screen/screen-([\d\.]+)\.tar\.gz |