[Pkg-javascript-commits] [node-simple-is] 05/06: Rewrite d/watch using a new fakeupstream feature (thanks Paul Wise)

Julien Puydt julien.puydt at laposte.net
Thu Jan 19 09:08:04 UTC 2017


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

jpuydt-guest pushed a commit to branch master
in repository node-simple-is.

commit 5e382bdacc1f64e58dfbe91a3b24e3c9aa1b1090
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Thu Jan 19 09:47:32 2017 +0100

    Rewrite d/watch using a new fakeupstream feature (thanks Paul Wise)
---
 debian/changelog | 1 +
 debian/watch     | 8 +++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0da1425..bfdc9c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ node-simple-is (0.2.0+20130421-2) UNRELEASED; urgency=medium
   * Made the libjs-* package Multi-Arch: foreign following the hinter.
   * Push dh compat to 10.
   * Use https in Vcs-* fields.
+  * Rewrite d/watch using a new fakeupstream feature (thanks Paul Wise).
 
  -- Julien Puydt <julien.puydt at laposte.net>  Wed, 18 Jan 2017 18:42:55 +0100
 
diff --git a/debian/watch b/debian/watch
index c3241a1..5b0372f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,6 @@
 # Upstream doesn't tag releases, so git snapshot are packaged
-# You can get the upstream tarball using:
-#   wget -c https://github.com/olov/stringset/archive/<SHA>.tar.gz
-# where <SHA> is given in the changelog entry.
+# the SHA of the commit is to be given in the debian/changelog entry
+version=3
+opts=\
+uversionmangle=s/([\d\.]+)\.([\d]+)\.([\d]+)\.([\d]+).*/$1+$2$3$4/ \
+https://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=github_commits_package_json/olov/simple-is .*/archive/[0123456789abcdef]+\.tar.gz\?version=([\d.]+);date=([\d]+)-([\d]+)-([\d]+)T.*

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



More information about the Pkg-javascript-commits mailing list