diff --git a/debian/patches/drop-ie8.patch b/debian/patches/drop-ie8.patch
index 34a6f7e43436e6483b3d409dacf61214260fd888..b67e12ebf28f4ea01e13858500f4f3f248277e8f 100644
--- a/debian/patches/drop-ie8.patch
+++ b/debian/patches/drop-ie8.patch
@@ -5,7 +5,7 @@ Last-Update: 2021-10-24
 
 --- a/Gruntfile.js
 +++ b/Gruntfile.js
-@@ -302,7 +302,7 @@
+@@ -318,7 +318,7 @@
  						// 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/series b/debian/patches/series
index 2dc7b6018e0cc43890f6b73cf663405ec2277f49..1b8ad87244897bc9348796849a5e0b02c8e77adf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-skip-modules.patch
 skip-gzip-js.patch
 skip-raw-body.patch
 skip-insight.patch
diff --git a/debian/patches/skip-gzip-js.patch b/debian/patches/skip-gzip-js.patch
index 6efc718ec837fab7b13c2a7a8610b599101a1b81..685070cb919fb4f014ba41441881d1fb50c0fa64 100644
--- a/debian/patches/skip-gzip-js.patch
+++ b/debian/patches/skip-gzip-js.patch
@@ -1,16 +1,20 @@
 Description: Skip gzip js
+Forwarded: not-needed
+Reviewed-By: Yadd <yadd@debian.org>
+Last-Update: 2022-08-29
+
 --- a/Gruntfile.js
 +++ b/Gruntfile.js
-@@ -13,7 +13,7 @@
+@@ -20,7 +20,7 @@
  	}
  
  	var fs = require( "fs" ),
 -		gzip = require( "gzip-js" ),
-+		gzip = require( "zlib" ),
- 		isTravis = process.env.TRAVIS,
- 		travisBrowsers = process.env.BROWSERS && process.env.BROWSERS.split( "," );
- 
-@@ -29,7 +29,7 @@
++		zlib = require( "zlib" ),
+ 		oldNode = /^v10\./.test( process.version ),
+ 		nodeV17OrNewer = !/^v1[0246]\./.test( process.version ),
+ 		isCi = process.env.GITHUB_ACTION,
+@@ -38,7 +38,7 @@
  			options: {
  				compress: {
  					gz: function( contents ) {
diff --git a/debian/patches/skip-insight.patch b/debian/patches/skip-insight.patch
index e4d6d4104c125d0b605a5ba729ae90e44e9c390d..33c2693167ce9bccc128c5be650c8a1f33f471d8 100644
--- a/debian/patches/skip-insight.patch
+++ b/debian/patches/skip-insight.patch
@@ -1,10 +1,14 @@
 Description: Skip insight
+Forwarded: not-needed
+Reviewed-By: Yadd <yadd@debian.org>
+Last-Update: 2022-08-29
+
 --- a/build/tasks/build.js
 +++ b/build/tasks/build.js
-@@ -9,7 +9,6 @@
- module.exports = function( grunt ) {
+@@ -10,7 +10,6 @@
  	var fs = require( "fs" ),
  		requirejs = require( "requirejs" ),
+ 		slimBuildFlags = require( "./lib/slim-build-flags" ),
 -		Insight = require( "insight" ),
  		pkg = require( "../../package.json" ),
  		srcFolder = __dirname + "/../../src/",
diff --git a/debian/patches/skip-modules.patch b/debian/patches/skip-modules.patch
deleted file mode 100644
index 6727efaccf55c7471bc06a67190bc21c752e4738..0000000000000000000000000000000000000000
--- a/debian/patches/skip-modules.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: skip unavailable modules
-Last-Update: 2022-02-21
-
---- a/package.json
-+++ b/package.json
-@@ -32,15 +32,7 @@
-     "grunt": "1.3.0",
-     "grunt-babel": "8.0.0",
-     "grunt-cli": "1.3.2",
--    "grunt-compare-size": "0.4.2",
-     "grunt-contrib-uglify": "3.4.0",
--    "grunt-contrib-watch": "1.1.0",
--    "grunt-eslint": "22.0.0",
--    "grunt-git-authors": "3.2.0",
--    "grunt-jsonlint": "1.1.0",
--    "grunt-karma": "4.0.0",
--    "grunt-newer": "1.3.0",
--    "grunt-npmcopy": "0.2.0",
-     "gzip-js": "0.3.2",
-     "husky": "1.3.1",
-     "insight": "0.10.1",