Lintian Fixes - node-eslint-plugin-node

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 92c1e37..66f9ccd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+node-eslint-plugin-node (11.1.0~ds-6) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Update lintian override info format in d/source/lintian-overrides on line
+    2-3.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 27 Feb 2022 12:04:40 -0000
+
 node-eslint-plugin-node (11.1.0~ds-5) unstable; urgency=medium
 
   * fix Homepage URI
diff --git a/debian/control b/debian/control
index c114831..c8f4125 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends:
  node-semver <!nocheck>,
  nodejs,
  perl <!nocheck>,
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Homepage: https://github.com/mysticatea/eslint-plugin-node
 Vcs-Browser: https://salsa.debian.org/js-team/node-eslint-plugin-node
 Vcs-Git: https://salsa.debian.org/js-team/node-eslint-plugin-node.git
diff --git a/debian/rules b/debian/rules
index ffd7e26..d77bd2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ override_dh_auto_build: $(DOCS)
 # TODO: fix remaining test failures (likely PATH-related)
 override_dh_auto_test:
 	$(ESLINT) lib tests/lib
-	$(MOCHA) --exclude tests/lib/configs/recommended.js 'tests/lib/**/*.js' 
+	$(MOCHA) --exclude tests/lib/configs/recommended.js 'tests/lib/**/*.js'
 	$(MOCHA_TAP) tests/lib/configs/recommended.js | debian/tap-todo \
 		'^node/recommended config in CJS directory \*\.mjs files should be a module\.$$' \
 		'^node/recommended config in ESM directory \*\.js files should be a module\.$$' \
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index f90d628..07c3578 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,3 +1,3 @@
 # License is in Reference field (see bug#786450)
-missing-license-paragraph-in-dep5-copyright gpl-3\+ *
-missing-license-text-in-dep5-copyright GPL-3\+ *
+missing-license-paragraph-in-dep5-copyright gpl-3\+ [debian/copyright:*]
+missing-license-text-in-dep5-copyright GPL-3\+ [debian/copyright:*]

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details