[Pkg-javascript-commits] [node-isexe] 03/05: New upstream version
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Aug 25 15:31:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-isexe.
commit 889c85304839082d8e27d64bc82c0f4e2448159e
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Fri Aug 25 17:13:36 2017 +0200
New upstream version
---
debian/changelog | 9 +++++++++
debian/compat | 2 +-
debian/control | 14 +++++++++-----
debian/rules | 11 ++++++++---
4 files changed, 27 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e11af98..b81dcd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+node-isexe (2.0.0-1) unstable; urgency=medium
+
+ * Team upload
+ * New upstream version
+ * Improves rules
+ * Improve description
+
+ -- Bastien Roucariès <rouca at debian.org> Fri, 25 Aug 2017 16:52:21 +0200
+
node-isexe (1.1.2-1) unstable; urgency=low
* Initial release (Closes: #841151)
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 5d8b0d2..ef01c3b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,16 @@
Source: node-isexe
-Section: web
+Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen at debian.org>
Build-Depends:
- debhelper (>= 9)
+ debhelper (>= 10)
, dh-buildinfo
, nodejs
- , node-tap
- , node-rimraf
-Standards-Version: 3.9.8
+ , dpkg-dev (>= 1.17.14)
+ , node-tap <!nocheck>
+ , node-rimraf <!nocheck>
+Standards-Version: 4.1.0
Homepage: https://github.com/isaacs/isexe#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-isexe.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-isexe.git
@@ -20,5 +21,8 @@ Depends:
${misc:Depends}
, nodejs
Description: minimal module to check if a file is executable
+ This Node.js module allows ones to check if a given file is executable,
+ using promise is available and checking PATHEXT environement
+ variable on windows.
.
Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/rules b/debian/rules
index 1ee215b..01f21ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,12 @@
%:
dh $@
-#override_dh_auto_build:
-
override_dh_auto_test:
- tap test/*.js --branches=100 --statements=100 --functions=100 --lines=100
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
+ tap -R spec test/*.js --branches=100 --statements=100 --functions=100 --lines=100;
+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-isexe.git
More information about the Pkg-javascript-commits
mailing list