summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@corsac.net>2012-07-08 13:39:39 +0200
committerYves-Alexis Perez <corsac@corsac.net>2012-07-08 13:39:39 +0200
commit60d05c0d16bbdec70317d5deac0be56d83c11bed (patch)
tree3b5cfddf52d872ed6ddcb8d0e45d389f199b00f7 /debian
parentb1803f7e71f6647d2824658cf6523d9a071de073 (diff)
downloadvyos-strongswan-60d05c0d16bbdec70317d5deac0be56d83c11bed.tar.gz
vyos-strongswan-60d05c0d16bbdec70317d5deac0be56d83c11bed.zip
upload
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules3
2 files changed, 4 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index f59636bc2..012c84079 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-strongswan (4.6.4-5) UNRELEASED; urgency=low
+strongswan (4.6.4-5) unstable; urgency=low
[ Yves-Alexis Perez ]
* debian/control:
- - and finally libcap-dev linux-any too...
+ - and finally make libcap-dev linux-any too...
- make -ikev1 linux-any since pluto can't be build on FreeBSD.
* debian/rules:
- stop installing logcheck rules manually. closes: #679745
@@ -26,7 +26,7 @@ strongswan (4.6.4-5) UNRELEASED; urgency=low
(thanks to Martin Willi)
* debian/control: Fix Vcs-Browser URL
- -- Laurent Bigonville <bigon@debian.org> Mon, 02 Jul 2012 16:17:38 +0200
+ -- Yves-Alexis Perez <corsac@debian.org> Sat, 07 Jul 2012 14:21:03 +0200
strongswan (4.6.4-4) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 4daf950c1..9df5797ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \
# but it actually doesn't do much, so maybe we don't need it
DEB_BUILD_ARCH_CPU ?=$(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)
ifeq ($(DEB_BUILD_ARCH_CPU),i386)
- CONFIGUREARGS += --enable-padlock
+ CONFIGUREARGS += --enable-padlock
endif
ifeq ($(DEB_BUILD_ARCH_OS),linux)
@@ -47,7 +47,6 @@ ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd)
CONFIGUREARGS += --disable-kernel-netlink \
--enable-kernel-pfkey --enable-kernel-pfroute \
--disable-pluto --with-group=wheel
- #--disable-tools --disable-scripts --disable-pluto --with-group=wheel
endif
override_dh_auto_configure: