diff options
Diffstat (limited to 'ubuntu/raring/applications/kvpnc')
15 files changed, 0 insertions, 299 deletions
diff --git a/ubuntu/raring/applications/kvpnc/debian/README.Debian b/ubuntu/raring/applications/kvpnc/debian/README.Debian deleted file mode 100644 index b6bc07ea6..000000000 --- a/ubuntu/raring/applications/kvpnc/debian/README.Debian +++ /dev/null @@ -1,32 +0,0 @@ -kvpnc for Debian ----------------- - -kvpnc for Debian uses su-to-root from menu package instead kdesu. - -Howto setup kvpnc for use without root password using sudo: - - * Install sudo - - aptitude install sudo - - * Edit /etc/sudoers - - # Cmnd alias specification - Cmnd_Alias KVPNC = /usr/bin/kvpnc - - # User privilege specification - ALL ALL=NOPASSWD:KVPNC - - * Edit desktop link /usr/share/applications/tde/Internet/kvpnc.desktop - - * replace the folling lines: - - Exec=su-to-root -X -c /usr/bin/kvpnc - X-TDE-SubstituteUID=true - - with: - - Exec=sudo kvpnc - X-TDE-SubstituteUID=false - - -- Fathi Boudra <fboudra@free.fr>, Thu, 18 May 2006 15:17:52 +0100 diff --git a/ubuntu/raring/applications/kvpnc/debian/changelog b/ubuntu/raring/applications/kvpnc/debian/changelog deleted file mode 100644 index f8be4973c..000000000 --- a/ubuntu/raring/applications/kvpnc/debian/changelog +++ /dev/null @@ -1,6 +0,0 @@ -kvpnc-trinity (0.9.6a-1) lucid; urgency=low - - * Initial build - - -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Tue, 06 Dec 2011 12:26:00 -0600 - diff --git a/ubuntu/raring/applications/kvpnc/debian/compat b/ubuntu/raring/applications/kvpnc/debian/compat deleted file mode 100644 index 7ed6ff82d..000000000 --- a/ubuntu/raring/applications/kvpnc/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/ubuntu/raring/applications/kvpnc/debian/control b/ubuntu/raring/applications/kvpnc/debian/control deleted file mode 100644 index ab88969c0..000000000 --- a/ubuntu/raring/applications/kvpnc/debian/control +++ /dev/null @@ -1,22 +0,0 @@ -Source: kvpnc-trinity -Section: tde -Priority: optional -Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> -Uploaders: Fathi Boudra <fabo@debian.org>, Mark Purcell <msp@debian.org> -Build-Depends: cdbs, debhelper (>= 5), quilt, tdelibs14-trinity-dev, libgcrypt11-dev, automake, autoconf, libtool, libltdl-dev -Standards-Version: 3.8.4 - -Package: kvpnc-trinity -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, menu, net-tools, psmisc, tdebase-trinity-bin | gksu | sux, module-init-tools | modutils -Replaces: kvpnc-trinity (<< 4:14.0.0~) -Breaks: kvpnc-trinity (<< 4:14.0.0~) -Suggests: iptables, openssl, openvpn, racoon, vpnc, pptp-linux, openswan, xl2tpd, openct, opensc -Description: vpn clients frontend for TDE - KVpnc is a TDE frontend for various vpn clients. - . - It supports : - * Cisco-compatible VPN client (vpnc) - * IPSec (freeswan, openswan, racoon) - * Point-to-Point Tunneling Protocol (PPTP) client (pptp-linux) - * Virtual Private Network daemon (openvpn) diff --git a/ubuntu/raring/applications/kvpnc/debian/copyright b/ubuntu/raring/applications/kvpnc/debian/copyright deleted file mode 100644 index d6c60aaf4..000000000 --- a/ubuntu/raring/applications/kvpnc/debian/copyright +++ /dev/null @@ -1,65 +0,0 @@ -This package was debianized by Fathi Boudra <fboudra@free.fr> on -Thu, 26 Jan 2006 11:49:10 +0100. - -It was downloaded from http://home.gna.org/kvpnc - -Copyright Holder: Christoph Thielecke <crissi99@gmx.de> - -Copyright for ciscopasswddecoder : - (C) 2005 hal9000 <hal9000@evilscientists.de> - (C) 2005 Maurice Massar <vpnc@unix-ag.uni-kl.de> - (C) 2005 Christoph Thielecke <crissi99@gmx.de> - -Copyright for openvpn-kde-dialogs.pl: - Alon Bar-Lev <alon.barlev@gmail.com> - -kvpnc contains parts of code from klcc project: - Peter Simonsson <psn@linux.se> - -Copyright for kfeedback (user feedback form and mailing utilities) and -parts of code from kdirstat project: - Stefan Hundhammer <sh@suse.de> - -preferencesdialog contains parts of code from konversation project -(konvisettingsdialog.cpp) - (C) 2006 John Tapsell <johnflux@gmail.com> - (C) 2006 Eike Hein <hein@kde.org> - -kfeedback license: - - This package is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This package 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 - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the GNU Lesser General -Public License can be found in `/usr/share/common-licenses/LGPL'. - -kvpnc license: - - This package 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 package 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 package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL-2'. - diff --git a/ubuntu/raring/applications/kvpnc/debian/docs b/ubuntu/raring/applications/kvpnc/debian/docs deleted file mode 100644 index 724e08449..000000000 --- a/ubuntu/raring/applications/kvpnc/debian/docs +++ /dev/null @@ -1,2 +0,0 @@ -README -TODO diff --git a/ubuntu/raring/applications/kvpnc/debian/kvpnc-trinity.1 b/ubuntu/raring/applications/kvpnc/debian/kvpnc-trinity.1 deleted file mode 100644 index 4111d5ff4..000000000 --- a/ubuntu/raring/applications/kvpnc/debian/kvpnc-trinity.1 +++ /dev/null @@ -1,69 +0,0 @@ -.\" Hey, EMACS: -*- nroff -*- -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH KVPNC 1 "novembre 16, 2005" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp <n> insert n+1 empty lines -.\" for manpage-specific macros, see man(7) -.SH NAME -kvpnc \- vpn clients frontend for KDE -.SH SYNOPSIS -.B kvpnc -.RI [ options ] -.br -.SH DESCRIPTION -.\" TeX users may be more comfortable with the \fB<whatever>\fP and -.\" \fI<whatever>\fP escape sequences to invode bold face and italics, -.\" respectively. -\fBkvpnc\fP is a KDE frontend for various vpn clients. -.br -It supports : -.br - * Cisco-compatible VPN client (vpnc) -.br - * IPSec (freeswan, openswan, racoon) -.br - * Point-to-Point Tunneling Protocol (PPTP) client (pptp-linux) -.br - * Virtual Private Network daemon (openvpn) -.SH OPTIONS -All KDE and Qt programs accept some common command\-line options. -.br -Kvpnc has no application\-specific options. -.PP -.TP -\fB\-\-help\fR -Show help about options -.TP -\fB\-\-help\-qt\fR -Show Qt specific options -.TP -\fB\-\-help\-kde\fR -Show KDE specific options -.TP -\fB\-\-help\-all\fR -Show all options -.TP -\fB\-\-author\fR -Show author information -.TP -\fB\-v\fR, \fB\-\-version\fR -Show version information -.TP -\fB\-\-license\fR -Show license information -.SH AUTHOR -kvpnc was written by Christoph Thielecke <crissi99@gmx.de>. -.PP -This manual page was written by Fathi Boudra <fboudra@free.fr>, -for the Debian project (but may be used by others). diff --git a/ubuntu/raring/applications/kvpnc/debian/menu b/ubuntu/raring/applications/kvpnc/debian/menu deleted file mode 100644 index 909adb58a..000000000 --- a/ubuntu/raring/applications/kvpnc/debian/menu +++ /dev/null @@ -1,6 +0,0 @@ -?package(kvpnc):\ - needs="X11"\ - section="Applications/Network/Communication"\ - title="kvpnc"\ - hints="TDE"\ - command="su-to-root -X -c kvpnc" diff --git a/ubuntu/raring/applications/kvpnc/debian/patches/10_su-to-root_usage.diff b/ubuntu/raring/applications/kvpnc/debian/patches/10_su-to-root_usage.diff deleted file mode 100644 index 711bbff74..000000000 --- a/ubuntu/raring/applications/kvpnc/debian/patches/10_su-to-root_usage.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/kvpnc.desktop -+++ b/src/kvpnc.desktop -@@ -18,7 +18,7 @@ - GenericName[xx]=xxVPN Client GUIxx - - Categories=Network;RemoteAccess;TDE;Qt --Exec=kvpnc -+Exec=su-to-root -X -c /opt/trinity/bin/kvpnc - X-TDE-SubstituteUID=true - Icon=kvpnc - Type=Application diff --git a/ubuntu/raring/applications/kvpnc/debian/patches/13_add_kuser_issuperuser.diff b/ubuntu/raring/applications/kvpnc/debian/patches/13_add_kuser_issuperuser.diff deleted file mode 100644 index 0729793b7..000000000 --- a/ubuntu/raring/applications/kvpnc/debian/patches/13_add_kuser_issuperuser.diff +++ /dev/null @@ -1,29 +0,0 @@ -diff --git a/src/main.cpp b/src/main.cpp -index 7c45fcf..b933832 100644 ---- a/src/main.cpp -+++ b/src/main.cpp -@@ -24,6 +24,7 @@ - #include <tdemessagebox.h> - #include <tdemainwindow.h> - #include <kapp.h> -+#include <kuser.h> - - #include <tdelocale.h> - #include <dcopclient.h> -@@ -134,11 +135,11 @@ int main ( int argc, char *argv[] ) - } - else - { --// if (getenv("USER") != TQString("root")) --// { --// KMessageBox::error( 0, I18N_NOOP( "Kvpnc must be started as root!" ) ); --// exit(0); --// } -+ if (getenv("USER") != TQString("root")) -+ { -+ KMessageBox::error( 0, I18N_NOOP( "Kvpnc must be started as root!" ) ); -+ exit(0); -+ } - - TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); - diff --git a/ubuntu/raring/applications/kvpnc/debian/patches/series b/ubuntu/raring/applications/kvpnc/debian/patches/series deleted file mode 100644 index d29c3ca91..000000000 --- a/ubuntu/raring/applications/kvpnc/debian/patches/series +++ /dev/null @@ -1,2 +0,0 @@ -# 10_su-to-root_usage.diff -13_add_kuser_issuperuser.diff diff --git a/ubuntu/raring/applications/kvpnc/debian/rules b/ubuntu/raring/applications/kvpnc/debian/rules deleted file mode 100755 index 759391686..000000000 --- a/ubuntu/raring/applications/kvpnc/debian/rules +++ /dev/null @@ -1,45 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/kde.mk -#include /usr/share/cdbs/1/rules/patchsys-quilt.mk -include /usr/share/cdbs/1/rules/utils.mk - -DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" -DEB_INSTALL_MANPAGES_kvpnc-trinity := debian/kvpnc-trinity.1 - -DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde -DEB_CONFIGURE_MANDIR := /opt/trinity/share/man -DEB_CONFIGURE_PREFIX := /opt/trinity -DEB_CONFIGURE_INFODIR := /opt/trinity/share/info - -cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) - -DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde - -DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) - -makebuilddir/kvpnc-trinity:: - cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in - cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh - $(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist; - touch debian/stamp-cvs-make - -install/kvpnc-trinity:: - # fix script-not-executable - chmod 0755 debian/kvpnc-trinity/opt/trinity/share/apps/kvpnc/ping_check.sh - - # remove uneeded dir - rm -rf debian/kvpnc-trinity/opt/trinity/share/doc/tde/HTML/kvpnc - - # install desktop file in applications - install -D -p -m0644 src/kvpnc.desktop \ - debian/kvpnc-trinity/opt/trinity/share/applications/tde/kvpnc.desktop - -binary-post-install/kvpnc-trinity:: - rm -rf debian/kvpnc-trinity/opt/trinity/share/applnk/ - -clean:: - rm -f config.status config.log - find . -type f -name '*.gmo' | xargs rm -f diff --git a/ubuntu/raring/applications/kvpnc/debian/source/format b/ubuntu/raring/applications/kvpnc/debian/source/format deleted file mode 100644 index 163aaf8d8..000000000 --- a/ubuntu/raring/applications/kvpnc/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/ubuntu/raring/applications/kvpnc/debian/source/options b/ubuntu/raring/applications/kvpnc/debian/source/options deleted file mode 100644 index 72f1f5450..000000000 --- a/ubuntu/raring/applications/kvpnc/debian/source/options +++ /dev/null @@ -1,6 +0,0 @@ -# Use xz instead of gzip -compression = "xz" -compression-level = 9 - -# Don't run differences -diff-ignore = .* diff --git a/ubuntu/raring/applications/kvpnc/debian/watch b/ubuntu/raring/applications/kvpnc/debian/watch deleted file mode 100644 index 5c0ec1d76..000000000 --- a/ubuntu/raring/applications/kvpnc/debian/watch +++ /dev/null @@ -1,2 +0,0 @@ -version=3 -http://download.gna.org/kvpnc/kvpnc-(0.*)\.tar\.bz2 debian svn-upgrade |