updated debian build to extended nm plugin
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
network-manager-strongswan (4.2.6.2-1) hardy; urgency=low
|
||||
|
||||
* new upstream release supporting private key authentication
|
||||
|
||||
* use --with-charon option to specify charon binary
|
||||
|
||||
-- Martin Willi <[email protected]> Thu, 04 Sep 2008 12:46:52 +0200
|
||||
|
||||
network-manager-strongswan (4.2.6.1-1) hardy; urgency=low
|
||||
|
||||
* fixed path to charon
|
||||
|
||||
-- Martin Willi <[email protected]> Tue, 26 Aug 2008 16:41:00 +0200
|
||||
|
||||
network-manager-strongswan (4.2.6-2) hardy; urgency=low
|
||||
|
||||
* new package based on network-manager-vpnc
|
||||
|
||||
@@ -11,7 +11,6 @@ Build-Depends: cdbs,
|
||||
intltool,
|
||||
libgnomeui-dev,
|
||||
libdbus-glib-1-dev,
|
||||
patchutils
|
||||
Standards-Version: 3.7.3.0
|
||||
|
||||
Package: network-manager-strongswan
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
include /usr/share/cdbs/1/class/autotools.mk
|
||||
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := --with-charon=/usr/lib/ipsec/charon
|
||||
|
||||
makebuilddir/network-manager-vpnc:: debian/stamp-bootstrap
|
||||
|
||||
debian/stamp-bootstrap:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
strongswan-nm (4.2.6.2-1) hardy; urgency=low
|
||||
|
||||
* new upstream release supporting private key authentication
|
||||
|
||||
-- Martin Willi <[email protected]> Thu, 04 Sep 2008 12:50:25 +0200
|
||||
|
||||
strongswan-nm (4.2.6.1-1) hardy; urgency=low
|
||||
|
||||
* new upstream sources with GPL code only
|
||||
|
||||
@@ -19,7 +19,7 @@ build:
|
||||
./configure --disable-aes --disable-des --disable-md5 --disable-sha1 \
|
||||
--disable-sha2 --disable-fips-prf --disable-gmp --disable-stroke \
|
||||
--disable-pluto --disable-tools --disable-updown --enable-openssl \
|
||||
--enable-nm --enable-eap-gtc \
|
||||
--enable-nm --enable-eap-gtc --enable-agent \
|
||||
--sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib
|
||||
$(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)"
|
||||
touch build
|
||||
|
||||
Reference in New Issue
Block a user