[Pkg-javascript-commits] [ltx] 463/469: Tidy rules file.

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ltx.

commit faee36968a9de1608c6119bcd35e36e035720347
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Aug 31 13:31:50 2016 +0200

    Tidy rules file.
---
 debian/rules | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 046378d..83b1889 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,9 +21,17 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 
 pkg = node-ltx
 
+# Needed by upstream testsuite
+bdeps-test = node-vows
+
+# Needed by upstream build and (always) at runtime
 deps = node-node-expat
-CDBS_BUILD_DEPENDS += , $(deps), node-vows
-CDBS_DEPENDS_$(pkg) = $(deps), node-sax, nodejs
+
+# Needed (always) at runtime
+depends = node-sax, nodejs
+
+CDBS_BUILD_DEPENDS +=, $(bdeps-test), $(deps)
+CDBS_DEPENDS_$(pkg) = $(deps), $(depends)
 CDBS_SUGGESTS_$(pkg) = node-easysax, node-xml
 CDBS_ENHANCES_$(pkg) = browserify
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git



More information about the Pkg-javascript-commits mailing list