[Pkg-javascript-commits] [node-external-editor] 09/10: add coffee build step and coffeescript build-dep

Paolo Greppi paolog-guest at moszumanska.debian.org
Mon Dec 19 11:44:50 UTC 2016


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

paolog-guest pushed a commit to branch master
in repository node-external-editor.

commit 6ce02294ca5dc240c600ae1afefa9989c9fb571c
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Mon Dec 19 11:27:05 2016 +0000

    add coffee build step and coffeescript build-dep
---
 debian/control |  1 +
 debian/rules   | 11 +++++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 017e964..3040e58 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Paolo Greppi <paolo.greppi at libpf.com>
 Build-Depends:
  debhelper (>= 9)
  , dh-buildinfo
+ , coffeescript
  , nodejs
 Standards-Version: 3.9.8
 Homepage: https://github.com/mrkmg/node-external-editor#readme
diff --git a/debian/rules b/debian/rules
index de57af0..a2e8c20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,12 @@
 %:
 	dh $@
 
-#override_dh_auto_build:
-
-#override_dh_auto_test:
-
+override_dh_auto_build:
+	coffee --compile --output main/ src/
+	dh_auto_build
 
+override_dh_clean:
+	dh_clean
+	rm -rf main
 
+#override_dh_auto_test:

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



More information about the Pkg-javascript-commits mailing list