[Pkg-javascript-commits] [node-tap] 08/14: Fix build target for man page
Jérémy Lal
kapouer at moszumanska.debian.org
Mon Oct 20 00:02:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-tap.
commit be93da54c6be3cfbbc6e8d4ae5abc0693e180bb4
Author: Jérémy Lal <kapouer at melix.org>
Date: Mon Oct 20 01:39:30 2014 +0200
Fix build target for man page
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index abbf698..3ea7f3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
%:
dh $@
-override_dh_auto_build_indep: debian/tap.1
+override_dh_auto_build: debian/tap.1
debian/tap.1:
help2man -N -n "Test-Anything-Protocol module for Node.js" bin/tap.js -o "$@"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap.git
More information about the Pkg-javascript-commits
mailing list