[Pkg-javascript-commits] [node-asn1.js] 02/07: New upstream version

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


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

rouca pushed a commit to branch master
in repository node-asn1.js.

commit 202c92c8982123b9aac3076cf35b1434426d0a52
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Thu Nov 9 12:10:57 2017 +0100

    New upstream version
---
 debian/changelog | 11 ++++++++---
 debian/control   |  4 ++--
 debian/rules     |  9 ++++++---
 3 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6c6516d..18d5c54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
-node-asn1.js (4.9.1-2) UNRELEASED; urgency=medium
+node-asn1.js (5.0.0-1) unstable; urgency=medium
 
-  * Team upload.
+  [ Pirate Praveen ]
   * update description to mention DER encoding
 
- -- Pirate Praveen <praveen at debian.org>  Thu, 11 May 2017 08:10:15 +0530
+  [ Bastien Roucariès ]
+  * use nocheck
+  * no upstream version
+  * move to section javascript
+
+ -- Bastien Roucariès <rouca at debian.org>  Thu, 09 Nov 2017 12:08:59 +0100
 
 node-asn1.js (4.9.1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index cb41a29..1f5945d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: node-asn1.js
-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>
@@ -10,7 +10,7 @@ Build-Depends:
  , dpkg-dev (>= 1.17.14)
  , node-assert (>= 1.0.0) <!nocheck>
  , node-inherits (>= 2.0.1) <!nocheck>
- , node-bn.js (>= 4.0.0)
+ , node-bn.js (>= 4.0.0) <!nocheck>
  , mocha (>= 1.20)  <!nocheck>
 Standards-Version: 3.9.8
 Homepage: https://github.com/indutny/asn1.js
diff --git a/debian/rules b/debian/rules
index da54d63..24f3c6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,11 @@
 	dh $@
 
 #override_dh_auto_build:
-
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
 	mocha --reporter spec test/*-test.js rfc/2560/test/*-test.js rfc/5280/test/*-test.js
-
-
+else
+        @echo '**********************************************************'
+        @echo 'Skip test suite                                           '
+        @echo '**********************************************************'
+endif

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



More information about the Pkg-javascript-commits mailing list