Lintian Fixes - python-xstatic-moment-timezone

Ready changes

Summary

Diff

diff --git a/debian/control b/debian/control
index b4dec78..b18eaf0 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-timezone
 Vcs-Git: https://salsa.debian.org/openstack-team/xstatic/python-xstatic-moment-timezone.git
 Homepage: https://github.com/moment/moment-timezone
@@ -31,5 +31,5 @@ Description: Parse and display dates in any timezone XStatic support - Python 3.
  can depend on in a portable, virtualenv-friendly way instead of using embedded
  copies.
  .
- This package provides a plugin to the Moment.js date and time library 
+ This package provides a plugin to the Moment.js date and time library
  as a Python 3.x module.
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 f21732e..b5b320f 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 preferred form of modification.
-source-is-missing xstatic/pkg/moment_timezone/data/moment-timezone-with-data.js *
-source-is-missing xstatic/pkg/moment_timezone/data/moment-timezone.min.js
+source-is-missing [xstatic/pkg/moment_timezone/data/moment-timezone-with-data.js]
+source-is-missing [xstatic/pkg/moment_timezone/data/moment-timezone.min.js]
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..bd8558f
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/moment/moment-timezone/issues
+Bug-Submit: https://github.com/moment/moment-timezone/issues/new
+Repository-Browse: https://github.com/moment/moment-timezone

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details