[Pkg-javascript-commits] [acorn] 02/08: Limit uscan to 0.x versions.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Jun 14 14:30:08 UTC 2015


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

sebastic pushed a commit to branch master
in repository acorn.

commit 0c58577d74aed9709002a892057a19abebe39c0b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jun 14 16:10:32 2015 +0200

    Limit uscan to 0.x versions.
---
 debian/changelog | 1 +
 debian/watch     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 982a2e4..ab60d44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ acorn (0.11.0-2) UNRELEASED; urgency=medium
 
   * Set the date embedded in man pages to the changelog date for
     reproducible builds. (closes: #788717)
+  * Limit uscan to 0.x versions.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 24 Apr 2015 00:01:26 +0200
 
diff --git a/debian/watch b/debian/watch
index dfc53dc..fb1ecae 100644
--- a/debian/watch
+++ b/debian/watch
@@ -3,4 +3,4 @@ opts=\
 dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
 filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/acorn-$1.tar.gz/ \
 https://github.com/marijnh/acorn/releases \
-.*/archive/v?([\d\.]+).tar.gz
+.*/archive/v?(0[\d\.]+).tar.gz

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



More information about the Pkg-javascript-commits mailing list