[Pkg-javascript-commits] [node-through2] 17/21: Remove patch file
Jérémy Lal
kapouer at moszumanska.debian.org
Mon Nov 28 23:35:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-through2.
commit e173eafe7a040d31e52abb13619145e5ff708fe3
Author: Jérémy Lal <kapouer at melix.org>
Date: Tue Nov 29 00:25:27 2016 +0100
Remove patch file
---
debian/patches/0002_not-use-xtend.patch | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/debian/patches/0002_not-use-xtend.patch b/debian/patches/0002_not-use-xtend.patch
deleted file mode 100644
index 151f15a..0000000
--- a/debian/patches/0002_not-use-xtend.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: xtend module is not in Debian and it does more or less
- the same job of utils-merge.
-Author: Leo Iannacone <l3on at ubuntu.com>
-Forwarded: not-needed
-
----
- through2.js | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/through2.js
-+++ b/through2.js
-@@ -1,6 +1,6 @@
- var Transform = require('stream').Transform
- , inherits = require('util').inherits
-- , xtend = require('xtend')
-+ , xtend = require('extend')
-
- function DestroyableTransform(opts) {
- Transform.call(this, opts)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-through2.git
More information about the Pkg-javascript-commits
mailing list