From b3af89138abeaed5200a0f97552ed7d498ba234b Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Wed, 26 Jun 2013 21:37:44 +0200 Subject: Update config.{guess,sub} at build time * debian/control: - add build-dep on autotools-dev * debian/rules: - use autotools-dev addon to update config.{guess,sub}. --- debian/changelog | 3 +++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 75279ef1d..2594687e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ strongswan (4.6.4-9) UNRELEASED; urgency=low available there. - switch strongswan package to arch:any because of that change. - update standards version to 3.9.4. + - add build-dep on autotools-dev + * debian/rules: + - use autotools-dev addon to update config.{guess,sub}. -- Yves-Alexis Perez Wed, 26 Jun 2013 21:05:57 +0200 diff --git a/debian/control b/debian/control index 085fb3809..36a02f757 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.2), libtool, libgmp3-dev, hardening-wrapper, libfcgi-dev, clearsilver-dev, libxml2-dev, libsqlite3-dev, network-manager-dev (>= 0.7) [linux-any], libnm-glib-vpn-dev (>= 0.7) [linux-any], libnm-util-dev (>= 0.7) [linux-any], - gperf, libcap-dev [linux-any] + gperf, libcap-dev [linux-any], autotools-dev Homepage: http://www.strongswan.org Package: strongswan diff --git a/debian/rules b/debian/rules index dabf6794a..bca7751bc 100755 --- a/debian/rules +++ b/debian/rules @@ -145,4 +145,4 @@ override_dh_installlogcheck: dh_installlogcheck --name strongswan %: - dh $@ --parallel + dh $@ --parallel --with autotools-dev -- cgit v1.2.3