]> err.no Git - systemd/commitdiff
Add versioned Build-Depends on automake and autoconf
authorMichael Biebl <biebl@debian.org>
Sat, 11 Feb 2012 08:42:31 +0000 (09:42 +0100)
committerTollef Fog Heen <tfheen@err.no>
Sat, 11 Feb 2012 18:48:32 +0000 (19:48 +0100)
to ensure we have recent enough versions. Closes: #657284

debian/changelog
debian/control

index 193c06863a3b6c2028298277770aa876982956ff..f1913680121c29780e69a792472d6d28e8d06c3d 100644 (file)
@@ -8,6 +8,8 @@ systemd (40-1) unstable; urgency=low
   * Add Build-Depends on liblzma-dev for journal log compression.
   * Add Build-Depends on libgee-dev, required to build systemadm.
   * Bump Standards-Version to 3.9.2. No further changes.
+  * Add versioned Build-Depends on automake and autoconf to ensure we have
+    recent enough versions. Closes: #657284
 
  -- Tollef Fog Heen <tfheen@debian.org>  Tue, 07 Feb 2012 21:36:34 +0100
 
index da6f1f2b4177b2a33ec19b98a0b0de227686fd4e..da82505539012e4c035b68b33373d8fdf7c5420c 100644 (file)
@@ -22,6 +22,8 @@ Build-Depends: debhelper (>= 7.0.50),
                libnotify-dev (>= 0.7.0),
                libaudit-dev,
                dh-autoreconf,
+               automake (>= 1.11),
+               autoconf (>= 2.63),
                intltool,
                libcryptsetup-dev (>= 2:1.2.0),
                libwrap0-dev,