[Pkg-javascript-commits] [node-multiparty] 06/13: update for latest release
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sat Jul 5 00:49:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to branch master
in repository node-multiparty.
commit f0bb1f3391c07685b1f44e63aa68983328a13496
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Fri Jul 4 22:56:53 2014 +0000
update for latest release
---
debian/control | 9 ++++++++-
debian/rules | 7 ++++---
debian/watch | 2 +-
3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index f8f0abf..8853108 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,16 @@ Uploaders: Jérémy Lal <kapouer at melix.org>
Build-Depends:
debhelper (>= 8.0.0)
, dh-buildinfo
+ , node-findit (>= 2.0.0)
+ , node-mkdirp (>= 0.5.0)
+ , mocha (>= 1.8.2)
+ , node-superagent (>= 0.18.0)
+ , node-rimraf (>= 2.2.8)
+ , node-request (>= 2.26.1)
+ , node-pend (>= 1.1.1)
, nodejs
Standards-Version: 3.9.4
-Homepage: https://github.com/superjoe30/node-multiparty
+Homepage: https://github.com/andrewrk/node-multiparty
Vcs-Git: git://anonscm.debian.org/collab-maint/node-multiparty.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-multiparty.git
diff --git a/debian/rules b/debian/rules
index a47a342..79d4ba5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@
%:
dh $@
-override_dh_install:
- dh_install
- chmod -x debian/node-multiparty/usr/lib/nodejs/multiparty/index.js
+#override_dh_install:
+
+override_dh_test:
+ ulimit -n 500 && nodejs test/test.js
diff --git a/debian/watch b/debian/watch
index 0c1f2dd..05f9742 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-multiparty-$1.tar.gz/ \
-https://github.com/superjoe30/node-multiparty/tags .*/archive/v?([\d\.]+).tar.gz
+https://github.com/andrewrk/node-multiparty/tags .*/archive/v?([\d\.]+).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-multiparty.git
More information about the Pkg-javascript-commits
mailing list