[Pkg-javascript-commits] [node-livescript] 01/01: use jison package
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sat Oct 15 06:08:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-livescript.
commit 6019cb5e96dac5451d70303b1c9883a18b53639f
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sat Oct 15 11:38:23 2016 +0530
use jison package
---
debian/changelog | 6 ++++++
debian/control | 1 +
debian/rules | 12 ------------
3 files changed, 7 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c587126..219d230 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-livescript (1.5.0+dfsg-2) UNRELEASED; urgency=medium
+
+ * Use jison package, drop npm (Closes: #840760)
+
+ -- Pirate Praveen <praveen at debian.org> Sat, 15 Oct 2016 11:37:32 +0530
+
node-livescript (1.5.0+dfsg-1) unstable; urgency=low
* Initial release (Closes: #840514)
diff --git a/debian/control b/debian/control
index e3d2ff8..a768f75 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
+ , jison
Standards-Version: 3.9.8
Homepage: http://livescript.net
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-livescript.git
diff --git a/debian/rules b/debian/rules
index 61044ed..b8796e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +1,5 @@
#!/usr/bin/make -f
# -*- makefile -*-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
%:
dh $@
-
-override_dh_auto_build:
- npm install jison
- dh_auto_build
-
-#override_dh_auto_test:
-override_dh_auto_clean:
- dh_auto_clean
- rm -rf node_modules
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-livescript.git
More information about the Pkg-javascript-commits
mailing list