[Pkg-javascript-commits] [jquery] 05/15: debian/watch: automate adding +dfsg to downloaded upstream tarballs
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 3e747e1258bac245aaf5ba58d052d008b56dd357
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sun Aug 30 21:25:57 2015 -0300
debian/watch: automate adding +dfsg to downloaded upstream tarballs
---
debian/changelog | 4 +++-
debian/watch | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 32993b9..747e031 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
jquery (1.11.3+dfsg-4) UNRELEASED; urgency=medium
- * debian/watch: also look for alpha/beta versions
+ * debian/watch:
+ - also look for alpha/beta versions
+ - automate adding +dfsg to downloaded upstream tarballs
* Added DEP-8 tests:
- debian/tests/check-against-upstream-build: checks that our build matches
upstream's.
diff --git a/debian/watch b/debian/watch
index 07d0d28..3fc4cd0 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
version=3
-opts="dversionmangle=s/[+]dfsg(.?\d+)?$//,uversionmangle=s/-/~/" \
+opts="dversionmangle=s/[+]dfsg(.?\d+)?$//,uversionmangle=s/-/~/;s/$/+dfsg/" \
https://github.com/jquery/jquery/releases \
.*/([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