[Pkg-javascript-commits] [node-jquery] 01/01: Fix skip-gzip-js patch
Jérémy Lal
kapouer at moszumanska.debian.org
Sun Dec 31 12:36:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-jquery.
commit 6e7a2d6424eec8f3c9b71a6bb3cbd14ed09179ac
Author: Jérémy Lal <kapouer at melix.org>
Date: Sun Dec 31 13:32:47 2017 +0100
Fix skip-gzip-js patch
---
debian/patches/skip-gzip-js.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/skip-gzip-js.patch b/debian/patches/skip-gzip-js.patch
index 033fcc0..c79e510 100644
--- a/debian/patches/skip-gzip-js.patch
+++ b/debian/patches/skip-gzip-js.patch
@@ -14,7 +14,7 @@
compress: {
gz: function( contents ) {
- return gzip.zip( contents, {} ).length;
-+ return zlib.createGzip( contents, {} ).length;
++ return zlib.gzipSync(contents).length;
}
},
cache: "build/.sizecache.json"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-jquery.git
More information about the Pkg-javascript-commits
mailing list