# HG changeset patch # User Matthias Förste # Date 1357557389 -3600 # Node ID 6bb06c49288dd8ee42d98167f48211e0d8800e61 # Parent 500e5796116713438794448cb6639fced330afd8 extended expiry date of archive key; new Makefile target to refresh the key; changed urgency to 'critical' diff -r 500e57961167 -r 6bb06c49288d .hgignore --- a/.hgignore Mon Dec 19 16:42:54 2011 +0100 +++ b/.hgignore Mon Jan 07 12:16:29 2013 +0100 @@ -2,3 +2,4 @@ (build|configure)-stamp debian/files debian/schlittermann-apt-keys[./] +pubring.gpg~ diff -r 500e57961167 -r 6bb06c49288d Makefile --- a/Makefile Mon Dec 19 16:42:54 2011 +0100 +++ b/Makefile Mon Jan 07 12:16:29 2013 +0100 @@ -10,3 +10,6 @@ install: install -m 0755 -d ${DESTDIR}${sharedir}/ install -m 0644 pubring.gpg ${DESTDIR}${sharedir}/ + +refresh-key: + gpg --keyring ./pubring.gpg --no-default-keyring --refresh-keys apt.schlittermann.de diff -r 500e57961167 -r 6bb06c49288d debian/changelog --- a/debian/changelog Mon Dec 19 16:42:54 2011 +0100 +++ b/debian/changelog Mon Jan 07 12:16:29 2013 +0100 @@ -1,3 +1,11 @@ +schlittermann-apt-keys (0.6) oldstable stable testing unstable; urgency=critical + + * extended expiry date of archive key + * new Makefile target to refresh the key + * changed urgency to 'critical' + + -- Matthias Förste Mon, 07 Jan 2013 12:13:53 +0100 + schlittermann-apt-keys (0.5) oldstable stable testing unstable; urgency=low * extended expiry date of archive key diff -r 500e57961167 -r 6bb06c49288d pubring.gpg Binary file pubring.gpg has changed