Lintian Fixes - python-seamicroclient

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 66ed8ce..44e6525 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-seamicroclient (0.4.0+2016.05.20.git.40ee44c664-6) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 10 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Make "Files: *" paragraph the first in the copyright file.
+  * Update standards version to 4.1.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 22 Aug 2023 09:53:45 -0000
+
 python-seamicroclient (0.4.0+2016.05.20.git.40ee44c664-5) unstable; urgency=medium
 
   * Cleans better (Closes: #1048486).
diff --git a/debian/control b/debian/control
index b82f11c..a7388af 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 (= 10),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
@@ -26,7 +26,7 @@ Build-Depends-Indep:
  python3-testtools,
  subunit,
  testrepository,
-Standards-Version: 4.1.0
+Standards-Version: 4.1.1
 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-seamicroclient
 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-seamicroclient.git
 Homepage: https://github.com/seamicro/python-seamicroclient
diff --git a/debian/copyright b/debian/copyright
index 7260b82..71c7283 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,14 +2,14 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: python-seamicroclient
 Source: https://github.com/seamicro/python-seamicroclient
 
-Files: debian/*
-Copyright: (c) 2013, Thomas Goirand <zigo@debian.org>
-License: Apache-2
-
 Files: *
 Copyright: (c) 2013, Rohan Kanade
 License: Apache-2
 
+Files: debian/*
+Copyright: (c) 2013, Thomas Goirand <zigo@debian.org>
+License: Apache-2
+
 License: Apache-2
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
diff --git a/debian/rules b/debian/rules
index ace9775..4679e36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://github.com/seamicro/python-seamicroclient.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 .testrepository build .stestr *.egg-info
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..4eb3a51
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/seamicro/python-seamicroclient/issues
+Bug-Submit: https://github.com/seamicro/python-seamicroclient/issues/new
+Repository-Browse: https://github.com/seamicro/python-seamicroclient

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details