[Pkg-javascript-commits] [npm] 07/08: Adapt watch file to generate properly named tarball

Jérémy Lal kapouer at moszumanska.debian.org
Mon Jul 28 22:38:44 UTC 2014


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

kapouer pushed a commit to branch master
in repository npm.

commit 87824bc744e372e1eb2fe5ed407fee11ede6c115
Author: Jérémy Lal <kapouer at melix.org>
Date:   Tue Jul 29 00:29:10 2014 +0200

    Adapt watch file to generate properly named tarball
---
 debian/watch | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 3460884..0e0e7d6 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,6 @@
 version=3
-opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/npm-$1.tar.gz/,dversionmangle=s/~ds[\d]*$// \
+opts=\
+uversionmangle=s/$/+ds/,\
+filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/npm-$1.tar.gz/,\
+dversionmangle=s/\+ds$// \
 https://github.com/isaacs/npm/tags .*/archive/v?([\d\.]+).tar.gz

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



More information about the Pkg-javascript-commits mailing list