--- network-manager-openvpn-0.7.999.orig/debian/network-manager-openvpn.install +++ network-manager-openvpn-0.7.999/debian/network-manager-openvpn.install @@ -0,0 +1,3 @@ +etc +usr/lib/NetworkManager/nm-openvpn-service +usr/lib/NetworkManager/nm-openvpn-service-openvpn-helper --- network-manager-openvpn-0.7.999.orig/debian/rules +++ network-manager-openvpn-0.7.999/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +DEB_CONFIGURE_LIBEXECDIR := "\$$(prefix)/lib/NetworkManager" + +DEB_CONFIGURE_EXTRA_FLAGS := --disable-static + +DEB_DH_MAKESHLIBS_ARGS_ALL := -X/usr/lib/NetworkManager/ + +DEB_DH_INSTALL_SOURCEDIR := debian/tmp + --- network-manager-openvpn-0.7.999.orig/debian/docs +++ network-manager-openvpn-0.7.999/debian/docs @@ -0,0 +1,2 @@ +README +AUTHORS --- network-manager-openvpn-0.7.999.orig/debian/README.source +++ network-manager-openvpn-0.7.999/debian/README.source @@ -0,0 +1,3 @@ +This package uses the quilt patch management system. + +Please refer to /usr/share/doc/quilt/README.source for further information. --- network-manager-openvpn-0.7.999.orig/debian/network-manager-openvpn.postinst +++ network-manager-openvpn-0.7.999/debian/network-manager-openvpn.postinst @@ -0,0 +1,19 @@ +#!/bin/sh + +set -e + +case "$1" in + configure) + if [ -x "/etc/init.d/dbus" ]; then + if [ -x /usr/sbin/invoke-rc.d ]; then + invoke-rc.d dbus force-reload || true + else + /etc/init.d/dbus force-reload || true + fi + fi + ;; +esac + +#DEBHELPER# + +exit 0 --- network-manager-openvpn-0.7.999.orig/debian/copyright +++ network-manager-openvpn-0.7.999/debian/copyright @@ -0,0 +1,63 @@ +This package was debianized by Soren Hansen on +Fri, 19 Jan 2007 20:42:50 +0100 + +It was downloaded from +http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/ + + +auth-dialog/gnome-two-password-dialog.[ch] + +Copyright: + + Copyright (C) 1999, 2000 Eazel, Inc. + Copyright (C) 2005, Red Hat, Inc. + +License: + + 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'. + + + +All other files are licensed as following + +Copyright: + + Copyright (C) 2004 - 2008 Red Hat, Inc. + Copyright (C) 2008 Dan Williams + Copyright (C) 2008 Tambet Ingo + Copyright (C) 2005 Tim Niemueller + +License: + + 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'. --- network-manager-openvpn-0.7.999.orig/debian/changelog +++ network-manager-openvpn-0.7.999/debian/changelog @@ -0,0 +1,136 @@ +network-manager-openvpn (0.7.999-2) unstable; urgency=low + + * Upload to unstable. + + -- Michael Biebl Wed, 27 Jan 2010 00:49:41 +0100 + +network-manager-openvpn (0.7.999-1) experimental; urgency=low + + * New upstream release (0.8 RC3). + * debian/control + - Bump Build-Depends on libnm-* packages to (>= 0.7.999). + - Bump Build-Depends on libdbus-glib-1-dev to (>= 0.74). + * debian/patches/03_allow_servercert_override.diff + - Drop, does no longer apply and has been disabled for quite a while. + + -- Michael Biebl Sat, 23 Jan 2010 01:07:20 +0100 + +network-manager-openvpn (0.7.2-1) unstable; urgency=low + + [ Soren Hansen ] + * Remove myself from Uploaders. + + [ Michael Biebl ] + * New upstream release. + * debian/control + - Bump build dependencies on nm packages to (>= 0.7.2). + - Bump Standards-Version to 3.8.3. No further changes. + + -- Michael Biebl Fri, 27 Nov 2009 10:12:21 +0100 + +network-manager-openvpn (0.7.1-1) unstable; urgency=low + + * New upstream release. + * Bump Standards-Version to 3.8.1. No further changes. + + -- Michael Biebl Thu, 16 Apr 2009 16:50:50 +0200 + +network-manager-openvpn (0.7.0.99-1) unstable; urgency=low + + * New upstream release (0.7.1 rc3). + + -- Michael Biebl Thu, 05 Mar 2009 13:35:17 +0100 + +network-manager-openvpn (0.7.0.97-1) unstable; urgency=low + + * New upstream release. + * debian/patches/01_dbus_policy.patch + - Removed, merged upstream. + * debian/control + - Drop libgnomeui-dev from Build-Depends, no longer required. + + -- Michael Biebl Wed, 25 Feb 2009 10:43:09 +0100 + +network-manager-openvpn (0.7.0-2) experimental; urgency=low + + * debian/control + - Wrap build dependencies. + - Bump build dependency on debhelper to (>= 7). + * debian/compat + - Bump to debhelper v7 compat mode. + * debian/patches/01_dbus_policy.patch + - Remove bare send_interface. (Closes: #510730) + * debian/rules + - Include gnome.mk cdbs class instead of autotools.mk. + + -- Michael Biebl Sat, 14 Feb 2009 13:50:13 +0100 + +network-manager-openvpn (0.7.0-1) experimental; urgency=low + + * New upstream release. + * debian/control + - Add Vcs-* fields pointing to the Subversion repository of the package. + - Bump Standards-Version to 3.8.0. Add REAME.source as recommended by the + new policy. + - Fix GNOME spelling error in the package description. + - Set Utopia Maintenance Team as Maintainer, add myself and Soren to + Uploaders. + - Add Homepage: field. + - Update build dependencies. + - Bump dependency on openvpn to (>= 2.1~rc9) for the --script-security + option. + * debian/rules + - Do not run autogen.sh, the upstream tarball contains a proper build + system now. + - Install plugins into /usr/lib/NetworkManager, so NetworkManager can find + them. + * debian/*.install + - Update accordingly. + * Switch patch management system to quilt. + * Drop obsolete patches + - debian/patches/01_fix_dbus_signal_name.diff + - debian/patches/02_fix_wrong_awk_path.diff + - debian/patches/07_nm-openvpn-server-name.diff + * Disable patches which do not apply cleanly anymore + - debian/patches/03_allow_servercert_override.diff + - debian/patches/04_increase_timeout.diff + - debian/patches/06_pull_dns_domain.diff + * debian/network-manager-openvpn.postinst + - Do no longer restart NetworkManager, only tell dbus to reload the config + files. + * debian/watch + - Add watch file which allows to track new upstream releases. + * debian/copyright + - Revised and updated. + + -- Michael Biebl Mon, 15 Dec 2008 21:15:16 +0100 + +network-manager-openvpn (0.3.2svn2855-1) unstable; urgency=low + + * New SVN checkout (Closes: #444907) + * Fixed wrong awk path (Closes: #421381) + * Added libnm-util-dev to build-depends (Closes: #441188) + * Split package into n-m-o and n-m-o-gnome (added Replaces and + Conflicts accordingly) (Closes: #425126) + * Pick up patches from Ubuntu (Thanks to Philipp Kern for collecting these!) + - 03_allow_servercert_override.diff + + Allow the user to turn off the check for a proper nsCertType=server + extension bit set in the server's certificate. + - 04_increase_timeout.diff + + Increased the timeout before openvpn gets killed forcefully from 5s to + 15s. + - 06_pull_dns_domain.diff + + Pull DNS domain setting from remote OpenVPN server. + * 06_pull_dns_domain.diff + - Don't crash if the server doesn't provide us with a DNS domain. + * Use /etc/init.d/network-manager instead of + /etc/dbus/event.d/25NetworkManager. + + -- Soren Hansen Tue, 02 Oct 2007 12:30:00 +0200 + +network-manager-openvpn (0.3.2svn2342-1) unstable; urgency=low + + * Initial upload to Debian (Closes: #368748) + + -- Soren Hansen Tue, 6 Mar 2007 15:50:48 +0100 + --- network-manager-openvpn-0.7.999.orig/debian/network-manager-openvpn-gnome.install +++ network-manager-openvpn-0.7.999/debian/network-manager-openvpn-gnome.install @@ -0,0 +1,6 @@ +usr/lib/NetworkManager/*.so* +usr/lib/NetworkManager/nm-openvpn-auth-dialog +usr/share/applications/nm-openvpn.desktop +usr/share/gnome-vpn-properties +usr/share/locale +usr/share/icons --- network-manager-openvpn-0.7.999.orig/debian/compat +++ network-manager-openvpn-0.7.999/debian/compat @@ -0,0 +1 @@ +7 --- network-manager-openvpn-0.7.999.orig/debian/watch +++ network-manager-openvpn-0.7.999/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://download.gnome.org/sources/NetworkManager-openvpn/([\d\.]+)/NetworkManager-openvpn-(.*)\.tar\.gz --- network-manager-openvpn-0.7.999.orig/debian/control +++ network-manager-openvpn-0.7.999/debian/control @@ -0,0 +1,51 @@ +Source: network-manager-openvpn +Section: net +Priority: optional +Maintainer: Utopia Maintenance Team +Uploaders: Michael Biebl +Build-Depends: + cdbs, + debhelper (>= 7), + network-manager-dev (>= 0.7.999), + libnm-util-dev (>= 0.7.999), + libnm-glib-dev (>= 0.7.999), + libnm-glib-vpn-dev (>= 0.7.999), + intltool, + libdbus-glib-1-dev (>= 0.74), + libgnome-keyring-dev, + libgtk2.0-dev, + libgconf2-dev, + libglib2.0-dev, + libglade2-dev, + quilt +Standards-Version: 3.8.3 +Vcs-Svn: svn://svn.debian.org/pkg-utopia/packages/unstable/network-manager-openvpn/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-openvpn/ +Homepage: http://www.gnome.org/projects/NetworkManager/ + +Package: network-manager-openvpn +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, openvpn (>= 2.1~rc9) +Description: network management framework (OpenVPN plugin core) + 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. + +Package: network-manager-openvpn-gnome +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, network-manager-openvpn (= ${binary:Version}) +Replaces: network-manager-openvpn (<< 0.3.2svn2855-1) +Conflicts: network-manager-openvpn (<< 0.3.2svn2855-1) +Description: network management framework (OpenVPN plugin GNOME GUI) + 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 the GNOME bits of NetworkManager's OpenVPN plugin. + --- network-manager-openvpn-0.7.999.orig/debian/patches/series +++ network-manager-openvpn-0.7.999/debian/patches/series @@ -0,0 +1 @@ +# Debian patches for network-manager-openvpn