This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository jenkins.
commit 634b7bd97c4702e68827c2924d8d8b449283726d Author: tony mancill <[email protected]> Date: Sun Dec 8 09:04:50 2013 -0800 Revert "update debian/watch (closes #731204)" This reverts commit 4dfcc9f4d05bafa368219d220ab725752b98c4bf. Since Debian is only using LTS releases, the x.y.z version number in debian/watch is intentional. --- debian/changelog | 8 -------- debian/watch | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index f0ba5bf..afb13dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,3 @@ -jenkins (1.509.2+dfsg-3) UNRELEASED; urgency=low - - * Team upload. - * Update watch file version regex to support formats other than x.y.z. - - Thanks to Matthew Haughton. (Closes: #731204) - - -- tony mancill <[email protected]> Wed, 04 Dec 2013 20:37:37 -0800 - jenkins (1.509.2+dfsg-2) unstable; urgency=low * d/plugin-parent.pom.in,control: Bump access-modifier-check version diff --git a/debian/watch b/debian/watch index 2eb8597..3cda691 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\.]*)\.tar\.gz debian debian/orig-tar.sh + https://github.com/jenkinsci/jenkins/tags .*/jenkins-(\d+).(\d+).(\d+).tar.gz debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

