[Pkg-javascript-commits] [node-process-nextick-args] 03/05: Improve packaging
Bastien Roucariès
rouca at moszumanska.debian.org
Mon Mar 12 10:05:32 UTC 2018
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-process-nextick-args.
commit cda36b610229a53e58f2292d7e0b1c192755db2b
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Mon Mar 12 10:45:00 2018 +0100
Improve packaging
---
debian/changelog | 7 +++++++
debian/compat | 2 +-
debian/control | 2 +-
debian/copyright | 2 +-
debian/rules | 2 +-
debian/watch | 2 +-
6 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fa2146b..bfa0220 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-process-nextick-args (2.0.0-1) unstable; urgency=medium
+
+ * Team upload
+ * New upstream version
+
+ -- Bastien Roucariès <rouca at debian.org> Thu, 22 Feb 2018 14:52:18 +0100
+
node-process-nextick-args (1.0.8-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index 9695988..4441ee1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Ross Gammon <rossgammon at mail.dk>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 11),
dh-buildinfo,
nodejs,
node-tap
diff --git a/debian/copyright b/debian/copyright
index e068295..0c35466 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: process-nextick-args
Upstream-Contact: https://github.com/calvinmetcalf/process-nextick-args/issues
Source: https://github.com/calvinmetcalf/process-nextick-args
diff --git a/debian/rules b/debian/rules
index 3e7c385..e4da2e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,4 +8,4 @@
dh $@
override_dh_auto_test:
- nodejs test.js
+ tap -R spec test.js
diff --git a/debian/watch b/debian/watch
index 017e023..4927ab9 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
-version=3
+version=4
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/process-nextick-args-$1\.tar\.gz/ \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-process-nextick-args.git
More information about the Pkg-javascript-commits
mailing list