[Pkg-javascript-commits] [node-prelude-ls] 03/15: update changelog, control
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Oct 12 10:29:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-prelude-ls.
commit ac40785277b6c3fa4c6e8474cde092c007dd07cc
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Oct 12 12:32:06 2016 +0530
update changelog, control
---
debian/changelog | 3 +--
debian/rules | 10 ++++++++--
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9525652..0d2b315 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
node-prelude-ls (1.1.2-1) UNRELEASED; urgency=low
* Initial release (Closes: #nnnn)
- * New upstream release
- -- Pirate Praveen <praveen at debian.org> Wed, 12 Oct 2016 12:05:47 +0530
+ -- Pirate Praveen <praveen at debian.org> Sun, 09 Oct 2016 14:15:41 +0530
diff --git a/debian/rules b/debian/rules
index de57af0..f81f186 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,15 @@
%:
dh $@
-#override_dh_auto_build:
+override_dh_auto_build:
+ npm install
+ sed -i 's/node/nodejs/' node_modules/.bin/lsc
+ dh_auto_build
#override_dh_auto_test:
-
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf node_modules
+ rm -rf npm-debug.log
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-prelude-ls.git
More information about the Pkg-javascript-commits
mailing list