Lintian Fixes - python-xstatic-moment

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 6c34936..f74a999 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+python-xstatic-moment (2.8.4.2-4) UNRELEASED; urgency=medium
+
+  * Update lintian override info format in d/source/lintian-overrides on line
+    3-4.
+  * 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>  Tue, 15 Aug 2023 13:11:52 -0000
+
 python-xstatic-moment (2.8.4.2-3) unstable; urgency=medium
 
   * Cleans better (Closes: #1045481).
diff --git a/debian/control b/debian/control
index 255e74e..b4d618e 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-moment
 Vcs-Git: https://salsa.debian.org/openstack-team/xstatic/python-xstatic-moment.git
 Homepage: https://github.com/moment/moment
diff --git a/debian/rules b/debian/rules
index abe22b4..a1db3ac 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:
 	echo "Do nothing..."
@@ -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/source/lintian-overrides b/debian/source/lintian-overrides
index 71ecfb0..bd02df8 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/moment/data/moment-with-locales.min.js
-source-is-missing xstatic/pkg/moment/data/moment.min.js
+source-is-missing [xstatic/pkg/moment/data/moment-with-locales.min.js]
+source-is-missing [xstatic/pkg/moment/data/moment.min.js]
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..d693281
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/moment/moment/issues
+Bug-Submit: https://github.com/moment/moment/issues/new
+Repository-Browse: https://github.com/moment/moment

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details