[Pkg-javascript-commits] [node-command-join] 04/07: as we dont have babel-cli yet, just cheat and install the file as-is
Paolo Greppi
paolog-guest at moszumanska.debian.org
Sat Dec 24 08:54:39 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-command-join.
commit 8017d049a5dd5b413edec52d117b56f4f4baf4ef
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date: Sat Dec 24 08:40:56 2016 +0000
as we dont have babel-cli yet, just cheat and install the file as-is
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index de57af0..c03ab63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,9 @@
%:
dh $@
-#override_dh_auto_build:
+override_dh_auto_build:
+ mkdir -p dist
+ cp command-join.js dist/.
#override_dh_auto_test:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-command-join.git
More information about the Pkg-javascript-commits
mailing list