[Pkg-javascript-commits] [node-object-inspect] 01/03: New unstable version

Bastien Roucariès rouca at moszumanska.debian.org
Thu Aug 17 12:36:41 UTC 2017


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

rouca pushed a commit to branch master
in repository node-object-inspect.

commit 5bcce0b8ba175c4c28510b377f269c79f07ac28f
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Thu Aug 17 14:24:04 2017 +0200

    New unstable version
    
    Do not recursivly depends on tape
---
 debian/changelog |  7 +++++++
 debian/control   | 11 ++++++-----
 debian/rules     |  7 +++++++
 3 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 35a5238..81d7d77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-object-inspect (1.3.0-1) unstable; urgency=medium
+
+  * Use <!nocheck> profile in order to avoid a depends
+    loop on node-tape
+
+ -- Bastien Roucariès <rouca at debian.org>  Thu, 17 Aug 2017 14:26:17 +0200
+
 node-object-inspect (1.3.0-1~exp1) experimental; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index aa6f2fa..96009d4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,12 @@ Section: javascript
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Ross Gammon <rosco2 at ubuntu.com>
-Build-Depends: debhelper (>= 9),
-               dh-buildinfo,
-               nodejs,
-               node-tape,
-               node-core-js (>= 2.4.1)
+Build-Depends: debhelper (>= 9)
+               , dh-buildinfo
+               , nodejs
+	       , dpkg-dev (>= 1.17.14)
+               , node-tape (>= 4.6) <!nocheck>
+               , node-core-js (>= 2.4.1) <!nocheck>
 Standards-Version: 4.0.0
 Homepage: https://github.com/substack/object-inspect
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-object-inspect.git
diff --git a/debian/rules b/debian/rules
index 8fea13b..50ebe31 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,12 @@
 	dh $@
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	tape test/*.js
 	nodejs test-core-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-object-inspect.git



More information about the Pkg-javascript-commits mailing list