[Pkg-javascript-commits] [SCM] javascript code quality tool that aims to catch basic errors branch, master, updated. b0efba1069fe1f3109994fd1bfc3f0622dafd261

Paul Tagliamonte tag at pault.ag
Sun Jul 15 15:11:44 UTC 2012


The following commit has been merged in the master branch:
commit b0efba1069fe1f3109994fd1bfc3f0622dafd261
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Sun Jul 15 11:14:09 2012 -0400

    Adding a rename

diff --git a/debian/install b/debian/install
index cf68ea9..8a13029 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1,2 @@
 lib/*                        /usr/lib/nodejs/jslint
-bin/jslint.js                /usr/bin/jslint
+bin/*                        /usr/bin/
diff --git a/debian/rules b/debian/rules
index 76ec573..b2538c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,11 @@ override_dh_auto_build:
 override_dh_auto_install:
 	@echo "Dummy target"
 
+override_dh_install:
+	# OK, after we install jslint.js, we should move it to a sane name.
+	dh_install
+	mv $(CURDIR)/debian/node-jslint/usr/bin/jslint.js \
+	   $(CURDIR)/debian/node-jslint/usr/bin/jslint
+
 # We use the two dummy targets, since the build makefile wishes to call
 # npm to do the lifting. let's just ignore all that.

-- 
javascript code quality tool that aims to catch basic errors



More information about the Pkg-javascript-commits mailing list