]> err.no Git - systemd/commitdiff
Copy intltool files instead of symlinking them.
authorMichael Biebl <biebl@debian.org>
Sat, 11 Feb 2012 08:53:53 +0000 (09:53 +0100)
committerTollef Fog Heen <tfheen@err.no>
Sat, 11 Feb 2012 18:50:16 +0000 (19:50 +0100)
debian/changelog
debian/rules

index 741c33f1a7d6fb084858bad75c30a7eee5489238..ba9a4d82307a4e1bbca5f0b4477140ddd2a88c90 100644 (file)
@@ -13,6 +13,7 @@ systemd (40-1) unstable; urgency=low
   * Add packages for libsystemd-journal and libsystemd-id128.
   * Update symbols file for libsystemd-login.
   * Update configure flags, use rootprefix instead of rootdir.
+  * Copy intltool files instead of symlinking them.
 
  -- Tollef Fog Heen <tfheen@debian.org>  Tue, 07 Feb 2012 21:36:34 +0100
 
index f79567c8744b2de1fa8567b597fee8bad0817780..f72163cf1013f3b0d63f8b3b68f1539d676a79b6 100755 (executable)
@@ -31,7 +31,7 @@ override_dh_install:
        dh_install debian/ifup@.service /lib/systemd/system
 
 autoreconf:
-       intltoolize -f
+       intltoolize -f -c
        autoreconf -f -i
 
 override_dh_autoreconf: