Lintian Fixes - python-xstatic-graphlib

Ready changes

Summary

Diff

diff --git a/debian/control b/debian/control
index f5dfbcc..f79e646 100644
--- a/debian/control
+++ b/debian/control
@@ -6,14 +6,14 @@ 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 (>= 75~),
  python3-all,
  python3-setuptools,
 Build-Conflicts:
  python3-xstatic,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/xstatic/python-xstatic-graphlib
 Vcs-Git: https://salsa.debian.org/openstack-team/xstatic/python-xstatic-graphlib.git
 Homepage: https://github.com/dagrejs/graphlib
diff --git a/debian/rules b/debian/rules
index 42f6a1c..5f9a456 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3
+	dh $@ --buildsystem=pybuild --with python3
 
 override_dh_auto_clean:
 	rm -rf build .stestr *.egg-info
@@ -17,5 +17,5 @@ override_dh_auto_install:
 	pkgos-dh_auto_install --no-py2
 
 override_dh_clean:
-	dh_clean -O--buildsystem=python_distutils
+	dh_clean -O--buildsystem=pybuild
 	rm -rf build
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index 4271ec0..d0334fc 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,4 +1,4 @@
 # These are false positives, they are just long lines in js code and there is
 # no indication that there is any other prefered form of modification.
-source-is-missing xstatic/pkg/graphlib/data/graphlib.core.js *
-source-is-missing xstatic/pkg/graphlib/data/graphlib.js *
+source-is-missing [xstatic/pkg/graphlib/data/graphlib.core.js]
+source-is-missing [xstatic/pkg/graphlib/data/graphlib.js]
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..996c194
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/dagrejs/graphlib

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details