[Pkg-javascript-commits] [node-jsonstream] 01/01: Do not run testsuite for strech
Bastien Roucariès
rouca at moszumanska.debian.org
Tue Apr 25 21:40:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch debian/1.0.3-4
in repository node-jsonstream.
commit 35260692fd43b271adc8b432dc488c86acf69f62
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Tue Apr 25 23:32:48 2017 +0200
Do not run testsuite for strech
---
debian/changelog | 7 +++++++
debian/control | 5 -----
debian/rules | 10 +---------
3 files changed, 8 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 19bfd8f..1a6b9d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-jsonstream (1.0.3-4) unstable; urgency=medium
+
+ * Bug fix: "node-jsonstream FTBFS in stretch: Build dependency node-tape
+ is not available", thanks to Adrian Bunk (Closes: #861172).
+
+ -- Bastien Roucariès <rouca at debian.org> Tue, 25 Apr 2017 23:32:00 +0200
+
node-jsonstream (1.0.3-3) unstable; urgency=high
* Team upload.
diff --git a/debian/control b/debian/control
index 0930b26..50bd69d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,6 @@ Build-Depends:
debhelper (>= 9),
dh-buildinfo,
nodejs
- , dpkg-dev (>= 1.17.14)
- , node-through (>= 2.2.7) <!nocheck>
- , node-through (<< 3) <!nocheck>
- , node-jsonparse (>= 1.0.0) <!nocheck>
- , node-tape (>= 2.12.3) <!nocheck>
Standards-Version: 3.9.8
Homepage: http://github.com/dominictarr/JSONStream
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-jsonstream.git
diff --git a/debian/rules b/debian/rules
index ba7aa87..35e0183 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,15 +13,7 @@ TEST_FILE=test/browser.js test/map.js test/null.js
#override_dh_auto_build:
override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- set -e; for TEST in $(TEST_FILE); do \
- tape $$TEST;\
- done
-else
- @echo '**********************************************************'
- @echo 'Skip test suite '
- @echo '**********************************************************'
-endif
+ true
#index.js is also an executable
override_dh_fixperms:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jsonstream.git
More information about the Pkg-javascript-commits
mailing list