]> err.no Git - systemd/commitdiff
Override dh_autoreconf
authorMichael Biebl <biebl@debian.org>
Wed, 3 Aug 2011 12:43:45 +0000 (14:43 +0200)
committerTollef Fog Heen <tfheen@err.no>
Wed, 14 Sep 2011 06:30:52 +0000 (08:30 +0200)
As autoreconf doesn't like intltool, override dh_autoreconf and call
intltoolize and autoreconf ourselves.

debian/changelog
debian/rules

index 0000ca7e5177ea6be812dbe5414c50ca1f7dbc76..faca7eaeba8c7f409747bce4df88aef49f5943cd 100644 (file)
@@ -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 <tfheen@debian.org>  Wed, 14 Sep 2011 08:25:17 +0200
 
index 329c4dd74966e1ae75dd79df76ec9ee7e51e9736..8936fde2a013a445347ff70d1834ec7f2f67bbe7 100755 (executable)
@@ -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