From d2d41b6f19e9d5ef65e73efa5d4bc6380c49fb69 Mon Sep 17 00:00:00 2001 From: openKylinBot Date: Thu, 19 May 2022 14:51:57 +0800 Subject: [PATCH] format patches --- debian/patches/drop-ie8.patch | 13 ++++++++++--- debian/patches/reproducible-build.patch | 13 ++++++++++--- debian/patches/skip-gzip-js.patch | 16 +++++++++++++--- debian/patches/skip-insight.patch | 12 +++++++++++- debian/patches/skip-modules.patch | 13 +++++++++++-- debian/patches/skip-raw-body.patch | 12 +++++++++++- 6 files changed, 66 insertions(+), 13 deletions(-) diff --git a/debian/patches/drop-ie8.patch b/debian/patches/drop-ie8.patch index 34a6f7e..40c6e58 100644 --- a/debian/patches/drop-ie8.patch +++ b/debian/patches/drop-ie8.patch @@ -1,11 +1,18 @@ -Description: drop ie8 support -Author: Yadd +From: Yadd +Date: Thu, 19 May 2022 14:51:56 +0800 +Subject: drop ie8 support + Forwarded: no Last-Update: 2021-10-24 +--- + Gruntfile.js | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) +diff --git a/Gruntfile.js b/Gruntfile.js +index 22b13a9..cfcfb5d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js -@@ -302,7 +302,7 @@ +@@ -302,7 +302,7 @@ module.exports = function( grunt ) { // Support: Android 4.0 only // UglifyJS 3 breaks Android 4.0 if this option is not enabled. // This is in lieu of setting ie8 for all of mangle, compress, and output diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch index d8717e0..130c82e 100644 --- a/debian/patches/reproducible-build.patch +++ b/debian/patches/reproducible-build.patch @@ -1,7 +1,14 @@ -Description: Make the build reproducible -Author: Chris Lamb -Last-Update: 2018-01-01 +From: Chris Lamb +Date: Thu, 19 May 2022 14:51:56 +0800 +Subject: Make the build reproducible +Last-Update: 2018-01-01 +--- + src/wrapper.js | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/src/wrapper.js b/src/wrapper.js +index 44a07fe..7dbf622 100644 --- a/src/wrapper.js +++ b/src/wrapper.js @@ -8,8 +8,6 @@ diff --git a/debian/patches/skip-gzip-js.patch b/debian/patches/skip-gzip-js.patch index 6efc718..4f9e627 100644 --- a/debian/patches/skip-gzip-js.patch +++ b/debian/patches/skip-gzip-js.patch @@ -1,7 +1,17 @@ -Description: Skip gzip js +From: Debian Javascript Maintainers + +Date: Thu, 19 May 2022 14:51:56 +0800 +Subject: Skip gzip js + +--- + Gruntfile.js | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/Gruntfile.js b/Gruntfile.js +index 25223ae..22b13a9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js -@@ -13,7 +13,7 @@ +@@ -13,7 +13,7 @@ module.exports = function( grunt ) { } var fs = require( "fs" ), @@ -10,7 +20,7 @@ Description: Skip gzip js isTravis = process.env.TRAVIS, travisBrowsers = process.env.BROWSERS && process.env.BROWSERS.split( "," ); -@@ -29,7 +29,7 @@ +@@ -29,7 +29,7 @@ module.exports = function( grunt ) { options: { compress: { gz: function( contents ) { diff --git a/debian/patches/skip-insight.patch b/debian/patches/skip-insight.patch index e4d6d41..4ab6b10 100644 --- a/debian/patches/skip-insight.patch +++ b/debian/patches/skip-insight.patch @@ -1,4 +1,14 @@ -Description: Skip insight +From: Debian Javascript Maintainers + +Date: Thu, 19 May 2022 14:51:56 +0800 +Subject: Skip insight + +--- + build/tasks/build.js | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/build/tasks/build.js b/build/tasks/build.js +index bdde74c..f030fd7 100644 --- a/build/tasks/build.js +++ b/build/tasks/build.js @@ -9,7 +9,6 @@ diff --git a/debian/patches/skip-modules.patch b/debian/patches/skip-modules.patch index 6727efa..8ba596a 100644 --- a/debian/patches/skip-modules.patch +++ b/debian/patches/skip-modules.patch @@ -1,6 +1,15 @@ -Description: skip unavailable modules -Last-Update: 2022-02-21 +From: Debian Javascript Maintainers + +Date: Thu, 19 May 2022 14:51:56 +0800 +Subject: skip unavailable modules +Last-Update: 2022-02-21 +--- + package.json | 8 -------- + 1 file changed, 8 deletions(-) + +diff --git a/package.json b/package.json +index c060d7d..bca7145 100644 --- a/package.json +++ b/package.json @@ -32,15 +32,7 @@ diff --git a/debian/patches/skip-raw-body.patch b/debian/patches/skip-raw-body.patch index 08ce3b6..3a197ef 100644 --- a/debian/patches/skip-raw-body.patch +++ b/debian/patches/skip-raw-body.patch @@ -1,4 +1,14 @@ -Description: Skip raw body +From: Debian Javascript Maintainers + +Date: Thu, 19 May 2022 14:51:56 +0800 +Subject: Skip raw body + +--- + test/middleware-mockserver.js | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + +diff --git a/test/middleware-mockserver.js b/test/middleware-mockserver.js +index 36216ec..4ad305f 100644 --- a/test/middleware-mockserver.js +++ b/test/middleware-mockserver.js @@ -1,8 +1,10 @@