summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tille <tille@debian.org>2021-09-09 08:00:44 +0200
committerAndreas Tille <tille@debian.org>2021-09-09 08:00:44 +0200
commit6b1a65b4de95b0b4c27ecc6eca57950451f13d90 (patch)
tree3d09ed709157db4767ec0b6fadbb98388e507fab
parent2108f089e3895cd671fb08a25a01aee86ad47cea (diff)
Normalize watch file
-rw-r--r--debian/changelog4
-rw-r--r--debian/watch2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index e99e645..be9d12e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-rsem (1.3.3+dfsg-1.1) UNRELEASED; urgency=medium
+rsem (1.3.3+dfsg-2) UNRELEASED; urgency=medium
- * Non-maintainer upload.
+ * Team upload.
* Fix watchfile to detect new versions on github (routine-update)
-- Steffen Moeller <moeller@debian.org> Thu, 02 Sep 2021 13:20:54 +0200
diff --git a/debian/watch b/debian/watch
index bcdda6f..c741013 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
version=4
opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \
- https://github.com/bli25wisc/rsem/releases .*/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+ https://github.com/bli25wisc/rsem/tags (?:.*?/)?v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)