Package: jenkins
Version: 1.509.2+dfsg-2
Severity: wishlist
Tags: patch

Dear Maintainer,

The watch file is only checking releases on Github where version number is
x.x.x. Version numbers in format x.x are also commonly released but not
detected properly.

At time of writing 1.542 is latest version but PTS is reporting 1.532.1.

Attached patch updates the watch file as recommended in Jessie's uscan(1)

Thanks and regards,
Matt
diff --git a/debian/watch b/debian/watch
index 3cda691..2eb8597 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts=dversionmangle=s/\+dfsg// \
- https://github.com/jenkinsci/jenkins/tags .*/jenkins-(\d+).(\d+).(\d+).tar.gz debian debian/orig-tar.sh
+ https://github.com/jenkinsci/jenkins/tags .*/jenkins-(\d[\d\.]*)\.tar\.gz debian debian/orig-tar.sh

Reply via email to