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

Julien Puydt julien.puydt at laposte.net
Thu Jan 19 09:16:09 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-reserved.

commit c7b70b314b78610c41fec19b3c22281ad5dab73e
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Thu Jan 19 10:13:16 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 cee1a65..aafad9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ node-reserved (0.1.2+20140511-2) UNRELEASED; urgency=medium
   * Push standards-version up to 3.9.8.
   * Push dh compat up 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:03:22 +0100
 
diff --git a/debian/watch b/debian/watch
index a33fd75..2aa11f0 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/jonschlinkert/reserved/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/jonschlinkert/reserved .*/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-reserved.git



More information about the Pkg-javascript-commits mailing list