debian/0000755000000000000000000000000011762072741007175 5ustar debian/prerm0000644000000000000000000000072211736546005010246 0ustar #! /bin/sh # # This is the prerm script for the Debian GNU/Linux l2tp-ipsec-vpn-daemon package # # Written by Werner Jaeger # set -e if [ "$1" = "remove" ] ; then # if daemon is running try to terminate it invoke-rc.d l2tp-ipsec-vpn-daemon stop || true # Remove runtime directory rm -rf /var/run/L2tpIPsecVpnControlDaemon fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/copyright0000644000000000000000000000216211761336703011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: L2TP IPsec VPN Daemon Upstream-Contact: Werner Jaeger Source: https://launchpad.net/l2tp-ipsec-vpn Files: * Copyright: Copyright 2011 Werner Jaeger License: GPL-3+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-3' file. debian/watch0000644000000000000000000000025211736546005010225 0ustar # http://wiki.debian.org/debian/watch/ version=3 http://launchpad.net/l2tp-ipsec-vpn/+download https://launchpad.net/l2tp-ipsec-vpn/.*/l2tp-ipsec-vpn-daemon_(.+).tar.gz debian/control0000644000000000000000000000135411761336703010603 0ustar Source: l2tp-ipsec-vpn-daemon Section: net Priority: optional Maintainer: Werner Jaeger Build-Depends: debhelper (>= 8.0), libqt4-dev (>= 4.6.2), qt4-qmake (>= 4.6.2) Standards-Version: 3.9.3 Homepage: https://launchpad.net/l2tp-ipsec-vpn Package: l2tp-ipsec-vpn-daemon Architecture: linux-any Depends: openswan (>= 2.6.23), xl2tpd (>= 1.2.5), ${misc:Depends}, ${shlibs:Depends} Description: daemon for L2tpIPsecVpn GUI This daemon is exclusively used by the L2TP over IPsec Manager GUI application in order to execute openswan and xl2tp commands as root on behalf of the GUI client. . This daemon is only useful in combination with the GUI client installed with the l2tp-ipsec-vpn package. debian/changelog0000644000000000000000000000360411762072606011052 0ustar l2tp-ipsec-vpn-daemon (0.9.9-1) unstable; urgency=low * New upstream release - init script is now usable for various linux distributions, not only for debian/ubuntu - to be compatible with more linux distributions use service command instead of invoke-rc.d command to start and stop runlevel services - fixed FTBFS because gcc-4.7 no longer includes unistd.h -- Werner Jaeger Mon, 21 May 2012 09:26:48 +0200 l2tp-ipsec-vpn-daemon (0.9.8-1.1) unstable; urgency=low * Non-maintainer upload. * Fix "FTBFS: src/VpnClientConnection.cpp:167:60: error: '::chown' has not been declared": add patch from Paul Tagliamonte (missing includes). (Closes: #672042) -- gregor herrmann Mon, 21 May 2012 21:08:43 +0200 l2tp-ipsec-vpn-daemon (0.9.8-1) unstable; urgency=low * New upstream release - new commands CMD_WRITE_CONNECTIONNAME_INFO and CMD_WRITE_DEFAULT_GATEWAY_INFO -- Werner Jaeger Mon, 12 Mar 2012 14:42:11 +0100 l2tp-ipsec-vpn-daemon (0.9.7-1) unstable; urgency=low * adapted to precise distribution -- Werner Jaeger Thu, 2 Mar 2012 08:50:19 +0200 l2tp-ipsec-vpn-daemon (0.9.6-2) unstable; urgency=low * debian/copyright: - empty lines must be escaped by representing them by a space followed by a dot -- Werner Jaeger Fri, 23 Sep 2011 08:15:29 +0200 l2tp-ipsec-vpn-daemon (0.9.6-1) unstable; urgency=low * New upstream release - Makefile: o added clobber and uninstall target * debian/control: - Changed architecture from any to linux-any (Closes: #639434) -- Werner Jaeger Sun, 28 Aug 2011 12:35:41 +0200 l2tp-ipsec-vpn-daemon (0.9.5-1) unstable; urgency=low * Initial release. (Closes: #602505) -- Werner Jaeger Wed, 3 Aug 2011 07:40:51 +0200 debian/rules0000755000000000000000000000034711736546005010261 0ustar #!/usr/bin/make -f export DH_VERBOSE=1 export INSTALL_ROOT=$(CURDIR)/debian/l2tp-ipsec-vpn-daemon %: dh $@ override_dh_installchangelogs: dh_installchangelogs changelog override_dh_installinit: dh_installinit --onlyscripts debian/compat0000644000000000000000000000000111761336703010372 0ustar 8debian/source/0000755000000000000000000000000011736546005010475 5ustar debian/source/format0000644000000000000000000000001411736546005011703 0ustar 3.0 (quilt)