[jenkins] 01/01: Fixed debian/watch to match only the LTS releases (Closes: #731204)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Sep 2 09:04:07 UTC 2014


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

ebourg-guest pushed a commit to branch master
in repository jenkins.

commit 55dab8b2e5bdabfbedaeeb516d8ad7dec8c5646f
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Sep 2 11:03:38 2014 +0200

    Fixed debian/watch to match only the LTS releases (Closes: #731204)
---
 debian/changelog | 1 +
 debian/watch     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 44858c8..3c95da7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ jenkins (1.509.2+dfsg-3) UNRELEASED; urgency=medium
   * Team upload.
   * Fixed a build failure caused by the relocation of the Maven artifacts
     in groovy 1.8.6-4 (Closes: #759946)
+  * debian/watch: Fixed to match only the LTS releases (Closes: #731204)
   * Switch to debhelper level 9
   * debian/control:
     - Standards-Version updated to 3.9.5 (no changes)
diff --git a/debian/watch b/debian/watch
index 3cda691..871490b 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+\.\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



More information about the pkg-java-commits mailing list