[Pkg-javascript-commits] [node-uid-safe] 04/06: delete unneeded patch
Paolo Greppi
paolog-guest at moszumanska.debian.org
Thu Dec 15 12:52:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
paolog-guest pushed a commit to branch master
in repository node-uid-safe.
commit 8df932ab76d2c0e75cd789f8da77608be2d5e3bf
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date: Thu Dec 15 12:34:43 2016 +0000
delete unneeded patch
---
...ule.patch => 0001-remove_base64-url_module.patch} | 0
debian/patches/0001-use_promise_instead_of_mz.patch | 20 --------------------
debian/patches/series | 3 +--
3 files changed, 1 insertion(+), 22 deletions(-)
diff --git a/debian/patches/0002-remove_base64-url_module.patch b/debian/patches/0001-remove_base64-url_module.patch
similarity index 100%
rename from debian/patches/0002-remove_base64-url_module.patch
rename to debian/patches/0001-remove_base64-url_module.patch
diff --git a/debian/patches/0001-use_promise_instead_of_mz.patch b/debian/patches/0001-use_promise_instead_of_mz.patch
deleted file mode 100644
index 55b7b4c..0000000
--- a/debian/patches/0001-use_promise_instead_of_mz.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Module 'mz` is still not in Debian right now.
- Use 'promise` instead.
-Author: Leo Iannacone <l3on at ubuntu.com>
-Forwarded: not-needed
-
----
- index.js | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/index.js
-+++ b/index.js
-@@ -14,7 +14,7 @@
- })
- }
-
-- pseudoRandomBytesProm || (pseudoRandomBytesProm = require('mz/crypto').pseudoRandomBytes)
-+ pseudoRandomBytesProm || (pseudoRandomBytesProm = require('promise').denodeify(pseudoRandomBytes))
- return pseudoRandomBytesProm(length).then(escapeBuffer)
- }
-
diff --git a/debian/patches/series b/debian/patches/series
index 7793921..8ea6c3c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-0001-use_promise_instead_of_mz.patch
-0002-remove_base64-url_module.patch
+0001-remove_base64-url_module.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-uid-safe.git
More information about the Pkg-javascript-commits
mailing list