From f1bbb982ef6f167a95f213a626106f63527290dc Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sat, 5 Oct 2019 20:04:51 +0000 Subject: [PATCH 1/2] Bump debhelper from old 10 to 12. + Replace python_distutils buildsystem with pybuild. Fixes lintian: package-uses-old-debhelper-compat-version See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details. --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 01fdbac..397f094 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-testtools (2.3.0-7) UNRELEASED; urgency=medium + + * Bump debhelper from old 10 to 12. + + -- Debian Janitor Sat, 05 Oct 2019 20:04:45 +0000 + python-testtools (2.3.0-6) unstable; urgency=medium [ Mattia Rizzolo ] diff --git a/debian/control b/debian/control index 464f8f3..52137d0 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Thomas Goirand , Jelmer Vernooij , Build-Depends: - debhelper-compat (= 10), + debhelper-compat (= 12), dh-python, openstack-pkg-tools (>= 99~), python3-sphinx, diff --git a/debian/rules b/debian/rules index 9f7d2ec..4569178 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export http_proxy=http://127.0.0.1:9 export https_proxy=http://127.0.0.1:9 %: - dh $@ --buildsystem=python_distutils --with python3,sphinxdoc + dh $@ --buildsystem=pybuild --with python3,sphinxdoc override_dh_auto_clean: rm -rf build -- GitLab From 2c2a11521de376def15bd332159fae2d5641915f Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sat, 5 Oct 2019 20:05:07 +0000 Subject: [PATCH 2/2] Set upstream metadata fields: Repository. Fixes lintian: upstream-metadata-file-is-missing See https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html for more details. --- debian/changelog | 1 + debian/upstream/metadata | 1 + 2 files changed, 2 insertions(+) create mode 100644 debian/upstream/metadata diff --git a/debian/changelog b/debian/changelog index 397f094..31e2fa4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-testtools (2.3.0-7) UNRELEASED; urgency=medium * Bump debhelper from old 10 to 12. + * Set upstream metadata fields: Repository. -- Debian Janitor Sat, 05 Oct 2019 20:04:45 +0000 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..ab48554 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1 @@ +Repository: https://github.com/testing-cabal/testtools -- GitLab