From: Michael Biebl Date: Thu, 6 Jan 2011 04:26:45 +0000 (+0100) Subject: Use syntax compatible with debhelper v8 X-Git-Tag: 16-1~12 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6a81384db038a8f712e9d4e532beeac05516eef;p=systemd Use syntax compatible with debhelper v8 --- diff --git a/debian/rules b/debian/rules index 3e4c0242..ca220bc3 100755 --- a/debian/rules +++ b/debian/rules @@ -24,4 +24,4 @@ override_dh_install: dh_install -plibpam-systemd debian/pam-configs /usr/share %: - dh --parallel --with autoreconf $@ + dh $@ --parallel --with autoreconf