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

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

commit c78a9c6fec2d96dcdc215d2c3445477e48879e38
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Thu Jan 19 10:06:48 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 9f02d40..c77f6e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ node-private (0.1.6+20141112-2) UNRELEASED; urgency=medium
 
   * Push standards-version up to 3.9.8.
   * 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:40:46 +0100
 
diff --git a/debian/watch b/debian/watch
index e71b896..ca6e258 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1 +1,6 @@
-# Upstream doesn't tag releases, so one has to rely on git commits
+# Upstream doesn't tag releases, so git snapshot are packaged
+# 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/benjamn/private .*/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-private.git



More information about the Pkg-javascript-commits mailing list