diff options
author | Per Andersson <avtobiff@gmail.com> | 2015-10-10 23:08:10 +0200 |
---|---|---|
committer | Per Andersson <avtobiff@gmail.com> | 2015-10-10 23:08:10 +0200 |
commit | 25893d8e7894f3e77f3f8ce9a6b84132968c15a9 (patch) | |
tree | 5b36d1d5cbf07432a616c2d64ea3c1eee2b120cb | |
parent | 5fc8c948c9f887cd2881cfcb8b2c7f849d863059 (diff) | |
download | python-bleach-25893d8e7894f3e77f3f8ce9a6b84132968c15a9.tar python-bleach-25893d8e7894f3e77f3f8ce9a6b84132968c15a9.tar.gz |
d/watch: Use github.com, githubredir is deprecated
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 371ce5e..b9d2d77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-bleach (1.4-2) UNRELEASED; urgency=low * Bump debhelper compat level to 8, since this is required in Build-Depends. * Add extend-diff-ignore for egg.info in debian/source/options. + * d/watch: Use github.com, githubredir is deprecated. -- Per Andersson <avtobiff@gmail.com> Sun, 16 Feb 2014 00:42:41 +0100 diff --git a/debian/watch b/debian/watch index 4586687..03bb4bc 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://githubredir.debian.net/github/jsocol/bleach/ v(.*)\.tar\.gz +https://github.com/jsocol/bleach/tags .*/v?(\d[\d\.]+)\.tar\.gz |