[Pkg-javascript-commits] [node-glob] 01/01: Fix build with no check
Bastien Roucariès
rouca at moszumanska.debian.org
Mon Mar 19 08:23:16 UTC 2018
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-glob.
commit 7a9386cf219d84cc26a69058434e0221ffa72f03
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Mon Mar 19 09:19:57 2018 +0100
Fix build with no check
---
debian/changelog | 8 ++++++++
debian/control | 4 ++--
debian/rules | 2 +-
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6169603..ab57001 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+node-glob (7.1.2-5) unstable; urgency=medium
+
+ * Team upload
+ * Bug fix: "Package built in nocheck build profile is broken", thanks to
+ Daniel Schepler (Closes: #893322).
+
+ -- Bastien Roucariès <rouca at debian.org> Mon, 19 Mar 2018 09:19:51 +0100
+
node-glob (7.1.2-4) unstable; urgency=medium
* Team upload
diff --git a/debian/control b/debian/control
index a97ed85..1e2d94e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Paleino <dapal at debian.org>, Jérémy Lal <kapouer at melix.org>
Build-Depends:
debhelper (>= 10)
, dh-buildinfo
- , dpkg-dev (>= 1.17.14),
+ , dpkg-dev (>= 1.17.14)
, node-minimatch (>= 3.0.4) <!nocheck>
, node-inherits (>= 2) <!nocheck>
, node-once (>= 1.3.0) <!nocheck>
@@ -30,7 +30,7 @@ Depends:
, node-minimatch (>= 3.0.4)
, node-inherits (>= 2)
, node-once (>= 1.3.0)
- , node-fs.realpath (>= 1.0.0) <!nocheck>
+ , node-fs.realpath (>= 1.0.0)
, node-inflight (>= 1.0.4)
, node-path-is-absolute (>= 1.0.0)
Description: glob functionality for Node.js
diff --git a/debian/rules b/debian/rules
index 3f6c1f2..79c1d4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
- tap test/*.js
+ tap -R spec test/*.js
else
@echo '**********************************************************'
@echo 'Skip test suite '
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-glob.git
More information about the Pkg-javascript-commits
mailing list