Lintian Fixes - three.js

Ready changes

Summary

Diff

diff --git a/debian/control b/debian/control
index 874e8ad53..146f92ddb 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper-compat (= 13),
 # we use uglify instead of closure-compiler since the version of the latter in Debian is too old
  uglifyjs,
  rollup
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Homepage: https://threejs.org
 Vcs-Browser: https://salsa.debian.org/js-team/three.js
 Vcs-Git: https://salsa.debian.org/js-team/three.js.git
diff --git a/debian/rules b/debian/rules
index 820ef215f..df12f3912 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ override_dh_auto_build:
 
 # Debian's qunit is too old, so this doesn't work yet.
 # You can try running it manually, if you install qunit 2 locally.
-_override_dh_auto_test:
+override_dh_auto_test:
 	python3 -m http.server & \
 	qunit-selenium open http://localhost:8000/test/unit/UnitTests.html; \
 	echo $$? > test.exitcode; \
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index 89ed075d3..28f7ac1d0 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,8 +1,8 @@
 # those files look strange, but they seem to be source files
-three.js source: source-is-missing examples/jsm/lights/RectAreaLightUniformsLib.js line length is * characters (>*)
-three.js source: source-is-missing examples/jsm/loaders/*Loader.js line length is * characters (>*)
-three.js source: source-is-missing examples/jsm/postprocessing/SMAAPass.js line length is * characters (>*)
-three.js source: source-is-missing examples/jsm/renderers/SVGRenderer.js line length is * characters (>*)
-three.js source: source-is-missing src/renderers/webgl/WebGL*.js line length is * characters (>*)
-three.js source: source-is-missing test/unit/editor/Test*.js line length is * characters (>*)
-three.js source: source-is-missing test/unit/editor/old_to_convert/*.tests.js line length is * characters (>*)
+three.js source: source-is-missing [examples/jsm/lights/RectAreaLightUniformsLib.js]
+three.js source: source-is-missing [examples/jsm/loaders/*Loader.js]
+three.js source: source-is-missing [examples/jsm/postprocessing/SMAAPass.js]
+three.js source: source-is-missing [examples/jsm/renderers/SVGRenderer.js]
+three.js source: source-is-missing [src/renderers/webgl/WebGL*.js]
+three.js source: source-is-missing [test/unit/editor/Test*.js]
+three.js source: source-is-missing [test/unit/editor/old_to_convert/*.tests.js]

Run locally

More details

Full run details

Historical runs