Lintian Fixes - novnc

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index bae304e..e40a878 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+novnc (1:1.3.0-2) UNRELEASED; urgency=medium
+
+  * Move source package lintian overrides to debian/source.
+  * Bump debhelper from old 11 to 13.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+    Repository-Browse.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 23 Jun 2023 00:11:44 -0000
+
 novnc (1:1.3.0-1) unstable; urgency=medium
 
   * Added changes from Ricardo Ribalda Delgado. Thanks a lot to him for his
diff --git a/debian/control b/debian/control
index 75ca2ce..d552b57 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Thomas Goirand <zigo@debian.org>,
  Michal Arbet <michal.arbet@ultimum.io>,
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all:any,
@@ -14,7 +14,7 @@ Build-Depends-Indep:
  gettext,
  node-po2json,
  python3-greenlet,
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/novnc
 Vcs-Git: https://salsa.debian.org/openstack-team/third-party/novnc.git
 Homepage: https://github.com/novnc/noVNC
diff --git a/debian/rules b/debian/rules
index cd16bf2..a709878 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_dh_install:
 override_dh_auto_install:
 	pkgos-dh_auto_install --no-py2
 	dh_install
-	dh_missing --fail-missing
+	dh_missing
 	rm -f $(CURDIR)/debian/novnc/usr/share/novnc/vendor/pako/LICENSE
 	ln -s vnc.html $(CURDIR)/debian/novnc/usr/share/novnc/vnc_auto.html
 	rm -f $(CURDIR)/debian/novnc/usr/share/novnc/vendor/browser-es-module-loader/.npmignore
diff --git a/debian/source.lintian-overrides b/debian/source/lintian-overrides
similarity index 100%
rename from debian/source.lintian-overrides
rename to debian/source/lintian-overrides
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..bb972b1
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/novnc/noVNC/issues
+Bug-Submit: https://github.com/novnc/noVNC/issues/new
+Repository: https://github.com/novnc/noVNC.git
+Repository-Browse: https://github.com/novnc/noVNC

Run locally

More details

Full run details

Historical runs