[nexuiz] 01/07: d/watch: Omit +dp from version when checking for new versions (in practice there will likely never be one)

Simon McVittie smcv at debian.org
Wed Sep 20 09:31:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository nexuiz.

commit 63f568e124590508626cb8b2a90a9f2f9b1df440
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Sep 20 09:18:59 2017 +0100

    d/watch: Omit +dp from version when checking for new versions (in practice there will likely never be one)
---
 debian/changelog | 7 +++++++
 debian/watch     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5f4ac39..a26e05d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+nexuiz (2.5.2+dp-5) UNRELEASED; urgency=medium
+
+  * d/watch: Omit +dp from version when checking for new versions
+    (in practice there will likely never be one)
+
+ -- Simon McVittie <smcv at debian.org>  Wed, 20 Sep 2017 09:18:30 +0100
+
 nexuiz (2.5.2+dp-4) unstable; urgency=medium
 
   * Standards-Version: 3.9.8
diff --git a/debian/watch b/debian/watch
index 2839adb..d217b81 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
 
-opts="uversionmangle=s/(\d)(?!$)/$1\./g" \
+opts="dversionmangle=s/\+dp//,uversionmangle=s/(\d)(?!$)/$1\./g" \
 http://sf.net/nexuiz/nexuiz-(\d+)\.zip

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nexuiz.git



More information about the Pkg-games-commits mailing list