[Pkg-javascript-commits] [jquery] 03/15: debian/watch: also look for alpha/beta versions
Antonio Terceiro
terceiro at moszumanska.debian.org
Wed Sep 2 14:44:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository jquery.
commit a9745c62f5fc3266c7d830a9d586ff3e927e63e2
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sun Aug 30 21:09:08 2015 -0300
debian/watch: also look for alpha/beta versions
---
debian/changelog | 6 ++++++
debian/watch | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 364043a..22b2f4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jquery (1.11.3+dfsg-4) UNRELEASED; urgency=medium
+
+ * debian/watch: also look for alpha/beta versions
+
+ -- Antonio Terceiro <terceiro at debian.org> Sun, 30 Aug 2015 21:08:41 -0300
+
jquery (1.11.3+dfsg-3) unstable; urgency=medium
* move logic from debian/build.mk to debian/rules
diff --git a/debian/watch b/debian/watch
index b731b6b..07d0d28 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
version=3
-opts="dversionmangle=s/[+]dfsg(.?\d+)?$//" \
+opts="dversionmangle=s/[+]dfsg(.?\d+)?$//,uversionmangle=s/-/~/" \
https://github.com/jquery/jquery/releases \
- .*/(1\.[\d\.]+).tar.gz
+ .*/([0-9][0-9a-z.-]+)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery.git
More information about the Pkg-javascript-commits
mailing list