summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2023-01-02 14:02:24 +0000
committerColin Watson <cjwatson@debian.org>2023-01-02 14:02:43 +0000
commit5a36ecbfad41504ff3c6a87284ab730fa4de97ac (patch)
treeba6af4c8bbf4db1dd0c1c8e7d678da3baa8b7d48
parent2aa87e6f66aba6ae721745797c4bb202776e6d19 (diff)
Update watch file format version to 4.
Changes-By: lintian-brush Fixes: lintian: older-debian-watch-file-standard See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html
-rw-r--r--debian/changelog6
-rw-r--r--debian/watch5
2 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index c33772d..c32072f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-tblib (1.7.0-4) UNRELEASED; urgency=medium
+
+ * Update watch file format version to 4.
+
+ -- Colin Watson <cjwatson@debian.org> Mon, 02 Jan 2023 14:02:24 -0000
+
python-tblib (1.7.0-3) unstable; urgency=medium
* Team upload.
diff --git a/debian/watch b/debian/watch
index ccffbbf..d158b75 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
-version=3
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-https://pypi.debian.net/tblib/tblib-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+version=4
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ https://pypi.debian.net/tblib/tblib-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))