diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2013-06-26 21:37:44 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2013-06-26 21:37:44 +0200 |
commit | b3af89138abeaed5200a0f97552ed7d498ba234b (patch) | |
tree | 2217d7171c62978d33c909031a41f9a289188842 /debian/control | |
parent | 90be687b22ec146050c59a0797679ff627b33cb3 (diff) | |
download | vyos-strongswan-b3af89138abeaed5200a0f97552ed7d498ba234b.tar.gz vyos-strongswan-b3af89138abeaed5200a0f97552ed7d498ba234b.zip |
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}.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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 |