[Pkg-utopia-commits] r1267 - in packages/unstable: .
network-manager-openvpn network-manager-openvpn/debian
network-manager-openvpn/debian/patches network-manager-vpnc
network-manager-vpnc/debian network-manager-vpnc/debian/patches
Soren Hansen
shawarma-guest at alioth.debian.org
Wed Mar 7 23:09:58 CET 2007
Author: shawarma-guest
Date: 2007-03-07 22:09:57 +0000 (Wed, 07 Mar 2007)
New Revision: 1267
Added:
packages/unstable/network-manager-openvpn/
packages/unstable/network-manager-openvpn/debian/
packages/unstable/network-manager-openvpn/debian/changelog
packages/unstable/network-manager-openvpn/debian/compat
packages/unstable/network-manager-openvpn/debian/control
packages/unstable/network-manager-openvpn/debian/copyright
packages/unstable/network-manager-openvpn/debian/docs
packages/unstable/network-manager-openvpn/debian/network-manager-openvpn.postinst
packages/unstable/network-manager-openvpn/debian/patches/
packages/unstable/network-manager-openvpn/debian/patches/01_fix_dbus_signal_name.diff
packages/unstable/network-manager-openvpn/debian/rules
packages/unstable/network-manager-vpnc/
packages/unstable/network-manager-vpnc/debian/
packages/unstable/network-manager-vpnc/debian/changelog
packages/unstable/network-manager-vpnc/debian/compat
packages/unstable/network-manager-vpnc/debian/control
packages/unstable/network-manager-vpnc/debian/copyright
packages/unstable/network-manager-vpnc/debian/docs
packages/unstable/network-manager-vpnc/debian/network-manager-vpnc.postinst
packages/unstable/network-manager-vpnc/debian/patches/
packages/unstable/network-manager-vpnc/debian/patches/01_fix_dbus_signal_name.diff
packages/unstable/network-manager-vpnc/debian/rules
Log:
Initial import of the vpnc and openvpn network-manager plugins.
Added: packages/unstable/network-manager-openvpn/debian/changelog
===================================================================
--- packages/unstable/network-manager-openvpn/debian/changelog 2007-03-07 15:23:50 UTC (rev 1266)
+++ packages/unstable/network-manager-openvpn/debian/changelog 2007-03-07 22:09:57 UTC (rev 1267)
@@ -0,0 +1,13 @@
+network-manager-openvpn (0.3.2svn2342-2) unstable; urgency=low
+
+ * Add proper debhelper snippet to postinst.
+ * Remove redundant cdbs class from rules.
+
+ -- Soren Hansen <sh at linux2go.dk> Wed, 7 Mar 2007 22:43:01 +0100
+
+network-manager-openvpn (0.3.2svn2342-1) unstable; urgency=low
+
+ * Initial upload to Debian (Closes: #368748)
+
+ -- Soren Hansen <sh at linux2go.dk> Tue, 6 Mar 2007 15:50:48 +0100
+
Added: packages/unstable/network-manager-openvpn/debian/compat
===================================================================
--- packages/unstable/network-manager-openvpn/debian/compat 2007-03-07 15:23:50 UTC (rev 1266)
+++ packages/unstable/network-manager-openvpn/debian/compat 2007-03-07 22:09:57 UTC (rev 1267)
@@ -0,0 +1 @@
+5
Added: packages/unstable/network-manager-openvpn/debian/control
===================================================================
--- packages/unstable/network-manager-openvpn/debian/control 2007-03-07 15:23:50 UTC (rev 1266)
+++ packages/unstable/network-manager-openvpn/debian/control 2007-03-07 22:09:57 UTC (rev 1267)
@@ -0,0 +1,18 @@
+Source: network-manager-openvpn
+Section: net
+Priority: optional
+Maintainer: Soren Hansen <sh at linux2go.dk>
+Build-Depends: cdbs, debhelper (>= 5), network-manager-dev, automake1.9, gnome-common, intltool, libgnomeui-dev, libdbus-glib-1-dev, patchutils
+Standards-Version: 3.7.2
+
+Package: network-manager-openvpn
+Architecture: any
+Depends: ${shlibs:Depends}, openvpn
+Description: network management framework (OpenVPN plugin)
+ NetworkManager attempts to keep an active network connection available at
+ all times. It is intended primarily for laptops where it allows easy
+ switching betwen local wireless networks, it's also useful on desktops
+ with a selection of different interfaces to use. It is not intended for
+ usage on servers.
+ .
+ This package provides a VPN plugin for OpenVPN.
Added: packages/unstable/network-manager-openvpn/debian/copyright
===================================================================
--- packages/unstable/network-manager-openvpn/debian/copyright 2007-03-07 15:23:50 UTC (rev 1266)
+++ packages/unstable/network-manager-openvpn/debian/copyright 2007-03-07 22:09:57 UTC (rev 1267)
@@ -0,0 +1,65 @@
+This package was debianized by Soren Hansen <sh at linux2go.dk> on
+Fri, 19 Jan 2007 20:42:50 +0100
+
+It was downloaded from gnome SVN at
+http://svn.gnome.org/svn/NetworkManager/branches/NETWORKMANAGER_0_6_0_RELEASE/vpn-daemons/openvpn
+
+a) auth-dialog/gnome-two-password-dialog.c is Copyright 1999, 2000
+ Eazel, Inc.
+
+b) auth-dialog/gnome-two-password-dialog.h is Copyright 1999, 2000
+ Eazel, Inc, and 2005 Red Hat, Inc.
+
+c) auth-dialog/main.c is Copyright 2004 Red Hat, Inc. and 2005 Tim
+ Niemueller [www.niemueller.de]
+
+d) properties/nm-openvpn.c, src/nm-openvpn-service.[ch], is Copyright
+ 2005 Tim Niemueller <tim at niemueller.de>
+
+e) src/nm-openvpn-service-openvpn-helper.c is Copyright 2005 Red Hat,
+ Inc., and 2005 Tim Niemueller
+
+f) src/nm-utils.[ch] is Copyright 2005 Red Hat, Inc.
+
+g) The packaging is Copyright 2007 Soren Hansen <sh at linux2go.dk>
+
+License of a) and b) is:
+
+The Gnome Library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Library General Public License as
+published by the Free Software Foundation; either version 2 of the
+License, or (at your option) any later version.
+
+The Gnome Library 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
+Library General Public License for more details.
+
+You should have received a copy of the GNU Library General Public
+License along with the Gnome Library; see the file COPYING.LIB. 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/LGPL-2'.
+
+
+
+License of c), d), e), f) and g):
+
+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 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'.
Added: packages/unstable/network-manager-openvpn/debian/docs
===================================================================
--- packages/unstable/network-manager-openvpn/debian/docs 2007-03-07 15:23:50 UTC (rev 1266)
+++ packages/unstable/network-manager-openvpn/debian/docs 2007-03-07 22:09:57 UTC (rev 1267)
@@ -0,0 +1,2 @@
+README
+AUTHORS
Added: packages/unstable/network-manager-openvpn/debian/network-manager-openvpn.postinst
===================================================================
--- packages/unstable/network-manager-openvpn/debian/network-manager-openvpn.postinst 2007-03-07 15:23:50 UTC (rev 1266)
+++ packages/unstable/network-manager-openvpn/debian/network-manager-openvpn.postinst 2007-03-07 22:09:57 UTC (rev 1267)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+ configure)
+ if [ -x "/etc/dbus-1/event.d/25NetworkManager" ]; then
+ /etc/dbus-1/event.d/25NetworkManager restart
+ fi
+ ;;
+esac
+
+#DEBHELPER#
+
+exit 0
Added: packages/unstable/network-manager-openvpn/debian/patches/01_fix_dbus_signal_name.diff
===================================================================
--- packages/unstable/network-manager-openvpn/debian/patches/01_fix_dbus_signal_name.diff 2007-03-07 15:23:50 UTC (rev 1266)
+++ packages/unstable/network-manager-openvpn/debian/patches/01_fix_dbus_signal_name.diff 2007-03-07 22:09:57 UTC (rev 1267)
@@ -0,0 +1,13 @@
+=== modified file 'src/nm-openvpn-service.c'
+--- src/nm-openvpn-service.c 2007-02-14 22:04:42 +0000
++++ src/nm-openvpn-service.c 2007-02-14 22:48:42 +0000
+@@ -1058,7 +1058,7 @@
+ /* Now we can finally try to activate the VPN */
+ if ((openvpn_fd = nm_openvpn_start_openvpn_binary (data, data_items, num_items, password_items, num_passwords)) < 0)
+ {
+- reply = nm_dbus_create_error_message (message, NM_DBUS_INTERFACE_OPENVPN, NM_DBUS_VPN_LAUNCH_FAILED,
++ reply = nm_dbus_create_error_message (message, NM_DBUS_INTERFACE_OPENVPN, NM_DBUS_VPN_SIGNAL_LAUNCH_FAILED,
+ "Failed to run openvpn binary.");
+ goto out;
+ }
+
Added: packages/unstable/network-manager-openvpn/debian/rules
===================================================================
--- packages/unstable/network-manager-openvpn/debian/rules 2007-03-07 15:23:50 UTC (rev 1266)
+++ packages/unstable/network-manager-openvpn/debian/rules 2007-03-07 22:09:57 UTC (rev 1267)
@@ -0,0 +1,23 @@
+#!/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=--bindir=/usr/lib/network-manager-openvpn --libdir=/usr/lib/network-manager-openvpn --disable-static
+
+DEB_DH_MAKESHLIBS_ARGS_network-manager-openvpn := -n
+
+makebuilddir/network-manager-openvpn:: debian/stamp-bootstrap
+
+debian/stamp-bootstrap:
+ NOCONFIGURE=1 ./autogen.sh
+ touch debian/stamp-bootstrap
+
+clean::
+ rm -f aclocal.m4 auth-dialog/Makefile.in compile config.guess \
+ config.h.in config.sub configure depcomp install-sh \
+ intltool-extract.in intltool-merge.in intltool-update.in \
+ ltmain.sh Makefile.in missing mkinstalldirs po/Makefile.in.in \
+ properties/Makefile.in src/Makefile.in debian/stamp-bootstrap
+
Property changes on: packages/unstable/network-manager-openvpn/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/unstable/network-manager-vpnc/debian/changelog
===================================================================
--- packages/unstable/network-manager-vpnc/debian/changelog 2007-03-07 15:23:50 UTC (rev 1266)
+++ packages/unstable/network-manager-vpnc/debian/changelog 2007-03-07 22:09:57 UTC (rev 1267)
@@ -0,0 +1,6 @@
+network-manager-vpnc (0.6.4svn2422-1) unstable; urgency=low
+
+ * Initial upload to Debian (Closes: #362005)
+
+ -- Soren Hansen <sh at linux2go.dk> Wed, 7 Mar 2007 22:45:43 +0100
+
Added: packages/unstable/network-manager-vpnc/debian/compat
===================================================================
--- packages/unstable/network-manager-vpnc/debian/compat 2007-03-07 15:23:50 UTC (rev 1266)
+++ packages/unstable/network-manager-vpnc/debian/compat 2007-03-07 22:09:57 UTC (rev 1267)
@@ -0,0 +1 @@
+5
Added: packages/unstable/network-manager-vpnc/debian/control
===================================================================
--- packages/unstable/network-manager-vpnc/debian/control 2007-03-07 15:23:50 UTC (rev 1266)
+++ packages/unstable/network-manager-vpnc/debian/control 2007-03-07 22:09:57 UTC (rev 1267)
@@ -0,0 +1,19 @@
+Source: network-manager-vpnc
+Section: net
+Priority: optional
+Maintainer: Soren Hansen <sh at linux2go.dk>
+Build-Depends: cdbs, debhelper (>= 5), network-manager-dev, automake1.9, gnome-common, intltool, libgnomeui-dev, libdbus-glib-1-dev, patchutils
+Standards-Version: 3.7.2
+
+Package: network-manager-vpnc
+Architecture: any
+Depends: ${shlibs:Depends}, vpnc
+Description: network management framework (VPNC plugin)
+ NetworkManager attempts to keep an active network connection available at
+ all times. It is intended primarily for laptops where it allows easy
+ switching betwen local wireless networks, it's also useful on desktops
+ with a selection of different interfaces to use. It is not intended for
+ usage on servers.
+ .
+ This package provides a VPN plugin for vpnc, providing easy access Cisco
+ Concentrator based VPN's.
Added: packages/unstable/network-manager-vpnc/debian/copyright
===================================================================
--- packages/unstable/network-manager-vpnc/debian/copyright 2007-03-07 15:23:50 UTC (rev 1266)
+++ packages/unstable/network-manager-vpnc/debian/copyright 2007-03-07 22:09:57 UTC (rev 1267)
@@ -0,0 +1,62 @@
+This package was debianized by Soren Hansen <sh at linux2go.dk> on
+Fri, 19 Jan 2007 20:42:58 +0100
+
+It was downloaded from gnome SVN at
+http://svn.gnome.org/svn/NetworkManager/branches/NETWORKMANAGER_0_6_0_RELEASE/vpn-daemons/vpnc
+
+a) auth-dialog/gnome-two-password-dialog.c is Copyright
+ 1999, 2000 Eazel, Inc.
+
+b) auth-dialog/gnome-two-password-dialog.h is Copyright
+ 1999, 2000 Eazel, Inc., Copyright 2005, Red Hat, Inc.
+
+c) auth-dialog/main.c is Copyright 2004 Red Hat, Inc.
+
+d) properties/nm-vpnc.c is Copyright 2005 David Zeuthen
+ <davidz at redhat.com>
+
+e) src/nm-utils.[ch], src/nm-vpnc-service-vpnc-helper.c,
+ src/nm-vpnc-service.[ch] is Copyright 2005 Red Hat, Inc.
+
+f) The packaging is Copyright 2007 Soren Hansen <sh at linux2go.dk>
+
+License of a) and b) is:
+
+The Gnome Library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Library General Public License as
+published by the Free Software Foundation; either version 2 of the
+License, or (at your option) any later version.
+
+The Gnome Library 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
+Library General Public License for more details.
+
+You should have received a copy of the GNU Library General Public
+License along with the Gnome Library; see the file COPYING.LIB. 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/LGPL-2'.
+
+
+
+License of b), c), d), e), and f) is:
+
+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 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'.
Added: packages/unstable/network-manager-vpnc/debian/docs
===================================================================
--- packages/unstable/network-manager-vpnc/debian/docs 2007-03-07 15:23:50 UTC (rev 1266)
+++ packages/unstable/network-manager-vpnc/debian/docs 2007-03-07 22:09:57 UTC (rev 1267)
@@ -0,0 +1,2 @@
+README
+AUTHORS
Added: packages/unstable/network-manager-vpnc/debian/network-manager-vpnc.postinst
===================================================================
--- packages/unstable/network-manager-vpnc/debian/network-manager-vpnc.postinst 2007-03-07 15:23:50 UTC (rev 1266)
+++ packages/unstable/network-manager-vpnc/debian/network-manager-vpnc.postinst 2007-03-07 22:09:57 UTC (rev 1267)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+ configure)
+ if [ -x "/etc/dbus-1/event.d/25NetworkManager" ]; then
+ /etc/dbus-1/event.d/25NetworkManager restart
+ fi
+ ;;
+esac
+
+#DEBHELPER#
+
+exit 0
Property changes on: packages/unstable/network-manager-vpnc/debian/network-manager-vpnc.postinst
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/unstable/network-manager-vpnc/debian/patches/01_fix_dbus_signal_name.diff
===================================================================
--- packages/unstable/network-manager-vpnc/debian/patches/01_fix_dbus_signal_name.diff 2007-03-07 15:23:50 UTC (rev 1266)
+++ packages/unstable/network-manager-vpnc/debian/patches/01_fix_dbus_signal_name.diff 2007-03-07 22:09:57 UTC (rev 1267)
@@ -0,0 +1,13 @@
+=== modified file 'src/nm-vpnc-service.c'
+--- src/nm-vpnc-service.c 2007-02-16 11:09:42 +0000
++++ src/nm-vpnc-service.c 2007-02-16 12:06:01 +0000
+@@ -632,7 +632,7 @@
+ /* Now we can finally try to activate the VPN */
+ if ((vpnc_fd = nm_vpnc_start_vpnc_binary (data)) < 0)
+ {
+- reply = nm_dbus_create_error_message (message, NM_DBUS_INTERFACE_VPNC, NM_DBUS_VPN_LAUNCH_FAILED,
++ reply = nm_dbus_create_error_message (message, NM_DBUS_INTERFACE_VPNC, NM_DBUS_VPN_SIGNAL_LAUNCH_FAILED,
+ "Failed to run vpnc binary.");
+ goto out;
+ }
+
Added: packages/unstable/network-manager-vpnc/debian/rules
===================================================================
--- packages/unstable/network-manager-vpnc/debian/rules 2007-03-07 15:23:50 UTC (rev 1266)
+++ packages/unstable/network-manager-vpnc/debian/rules 2007-03-07 22:09:57 UTC (rev 1267)
@@ -0,0 +1,23 @@
+#!/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=--bindir=/usr/lib/network-manager-vpnc --libdir=/usr/lib/network-manager-vpnc --disable-static
+
+DEB_DH_MAKESHLIBS_ARGS_network-manager-vpnc := -n
+
+makebuilddir/network-manager-vpnc:: debian/stamp-bootstrap
+
+debian/stamp-bootstrap:
+ NOCONFIGURE=1 ./autogen.sh
+ touch debian/stamp-bootstrap
+
+clean::
+ rm -f aclocal.m4 auth-dialog/Makefile.in compile config.guess \
+ config.h.in config.sub configure depcomp install-sh \
+ intltool-extract.in intltool-merge.in intltool-update.in \
+ ltmain.sh Makefile.in missing mkinstalldirs po/Makefile.in.in \
+ properties/Makefile.in src/Makefile.in debian/stamp-bootstrap
+
Property changes on: packages/unstable/network-manager-vpnc/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-utopia-commits
mailing list