diff --git a/debian/changelog b/debian/changelog index a881041be527f9987de50e3ac7334aea609ea8a8..b36f7af197df4760d6827a5db626028e5a97ae32 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 83010aafac1c1b025999bbde778a61688183c2fa..9cab4ad344c57bee3baf4712fc237b0308f43c11 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)