[Pkg-javascript-commits] [node-express] 01/02: Fix have watch file mangle debian version.
Jonas Smedegaard
js at moszumanska.debian.org
Wed Apr 30 16:34:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-express.
commit 3c6f6cf5de5998af6803fc7bebfd0c3841305cdf
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed Apr 30 18:31:17 2014 +0200
Fix have watch file mangle debian version.
---
debian/watch | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/watch b/debian/watch
index 5a6f49f..c95845e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,5 @@
version=3
-opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-express-$1.tar.gz/ \
+opts=\
+filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-express-$1.tar.gz/,\
+dversionmangle=s/\~dfsg.*// \
https://github.com/visionmedia/express/tags .*/archive/v?([\d\.]+).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-express.git
More information about the Pkg-javascript-commits
mailing list