[Pkg-javascript-commits] [node-bytes] 03/03: new upstream version, bump standards, add autopkgtest

Paolo Greppi paolog-guest at moszumanska.debian.org
Tue Oct 31 14:08:20 UTC 2017


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

paolog-guest pushed a commit to branch master
in repository node-bytes.

commit b13699e9199712adf22a7390342b98d77bd6b5db
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Tue Oct 31 15:06:08 2017 +0100

    new upstream version, bump standards, add autopkgtest
---
 debian/changelog     | 8 ++++++++
 debian/control       | 2 +-
 debian/tests/control | 5 +++++
 debian/tests/require | 3 +++
 4 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c3524bb..d15550a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+node-bytes (3.0.0-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream version
+  * Bump Standards-Version
+
+ -- Paolo Greppi <paolo.greppi at libpf.com>  Tue, 31 Oct 2017 15:00:56 +0100
+
 node-bytes (2.4.0-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 4b01754..ac288a2 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
  , mocha
  , dh-buildinfo
  , nodejs
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
 Homepage: https://github.com/visionmedia/bytes.js
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-bytes.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-bytes.git
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..32f2d8c
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,5 @@
+Tests: require
+Depends: node-bytes
+
+Test-Command: mocha -R spec
+Depends: @, @builddeps@
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..25328ce
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+node -e "require('bytes');"

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



More information about the Pkg-javascript-commits mailing list