From 2f80a58830014dde2ee436f658394a9c81b18630 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 3 Aug 2011 14:43:45 +0200 Subject: [PATCH] Override dh_autoreconf As autoreconf doesn't like intltool, override dh_autoreconf and call intltoolize and autoreconf ourselves. --- debian/changelog | 2 ++ debian/rules | 7 +++++++ 2 files changed, 9 insertions(+) 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 -- 2.39.5