summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
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 <corsac@debian.org> 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