Lintian Fixes - python-croniter

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 2894d4a..70ff5f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+python-croniter (1.3.5-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.1, no changes needed.
+  * Set upstream metadata fields: Repository.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 04 Nov 2022 14:30:55 -0000
+
 python-croniter (1.3.5-3) unstable; urgency=medium
 
   * Remove python3-nose from build-depends (Closes: #1018474).
diff --git a/debian/control b/debian/control
index 4384de2..f592dc9 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Uploaders:
  Thomas Goirand <zigo@debian.org>,
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
@@ -16,7 +16,7 @@ Build-Depends-Indep:
  python3-pytest,
  python3-tz,
  python3-tzlocal,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-croniter
 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-croniter.git
 Homepage: https://github.com/kiorky/croniter
diff --git a/debian/rules b/debian/rules
index d2cfc34..806e8cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT = https://github.com/kiorky/croniter.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
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..3624445
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/kiorky/croniter/issues
+Bug-Submit: https://github.com/kiorky/croniter/issues/new
+Repository: https://github.com/kiorky/croniter.git
+Repository-Browse: https://github.com/kiorky/croniter

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details