format patches

This commit is contained in:
openKylinBot 2022-05-19 14:51:57 +08:00
parent 39b9e621bc
commit d2d41b6f19
6 changed files with 66 additions and 13 deletions

View File

@ -1,11 +1,18 @@
Description: drop ie8 support From: Yadd <yadd@debian.org>
Author: Yadd <yadd@debian.org> Date: Thu, 19 May 2022 14:51:56 +0800
Subject: drop ie8 support
Forwarded: no Forwarded: no
Last-Update: 2021-10-24 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 --- a/Gruntfile.js
+++ b/Gruntfile.js +++ b/Gruntfile.js
@@ -302,7 +302,7 @@ @@ -302,7 +302,7 @@ module.exports = function( grunt ) {
// Support: Android 4.0 only // Support: Android 4.0 only
// UglifyJS 3 breaks Android 4.0 if this option is not enabled. // 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 // This is in lieu of setting ie8 for all of mangle, compress, and output

View File

@ -1,7 +1,14 @@
Description: Make the build reproducible From: Chris Lamb <lamby@debian.org>
Author: Chris Lamb <lamby@debian.org> Date: Thu, 19 May 2022 14:51:56 +0800
Last-Update: 2018-01-01 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 --- a/src/wrapper.js
+++ b/src/wrapper.js +++ b/src/wrapper.js
@@ -8,8 +8,6 @@ @@ -8,8 +8,6 @@

View File

@ -1,7 +1,17 @@
Description: Skip gzip js From: Debian Javascript Maintainers
<pkg-javascript-devel@lists.alioth.debian.org>
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 --- a/Gruntfile.js
+++ b/Gruntfile.js +++ b/Gruntfile.js
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ module.exports = function( grunt ) {
} }
var fs = require( "fs" ), var fs = require( "fs" ),
@ -10,7 +20,7 @@ Description: Skip gzip js
isTravis = process.env.TRAVIS, isTravis = process.env.TRAVIS,
travisBrowsers = process.env.BROWSERS && process.env.BROWSERS.split( "," ); travisBrowsers = process.env.BROWSERS && process.env.BROWSERS.split( "," );
@@ -29,7 +29,7 @@ @@ -29,7 +29,7 @@ module.exports = function( grunt ) {
options: { options: {
compress: { compress: {
gz: function( contents ) { gz: function( contents ) {

View File

@ -1,4 +1,14 @@
Description: Skip insight From: Debian Javascript Maintainers
<pkg-javascript-devel@lists.alioth.debian.org>
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 --- a/build/tasks/build.js
+++ b/build/tasks/build.js +++ b/build/tasks/build.js
@@ -9,7 +9,6 @@ @@ -9,7 +9,6 @@

View File

@ -1,6 +1,15 @@
Description: skip unavailable modules From: Debian Javascript Maintainers
Last-Update: 2022-02-21 <pkg-javascript-devel@lists.alioth.debian.org>
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 --- a/package.json
+++ b/package.json +++ b/package.json
@@ -32,15 +32,7 @@ @@ -32,15 +32,7 @@

View File

@ -1,4 +1,14 @@
Description: Skip raw body From: Debian Javascript Maintainers
<pkg-javascript-devel@lists.alioth.debian.org>
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 --- a/test/middleware-mockserver.js
+++ b/test/middleware-mockserver.js +++ b/test/middleware-mockserver.js
@@ -1,8 +1,10 @@ @@ -1,8 +1,10 @@