summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Moeller <moeller@debian.org>2021-09-02 13:20:54 +0200
committerSteffen Moeller <moeller@debian.org>2021-09-02 13:20:54 +0200
commit2108f089e3895cd671fb08a25a01aee86ad47cea (patch)
tree285dc4c25ba1c6f1253b080a7cc4c1a82c566a33
parent991894ee31279bf9799ef9b826c5b1512f31c8eb (diff)
routine-update: Fix watchfile to detect new versions on github
-rw-r--r--debian/changelog7
-rw-r--r--debian/watch2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b70ee40..e99e645 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+rsem (1.3.3+dfsg-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix watchfile to detect new versions on github (routine-update)
+
+ -- Steffen Moeller <moeller@debian.org> Thu, 02 Sep 2021 13:20:54 +0200
+
rsem (1.3.3+dfsg-1) unstable; urgency=medium
* Update homepage
diff --git a/debian/watch b/debian/watch
index 870d874..bcdda6f 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 .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+ https://github.com/bli25wisc/rsem/releases .*/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)