[Pkg-javascript-commits] [node-isarray] 04/05: Override dh_auto_build & test targets
Ross Gammon
ross-guest at moszumanska.debian.org
Tue Dec 29 19:14:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository node-isarray.
commit 78be041b21a64744d88d9075479f329a5bba0c35
Author: Ross Gammon <rossgammon at mail.dk>
Date: Tue Dec 29 19:53:25 2015 +0100
Override dh_auto_build & test targets
The Makefile requires node-tape which is not yet packaged
---
debian/rules | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index 0c06312..cc8b82f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,8 @@
%:
dh $@
+override_dh_auto_build:
+ echo 'Skipping Makefile as test target requires node-tape'
+
+override_dh_auto_test:
+ echo 'Skipping Makefile as test target requires node-tape'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-isarray.git
More information about the Pkg-javascript-commits
mailing list