From: Michael Biebl Date: Wed, 3 Aug 2011 12:43:45 +0000 (+0200) Subject: Override dh_autoreconf X-Git-Tag: 36-1~19 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f80a58830014dde2ee436f658394a9c81b18630;p=systemd Override dh_autoreconf As autoreconf doesn't like intltool, override dh_autoreconf and call intltoolize and autoreconf ourselves. --- diff --git a/debian/changelog b/debian/changelog index 0000ca7e..faca7eae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ systemd (35-1) UNRELEASED; urgency=low with ACL support. * Split libsystemd-login and libsystemd-daemon into separate binary packages. + * As autoreconf doesn't like intltool, override dh_autoreconf and call + intltoolize and autoreconf ourselves. -- Tollef Fog Heen Wed, 14 Sep 2011 08:25:17 +0200 diff --git a/debian/rules b/debian/rules index 329c4dd7..8936fde2 100755 --- a/debian/rules +++ b/debian/rules @@ -29,5 +29,12 @@ override_dh_install: dh_install -plibpam-systemd debian/pam-configs /usr/share dh_install debian/ifup@.service /lib/systemd/system +autoreconf: + intltoolize -f + autoreconf -f -i + +override_dh_autoreconf: + dh_autoreconf debian/rules -- autoreconf + %: dh $@ --parallel