From: Michael Biebl Date: Sat, 11 Feb 2012 08:42:31 +0000 (+0100) Subject: Add versioned Build-Depends on automake and autoconf X-Git-Tag: 43-1~44 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=196e31e750574ac7d5ee7521c5df9b6d0c2c1b1c;p=systemd Add versioned Build-Depends on automake and autoconf to ensure we have recent enough versions. Closes: #657284 --- diff --git a/debian/changelog b/debian/changelog index 193c0686..f1913680 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 07 Feb 2012 21:36:34 +0100 diff --git a/debian/control b/debian/control index da6f1f2b..da825055 100644 --- a/debian/control +++ b/debian/control @@ -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,