Lintian Fixes - python3-lxc

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 4628c95..0f975c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,16 @@
 python3-lxc (1:3.0.4-2) UNRELEASED; urgency=medium
 
+  [ Gianfranco Costamagna ]
    * Add a simple testsuite to the package, from Ubuntu
 
+  [ Debian Janitor ]
+  * Bump debhelper from old 12 to 13.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Update standards version to 4.6.0, no changes needed.
+
  -- Gianfranco Costamagna <locutusofborg@debian.org>  Thu, 22 Aug 2019 15:31:05 +0200
 
 python3-lxc (1:3.0.4-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 8a0d22e..f24b74a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: python
 Priority: optional
 Maintainer: pkg-lxc <pkg-lxc-devel@lists.alioth.debian.org>
 Uploaders: Pierre-Elliott Bécue <peb@debian.org>
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                dh-python,
                lxc-dev,
                pkg-config,
                python3-all,
                python3-all-dev,
                python3-setuptools
-Standards-Version: 4.4.0
+Standards-Version: 4.6.0
 Homepage: https://linuxcontainers.org/
 Vcs-Git: https://salsa.debian.org/lxc-team/python3-lxc.git
 Vcs-Browser: https://salsa.debian.org/lxc-team/python3-lxc
diff --git a/debian/rules b/debian/rules
index 5e87dbd..8b42686 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,4 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh ${@} --with autoreconf,python3 --buildsystem=pybuild
-
-override_dh_missing:
-	dh_missing --fail-missing
+	dh ${@} --with python3 --buildsystem=pybuild
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..8e665f9
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,3 @@
+---
+Bug-Database: https://github.com/lxc/lxd/issues
+Bug-Submit: https://github.com/lxc/lxd/issues/new

Run locally

More details

Full run details