diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/watch | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1962ddf..ec411a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ wallet (1.4-1) UNRELEASED; urgency=medium - Use https URL for debian/copyright Format field. - Change Priority: extra to optional since extra has been retired. * Set Rules-Requires-Root: no. + * Bump watch file version to 4 and use an https URL. * Add upstream-vcs-tag pattern to debian/gbp.conf. * Refresh upstream signing key. diff --git a/debian/watch b/debian/watch index ec0f630..517ad15 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ -version=3 +version=4 opts=pgpsigurlmangle=s/$/.asc/ \ - http://archives.eyrie.org/software/kerberos/wallet-(.*)\.tar\.gz + https://archives.eyrie.org/software/kerberos/wallet-(.*)\.tar\.gz |