[Pkg-javascript-commits] [dojo] 143/149: Support development versions

David Prévot taffit at moszumanska.debian.org
Sat Feb 27 03:13:57 UTC 2016


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

taffit pushed a commit to branch master
in repository dojo.

commit b1a353f018b9a55df89c562e172de0c62f8eeb8e
Author: David Prévot <david at tilapin.org>
Date:   Fri Feb 26 10:41:34 2016 -0400

    Support development versions
---
 debian/rules | 2 +-
 debian/watch | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6e05097..b54f421 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,4 +19,4 @@ override_dh_install:
 		-XLICENSE -XREADME -X.as
 
 get-orig-source:
-	uscan --force-download --repack --rename
+	uscan --force-download --repack --rename --verbose
diff --git a/debian/watch b/debian/watch
index 36b6156..005a29e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
-options=dversionmangle=s/\+dfsg$//,repacksuffix=+dfsg \
-http://download.dojotoolkit.org/release-([\d\.]*)/ \
-  dojo-release-([\d\.]*)-src\.tar\.gz
+options=dversionmangle=s/\+dfsg$//,repacksuffix=+dfsg,uversionmangle=s/-?([^\d.]+)/~$1/i;tr/A-Z/a-z/ \
+http://download.dojotoolkit.org/release-(\d.*)/ \
+  dojo-release-(\d.*)-src\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list