Lintian Fixes - python-xstatic-angular-mock

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 14ed463..57eb981 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-xstatic-angular-mock (1.2.23.1-9) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 11 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Repository-Browse.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 21 Aug 2023 10:58:48 -0000
+
 python-xstatic-angular-mock (1.2.23.1-8) unstable; urgency=medium
 
   * Cleans better (Closes: #1047478).
diff --git a/debian/control b/debian/control
index 0974d2f..4acb22b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Thomas Goirand <zigo@debian.org>,
  Ivan Udovichenko <iudovichenko@mirantis.com>,
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools (>= 75~),
  python3-all,
diff --git a/debian/rules b/debian/rules
index 7b70fc2..1e9ff49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://github.com/openstack/xstatic-angular-mock.git
 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
@@ -19,5 +19,5 @@ override_dh_auto_install:
 	rm -rf $(CURDIR)/debian/python3-xstatic-angular-mock/usr/lib/python3/dist-packages/xstatic/pkg/angular_mock/data
 
 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..2c41eb5
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack-archive/xstatic-angular-mock

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details