summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-04-01 14:19:24 -0700
committerRuss Allbery <eagle@eyrie.org>2018-04-01 14:19:24 -0700
commit202025e15553abee81a2906adf48a56791486c3e (patch)
treed7e0ccce03b6ad7e5387cac1a248aaeef5fb39f3 /debian
parentf6724d8d6e883a82a6d2063df4101d23feda9d47 (diff)
Use an https URL in debian/watch
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/watch2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 5e80ea7..3eb1ed5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ remctl (3.14-1) UNRELEASED; urgency=medium
option was used in the server configuration. Thanks, Santosh
Ananthakrishnan. (CVE-2018-0493)
* Add upstream-vcs-tag pattern to debian/gbp.conf.
+ * Use an https URL in debian/watch.
* Update debhelper comptibility level to V11.
- Drop dependency and explicit configuration of dh-autoreconf.
- Drop explicit --parallel option, since this is now the default.
diff --git a/debian/watch b/debian/watch
index c96d469..20fdc8f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
opts=pgpsigurlmangle=s/$/.asc/ \
- http://archives.eyrie.org/software/kerberos/remctl-(.*)\.tar\.xz
+ https://archives.eyrie.org/software/kerberos/remctl-(.*)\.tar\.xz