Lintian Fixes - python-fixtures

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index e2d6073..0bf8eba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-fixtures (4.0.1-4) UNRELEASED; urgency=medium
+
+  * debian/copyright: use spaces rather than tabs to start continuation lines.
+  * 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>  Mon, 21 Aug 2023 11:35:36 -0000
+
 python-fixtures (4.0.1-3) unstable; urgency=medium
 
   * Cleans better (Closes: #1047498).
diff --git a/debian/control b/debian/control
index b16a3a0..7be9fd2 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,
@@ -15,7 +15,7 @@ Build-Depends:
 Build-Depends-Indep:
  python3-mock,
  python3-testtools,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-fixtures
 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-fixtures.git
 Homepage: https://github.com/testing-cabal/fixtures
diff --git a/debian/copyright b/debian/copyright
index db7e62c..a559af0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,7 @@ License: Apache-2.0-or-BSD
 
 Files: debian/*
 Copyright: (c) 2010-2012, Robert Collins <robertc@robertcollins.net>
-	(c) 2013-2016, Thomas Goirand <zigo@debian.org>
+ 	(c) 2013-2016, Thomas Goirand <zigo@debian.org>
 License: Apache-2.0-or-BSD
 
 License: Apache-2.0-or-BSD
diff --git a/debian/rules b/debian/rules
index 4195704..b5a1f14 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://github.com/testing-cabal/fixtures.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
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..9c1d313
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/testing-cabal/fixtures/issues
+Bug-Submit: https://github.com/testing-cabal/fixtures/issues/new
+Repository-Browse: https://github.com/testing-cabal/fixtures

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details