From 1f91c0a7a28f15dc3e60a31f09152db3a0782772 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sun, 5 Jan 2020 06:32:53 +0000 Subject: [PATCH] Use dh $@ sequencer. Fixes lintian: no-dh-sequencer See https://lintian.debian.org/tags/no-dh-sequencer.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 a881041..b36f7af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +talloc (2.3.0-4) UNRELEASED; urgency=medium + + * Use dh $@ sequencer. + + -- Debian Janitor Sun, 05 Jan 2020 06:32:44 +0000 + talloc (2.3.0-3) unstable; urgency=medium [ Jelmer Vernooij ] diff --git a/debian/rules b/debian/rules index 83010aa..9cab4ad 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ conf_args += --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) conf_args += -v %: - dh $* --with python3 + dh $@ --with python3 override_dh_auto_configure: LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" ./configure $(conf_args) -- GitLab