[Pkg-javascript-commits] [node-browserify-des] 01/01: New version

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 12:58:07 UTC 2017


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

rouca pushed a commit to branch master
in repository node-browserify-des.

commit 8f34fcd0419f38df83294328be9660a785bdb8e6
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Thu Nov 9 13:54:37 2017 +0100

    New version
---
 debian/changelog     | 7 +++++++
 debian/control       | 7 ++++---
 debian/rules         | 4 ++--
 debian/tests/control | 2 +-
 debian/tests/require | 2 +-
 5 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index de198c2..8f388cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-browserify-des (1.0.0+20170220gitde9d4ef4cbb9fd-3) unstable; urgency=medium
+
+  * Move to section javascript
+  * Fix lintian warnings
+
+ -- Bastien Roucariès <rouca at debian.org>  Thu, 09 Nov 2017 13:54:31 +0100
+
 node-browserify-des (1.0.0+20170220gitde9d4ef4cbb9fd-2) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/control b/debian/control
index b55e52d..db00958 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: node-browserify-des
-Section: web
+Section: javascript
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Bastien Roucariès <rouca at debian.org>
@@ -12,7 +12,8 @@ Build-Depends:
  , node-cipher-base (>= 1.0.1) <!nocheck>
  , node-des.js (>= 1.0.0) <!nocheck>
  , node-tape (>= 4.2) <!nocheck>
-Standards-Version: 3.9.8
+ , node-tap (>= 8) <!nocheck>
+Standards-Version: 4.1.1
 Homepage: https://github.com/crypto-browserify/browserify-des#readme
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-browserify-des.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-browserify-des.git
@@ -25,7 +26,7 @@ Depends:
  , node-inherits (>= 2.0.1)
  , node-cipher-base (>= 1.0.1)
  , node-des.js (>= 1.0.0)
-Description: browserify DES cryptographic operatation
+Description: browserify DES cryptographic operation
  This package allows one to browserify DES cryptographic operation.
  .
  The Data Encryption Standard (DES) is a symmetric-key algorithm for
diff --git a/debian/rules b/debian/rules
index 7d42337..8d79701 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,8 @@
 #override_dh_auto_build:
 
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	tape test.js
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
+	tap -R spec test.js
 else
 	@echo '**********************************************************'
 	@echo 'Skip test suite                                           '
diff --git a/debian/tests/control b/debian/tests/control
index 3ea0be5..f24776e 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Tests: require
-Depends: node-browserify-des
+Depends: node-browserify-des, nodejs (>= 6)
 
 Tests: runtestsuite
 Depends: node-browserify-des, node-tape
diff --git a/debian/tests/require b/debian/tests/require
index 6cda525..e4691d4 100644
--- a/debian/tests/require
+++ b/debian/tests/require
@@ -1,3 +1,3 @@
 #!/bin/sh
 set -e
-nodejs -e "require('browserify-des');"
+node -e "require('browserify-des');"

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



More information about the Pkg-javascript-commits mailing list