[Pkg-javascript-commits] [node-chalk] 11/11: Make sure components have fixed versions. Requires manual intervention.

Jérémy Lal kapouer at moszumanska.debian.org
Sun Jul 27 17:21:20 UTC 2014


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

kapouer pushed a commit to branch master
in repository node-chalk.

commit 7e2e7f8d5d93cc52764f74029800be57da59404b
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sun Jul 27 19:20:07 2014 +0200

    Make sure components have fixed versions. Requires manual intervention.
---
 debian/watch | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/debian/watch b/debian/watch
index e526f03..f59b54e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,38 +1,41 @@
+# versions of components are fixed in the filename pattern version delimiters
+# they *must* be updated according to new versions of the software
+
 version=3
 opts=\
 dversionmangle=s/.*/0/,\
 filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/ansi-styles-$1.tar.gz/ \
- https://github.com/sindresorhus/ansi-styles/tags .*/archive/v?([\d\.]+).tar.gz \
+ https://github.com/sindresorhus/ansi-styles/tags .*/archive/v?(1.1.0).tar.gz \
  debian ./debian/mkorig node_modules/ansi-styles
 
 opts=\
 dversionmangle=s/.*/0/,\
 filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/escape-string-regexp-$1.tar.gz/ \
- https://github.com/sindresorhus/escape-string-regexp/tags .*/archive/v?([\d\.]+).tar.gz \
+ https://github.com/sindresorhus/escape-string-regexp/tags .*/archive/v?(1.0.1).tar.gz \
  debian ./debian/mkorig node_modules/escape-string-regexp
 
 opts=\
 dversionmangle=s/.*/0/,\
 filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/has-ansi-$1.tar.gz/ \
- https://github.com/sindresorhus/has-ansi/tags .*/archive/v?([\d\.]+).tar.gz \
+ https://github.com/sindresorhus/has-ansi/tags .*/archive/v?(0.1.0).tar.gz \
  debian ./debian/mkorig node_modules/has-ansi
 
 opts=\
 dversionmangle=s/.*/0/,\
 filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/strip-ansi-$1.tar.gz/ \
- https://github.com/sindresorhus/strip-ansi/tags .*/archive/v?([\d\.]+).tar.gz \
+ https://github.com/sindresorhus/strip-ansi/tags .*/archive/v?(1.0.0).tar.gz \
  debian ./debian/mkorig node_modules/strip-ansi
 
 opts=\
 dversionmangle=s/.*/0/,\
 filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/ansi-regex-$1.tar.gz/ \
- https://github.com/sindresorhus/ansi-regex/tags .*/archive/v?([\d\.]+).tar.gz \
+ https://github.com/sindresorhus/ansi-regex/tags .*/archive/v?(0.2.1).tar.gz \
  debian ./debian/mkorig node_modules/ansi-regex
 
 opts=\
 dversionmangle=s/.*/0/,\
 filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/supports-color-$1.tar.gz/ \
- https://github.com/sindresorhus/supports-color/tags .*/archive/v?([\d\.]+).tar.gz \
+ https://github.com/sindresorhus/supports-color/tags .*/archive/v?(0.2.0).tar.gz \
  debian ./debian/mkorig node_modules/supports-color
 
 opts=\

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



More information about the Pkg-javascript-commits mailing list