Lintian Fixes - python-xstatic-lodash

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index ffa2f71..2f4d8a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-xstatic-lodash (4.16.4.1-4) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 11 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 16 Aug 2023 10:59:41 -0000
+
 python-xstatic-lodash (4.16.4.1-3) unstable; urgency=medium
 
   * Cleans better (Closes: #1045981).
diff --git a/debian/control b/debian/control
index f02d128..393dc83 100644
--- a/debian/control
+++ b/debian/control
@@ -6,14 +6,14 @@ Uploaders:
  Michal Arbet <michal.arbet@ultimum.io>,
  Thomas Goirand <zigo@debian.org>,
 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-lodash
 Vcs-Git: https://salsa.debian.org/openstack-team/xstatic/python-xstatic-lodash.git
 Homepage: https://github.com/lodash/lodash
diff --git a/debian/rules b/debian/rules
index 888e429..e2a8484 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
@@ -16,5 +16,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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..9e74fe7
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/lodash/lodash/issues
+Bug-Submit: https://github.com/lodash/lodash/issues/new
+Repository-Browse: https://github.com/lodash/lodash

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details