diff options
| author | Julien Puydt <julien.puydt@laposte.net> | 2017-01-19 10:10:16 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2017-01-19 16:20:51 +0000 |
| commit | 5caf5283d7cfbdcf1cf670f1556119f02aa6491c (patch) | |
| tree | 04e74a6b41045d7c6ce8423b41386ce791782bdd | |
| parent | 0e6df97cf9c1558c2b4a610e16f0c7e66634cf34 (diff) | |
0.2.2+20130926-2 (patches unapplied)import/0.2.2+20130926-2ubuntu/zesty-proposedubuntu/zesty-develubuntu/zestyubuntu/bionic-develubuntu/bionicubuntu/artful-develubuntu/artfuldebian/stretch
Imported using git-ubuntu import.
Notes
Notes:
* 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).
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/compat | 2 | ||||
| -rw-r--r-- | debian/control | 6 | ||||
| -rw-r--r-- | debian/watch | 8 |
4 files changed, 18 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 3b34525..84dbf17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +node-stringmap (0.2.2+20130926-2) unstable; 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@laposte.net> Thu, 19 Jan 2017 10:10:16 +0100 + node-stringmap (0.2.2+20130926-1) unstable; urgency=low * Upstream snapshot of commit 2dfa23e26632767fc06eafc8894b5b1527fc9277. diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index cf05f7e..8b3bd00 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,10 @@ Section: web Priority: optional Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> Uploaders: Julien Puydt <julien.puydt@laposte.net> -Build-Depends: debhelper (>= 9), nodejs -Standards-Version: 3.9.6 +Build-Depends: debhelper (>= 10), nodejs +Standards-Version: 3.9.8 Homepage: https://github.com/olov/stringmap -Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-stringmap.git +Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-stringmap.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-stringmap.git Package: node-stringmap diff --git a/debian/watch b/debian/watch index 4905bcf..1cb81b8 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/stringmap/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/stringmap .*/archive/[0123456789abcdef]+\.tar.gz\?version=([\d.]+);date=([\d]+)-([\d]+)-([\d]+)T.* |
