From ba57891b98821b8615070c85346e0c73ca4e34c5 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sat, 9 Nov 2019 18:39:37 +0000 Subject: [PATCH] Drop unnecessary dependency on dh-autoconf. Fixes lintian: useless-autoreconf-build-depends See https://lintian.debian.org/tags/useless-autoreconf-build-depends.html for more details. --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6b55104..3c88b85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +subunit (1.3.0-7) UNRELEASED; urgency=medium + + * Drop unnecessary dependency on dh-autoconf. + + -- Debian Janitor Sat, 09 Nov 2019 18:39:29 +0000 + subunit (1.3.0-6) unstable; urgency=medium * Rebuilt source-only. diff --git a/debian/rules b/debian/rules index f8d9733..0cc1b44 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ export OSLO_PACKAGE_VERSION=$(VERSION) UPSTREAM_GIT := https://github.com/testing-cabal/subunit.git %: - dh $@ --with python3,autoreconf + dh $@ --with=python3 export INSTALLDIRS=vendor -- GitLab