Lintian Fixes - python-cotyledon

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index da4b630..5234ea1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,16 @@
 python-cotyledon (1.7.3-3) UNRELEASED; urgency=medium
 
+  [ Ondřej Nový ]
   * Bump Standards-Version to 4.4.1.
 
+  [ Debian Janitor ]
+  * Bump debhelper from old 10 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.
+
  -- Ondřej Nový <onovy@debian.org>  Fri, 19 Jul 2019 16:18:31 +0200
 
 python-cotyledon (1.7.3-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 2258302..7d7a28a 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 (>= 92~),
  python3-all,
@@ -25,7 +25,7 @@ Build-Depends-Indep:
  python3-testtools,
  subunit,
  testrepository,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-cotyledon
 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-cotyledon.git
 Homepage: https://github.com/sileht/cotyledon
diff --git a/debian/rules b/debian/rules
index fbfbbb9..dcfeb3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/openstack-pkg-tools/pkgos.make
 export SETUPTOOLS_SCM_PRETEND_VERSION=$(shell dpkg-parsechangelog -SVersion | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/' -e 's/+dfsg1//' | head -n 1)
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
+	dh $@ --buildsystem=pybuild --with python3,sphinxdoc
 
 override_dh_auto_clean:
 	rm -rf build .stestr
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..c90abf2
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/sileht/cotyledon/issues
+Bug-Submit: https://github.com/sileht/cotyledon/issues/new
+Repository: https://github.com/sileht/cotyledon.git
+Repository-Browse: https://github.com/sileht/cotyledon

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package python-cotyledon-doc

No differences were encountered between the control files of package python3-cotyledon

Run locally

More details

Full run details