[Pkg-javascript-commits] [node-bluebird] 05/05: Add README.Debian showing dependencies for the upstream build & tests

Ross Gammon ross-guest at moszumanska.debian.org
Sat Mar 7 18:38:12 UTC 2015


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 f30cedf52923be6d0d6eec3038d505fbc673f324
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Sat Mar 7 19:36:49 2015 +0100

    Add README.Debian showing dependencies for the upstream build & tests
---
 debian/README.Debian | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..6d08e38
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,24 @@
+To-do
+-----
+1. Build the browser & minified javascript using the upstream build. This requires the following build dependencies (some not yet packaged for Debian):
+-uglifyjs (already packaged as node-uglify)
+-rimraf (already pckage as node-rimraf)
+-optimist (already packaged as node-optimist)
+-mocha (already packaged as libjs-mocha & mocha)
+-mkdirp (already packaged as node-mkdirp)
+-glob (already packaged as node-glob)
+-cross-spawn
+-cli-table
+-browserify
+-acorn
+
+Then the build can be executed with:
+$ NODE_PATH=src nodejs tools/build.js --no-debug --main --browser --minify
+
+2. Run the upstream test suite during the build. In addition to many of the dependencies needed for building, the test suite also needs:
+-sinon
+-jshint-stylish
+-jshint
+
+Then the tests can be run with:
+$ NODE_PATH=src nodejs tools/test.js

-- 
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