debian/0000755000000000000000000000000011763633760007202 5ustar debian/source/0000755000000000000000000000000011762403623010472 5ustar debian/source/format0000644000000000000000000000001411762403623011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000070011763633760011051 0ustar vpnc-scripts (0.1~git20120602-2) unstable; urgency=low * Add Vcs-* fields for the collab-maint git repository. * Move iproute from Depends to Recommends, vpnc-script can work around it if not available. -- Mike Miller Wed, 06 Jun 2012 06:58:46 -0400 vpnc-scripts (0.1~git20120602-1) unstable; urgency=low * Initial release. (Closes: #675131) -- Mike Miller Sat, 02 Jun 2012 08:33:04 -0400 debian/lintian-overrides0000644000000000000000000000011511762403623012550 0ustar # Upstream archive contains no changelog vpnc-scripts: no-upstream-changelog debian/control0000644000000000000000000000207311762740202010574 0ustar Source: vpnc-scripts Section: net Priority: optional Maintainer: Mike Miller DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~) Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/collab-maint/vpnc-scripts.git Vcs-Browser: http://git.debian.org/?p=collab-maint/vpnc-scripts.git Homepage: http://www.infradead.org/openconnect/vpnc-script.html Package: vpnc-scripts Architecture: all Depends: ${misc:Depends}, net-tools Recommends: iproute Suggests: dnsmasq, resolvconf, openssh-server Description: Network configuration scripts for VPNC and OpenConnect This package contains scripts required to configure routing and name services when invoked by the VPNC or OpenConnect Cisco VPN clients. The primary script automatically configures network routes and name servers for the active VPN connection. It also provides hooks for executing custom actions at various stages of the connection and disconnection process. . An alternate replacement script is also provided that contains the VPN in a network namespace which is accessible via SSH. debian/watch0000644000000000000000000000040311762403623010220 0ustar # For now, upstream archives are built from git once a day if needed. # When importing, prefix the archive's date-stamp version with "0.1~git" version=3 opts="uversionmangle=s/^/0.1~git/" \ ftp://ftp.infradead.org/pub/vpnc-scripts/vpnc-scripts-(.*)\.tar.gz debian/copyright0000644000000000000000000000257211762403623011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: vpnc-scripts Upstream-Contact: David Woodhouse Source: git://git.infradead.org/users/dwmw2/vpnc-scripts.git Files: * Copyright: 2009-2012 David Woodhouse License: GPL-2+ Files: vpnc-script Copyright: 2005-2012 Maurice Massar, Jörg Mayer, Antonio Borneo et al. 2009-2012 David Woodhouse License: GPL-2+ Files: debian/* Copyright: 2012 Mike Miller License: GPL-2+ License: GPL-2+ 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 2 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. debian/compat0000644000000000000000000000000211762403623010370 0ustar 7 debian/rules0000755000000000000000000000044311762403623010253 0ustar #!/usr/bin/make -f SCRIPTS = vpnc-script vpnc-script-sshd %: dh $@ override_dh_auto_install: dh_auto_install mkdir -p debian/vpnc-scripts/usr/share/vpnc-scripts cp $(SCRIPTS) debian/vpnc-scripts/usr/share/vpnc-scripts chmod +x debian/vpnc-scripts/usr/share/vpnc-scripts/vpnc-script* debian/README.Debian0000644000000000000000000000071211762403623011233 0ustar Configuration ------------- vpnc-script configures network routes and DNS for the VPN connection. The configuration can be customized at various stages by installing scripts into the following directories: /etc/vpnc/pre-init.d /etc/vpnc/connect.d /etc/vpnc/post-connect.d /etc/vpnc/disconnect.d /etc/vpnc/post-disconnect.d /etc/vpnc/reconnect.d See /usr/share/vpnc-scripts/vpnc-script for the definitions of environment variables.