[Pkg-javascript-commits] [ltx] 56/80: Fix syntax of a variable expansion.

Jonas Smedegaard dr at jones.dk
Sun Feb 28 10:50:13 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 8a94201ec94e5ef6bccfc66baf353453528c35bd
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Mar 25 13:13:02 2012 +0200

    Fix syntax of a variable expansion.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 31d3011..87bc52e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,8 +23,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 libpkgname = node-ltx
 
 deps = node-node-expat
-CDBS_BUILD_DEPENDS += , $deps, node-vows
-CDBS_DEPENDS_$(libpkgname) = $deps, node-sax, nodejs
+CDBS_BUILD_DEPENDS += , $(deps), node-vows
+CDBS_DEPENDS_$(libpkgname) = $(deps), node-sax, nodejs
 CDBS_SUGGESTS_$(libpkgname) = node-easysax, node-xml
 CDBS_ENHANCES_$(libpkgname) = 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