[Pkg-javascript-commits] [node-multiparty] 01/01: build depend on node-findit2 instead of node-findit
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Mon Oct 20 05:55:24 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 38b5bd3693b8f03c4e0f59f4033d2f49800f2021
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Fri Oct 17 22:57:26 2014 +0000
build depend on node-findit2 instead of node-findit
---
debian/changelog | 2 +-
debian/control | 2 +-
debian/patches/findit2-alias.patch | 16 ----------------
debian/patches/series | 1 -
4 files changed, 2 insertions(+), 19 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9b4bdc6..3faa480 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ node-multiparty (4.0.0-1) UNRELEASED; urgency=low
* update dependencies to match new release
* bump standards version
* remove no longer needed patches
- * patch to require findit instead of findit2
+ * build-depend on node-findit2 instead of node-findit
* no longer use ulimit for tests
-- Andrew Kelley <superjoe30 at gmail.com> Fri, 17 Oct 2014 05:35:46 +0000
diff --git a/debian/control b/debian/control
index eb8c10f..f97536a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Jérémy Lal <kapouer at melix.org>, Andrew Kelley <superjoe30 at gmail.com
Build-Depends:
debhelper (>= 8.0.0)
, dh-buildinfo
- , node-findit (>= 2.0.0-2)
+ , node-findit2
, node-mkdirp (>= 0.3.5)
, node-pend (>= 1.1.1)
, node-superagent (>= 0.18.0)
diff --git a/debian/patches/findit2-alias.patch b/debian/patches/findit2-alias.patch
deleted file mode 100644
index da7d293..0000000
--- a/debian/patches/findit2-alias.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: use findit instead of findit2
- In Debian, node-findit is the same as findit2 on NPM. This means upstream
- sources can be safely patched to require('findit') instead of
- require('findit2').
-Author: Andrew Kelley <superjoe30 at gmail.com>
-Forwarded: not-needed
---- node-multiparty-4.0.0.orig/test/test.js
-+++ node-multiparty-4.0.0/test/test.js
-@@ -1,6 +1,6 @@
- var spawn = require('child_process').spawn;
- var crypto = require('crypto');
--var findit = require('findit2');
-+var findit = require('findit');
- var path = require('path');
- var Pend = require('pend');
- var rimraf = require('rimraf');
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a09884c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-findit2-alias.patch
--
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