[Pkg-javascript-commits] [node-bluebird] 03/03: Bootstrap bluebird build with bluebird node_module
Ross Gammon
ross-guest at moszumanska.debian.org
Sat Apr 29 07:32:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository node-bluebird.
commit ef26bebad8fa0bf802a890e79e59036272c700ef
Author: Ross Gammon <rosco2 at ubuntu.com>
Date: Sat Apr 29 09:30:51 2017 +0200
Bootstrap bluebird build with bluebird node_module
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 4adb1d6..bd5227e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,10 @@
override_dh_installchangelogs:
dh_installchangelogs changelog.md
+override_dh_auto_build:
+ cp -r $(CURDIR)/debian/node_modules $(CURDIR)
+ nodejs tools/build --release --no-minify
+
override_dh_auto_test:
# Tests disabled for now until node-acorn is available in Debian
# Move bluebird node_module temporarily into place for testsuite
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-bluebird.git
More information about the Pkg-javascript-commits
mailing list