--- network-manager-openvpn-0.8.orig/aclocal.m4 +++ network-manager-openvpn-0.8/aclocal.m4 @@ -0,0 +1 @@ +# empty file --- network-manager-openvpn-0.8.orig/debian/changelog +++ network-manager-openvpn-0.8/debian/changelog @@ -0,0 +1,306 @@ +network-manager-openvpn (0.8-0ubuntu3) lucid; urgency=low + + * Recommends network-manager-openvpn-kde instead of network-manager-kde + - Closes LP: #562985 + + -- Anthony Mercatante Wed, 14 Apr 2010 14:34:46 +0200 + +network-manager-openvpn (0.8-0ubuntu2) lucid; urgency=low + + * Recommend network-manager-openvpn-gnome or network-manager-kde for + network-manager-openvpn, so that so UI gets installed (LP: #516854) + - update debian/control + * Have network-manager-openvpn-gnome depend on network-manager-openvpn, + otherwise it's useless (no backend installed) (LP: #534218) + - update debian/control + + -- Mathieu Trudel Fri, 09 Apr 2010 11:17:11 -0400 + +network-manager-openvpn (0.8-0ubuntu1) lucid; urgency=low + + * upstream release 0.8 + - core: add tls-remote support (bgo #455142) + - export: fix tls-auth export + - import/export: handle 'port' and 'rport' correctly (bgo #604329) (LP: #443174) + - build: disable .desktop file for now + - core: handle remote VPN peer correctly in shared key mode too (bgo #606998) + * bump build-depends to >= 0.8 to build with 0.8 final. + - update debian/control + * don't install nm-openvpn.desktop, it's not being built + - update debian/network-manager-openvpn.install + * don't install the associated mime-type icon either + - update debian/network-manager-openvpn-gnome.install + + -- Mathieu Trudel Fri, 19 Feb 2010 08:58:49 -0500 + +network-manager-openvpn (0.8~rc1-0ubuntu2) lucid; urgency=low + + * Split out GNOME UI parts into separate package, save space for + Kubuntu, Closes LP: #158856 + + -- Jonathan Riddell Mon, 01 Feb 2010 20:47:44 +0000 + +network-manager-openvpn (0.8~rc1-0ubuntu1) lucid; urgency=low + + * upstream release tagged 0.7.997 (NM 0.8~rc1) + + 0.7.997 + - export: implement export and fix a few import/export bugs (LP: #264144) + - tls: handle PEM files without an ending newline (rh #507315) + - export: implement export for static-key configurations (bgo #573986) + * Add logic to map ~rc1 to 0.7.997 tag, as per the main NM branch. + * Bump build-deps to require NM 0.8~rc1. + * Update Standards-Version to 3.8.3. + + -- Mathieu Trudel Tue, 22 Dec 2009 13:55:04 -0500 + +network-manager-openvpn (0.8~a~git.20091008t123607.7c184a9-0ubuntu1) karmic; urgency=low + + * new upstream snapshot 2009-10-08 12:36:07 (GMT) + + 7c184a9866daa5edd5015e0b675ca8d694b178ec + - core: ensure clear error argument during validation (bgo #597593) + + -- Alexander Sack Wed, 14 Oct 2009 23:58:06 +0200 + +network-manager-openvpn (0.8~a~git.20090928t200041.5576f56-0ubuntu1) karmic; urgency=low + + * upstream snapshot 2009-09-28 20:00:41 (GMT) + + 5576f5634ed89f7a07dc6c633cde2a2eaf0376b4 + - fix LP: #436899 - OpenVPN connection cannot be established + - fix LP: #436841 - IPv4 Advanced route options don't get to gconf + * rebuild vpn packages after landing of ABI padding in NM + - update debian/control + + -- Alexander Sack Fri, 02 Oct 2009 13:32:44 +0200 + +network-manager-openvpn (0.8~a~git.20090831t215704.5dd87bd-0ubuntu2) karmic; urgency=low + + [ Alexander Sack ] + * libnm-glib soname transition rebuild for NM 0.8 - LP: #427400 + + [ Mathieu Trudel ] + * update GET_SOURCE code: exit on any error + - update debian/rules + * make GET_SOURCE not go mad for git versions that use a different abbrev-id syntax + - update debian/rules + * fix noisy output: use grep -q -c rather than just -c in GET_SOURCE etc. + - update debian/rules + * add rule for get-snapshot-info + - update debian/rules + + -- Mathieu Trudel Thu, 24 Sep 2009 16:38:13 +0200 + +network-manager-openvpn (0.8~a~git.20090831t215704.5dd87bd-0ubuntu1) karmic; urgency=low + + * upstream snapshot 2009-08-31 21:57:04 (GMT) + + 5dd87bdf08e4169b7388fe27bdd498ecc6962d61 + - changes to support NM 0.8 + * now tracking the trunk + + commit id: 0.8~a~git. + * updated tarball generation code. Replaced get-orig-source, + added get-current-source; also added support for LOCAL_BRANCH + to support fta's build bot ( for daily builds ) + - update debian/rules + * fixed tarball code; adding missing var DEB_MAJOR_VERSION; + deleted unused var DEB_TAG_VERSION + - update debian/rules + * fixed problem with automake + - update debian/rules + * update build-depends to NM 0.8 bits + - update debian/control + * update build-depends due to internal NM version check + in configure.ac; also updated Vcs-Bzr branch + - update debian/control + + -- Tony Espy Tue, 01 Sep 2009 16:24:41 -0400 + +network-manager-openvpn (0.7.1-0ubuntu2) karmic; urgency=low + + * debian/rules: + - Update DEB_DESTDIR to $(CURDIR)/debian/network-manager-openvpn instead of + $(CURDIR)/debian/tmp/ so that the files we build actually get installed. + - Fixes LP: #395541 + * debian/control: + - Add missing dependency on ${misc:Depends} for network-manager-openvpn. + - Bump standards version to 3.8.2. + + -- Cody A.W. Somerville Mon, 06 Jul 2009 23:36:29 -0300 + +network-manager-openvpn (0.7.1-0ubuntu1) karmic; urgency=low + + * New upstream release 0.7.1 final + * updated build-depends to 0.7.1 final; add Vcs-Bzr line + - update debian/control + * added get-orig-source to generate .orig.tar.gz + - update debian/rules + * removed unused export-upstream-revision statement + - update .bzr-builddeb/default.conf + + [ Alexander Sack ] + * run make distclean after autogen.sh in get-orig-source to get a clean tarball + - update rules + + -- Tony Espy Thu, 25 Jun 2009 14:29:37 -0400 + +network-manager-openvpn (0.7.1~rc4.1.20090323+bzr27-0ubuntu2) jaunty; urgency=low + + * fix build failure by adding libglade2-dev to build-depends + - update debian/control + + -- Alexander Sack Thu, 09 Apr 2009 01:58:25 +0200 + +network-manager-openvpn (0.7.1~rc4.1.20090323+bzr27-0ubuntu1) jaunty; urgency=low + + * new upstream snapshot Mar 23, 2009 aka rev 27 from + http://bzr-playground.gnome.org/network-manager-openvpn/branches/NETWORKMANAGER_0_7/ + - update .bzr-builddeb/default.conf + + -- Alexander Sack Thu, 09 Apr 2009 01:42:50 +0200 + +network-manager-openvpn (0.7.1~20090213+bzr14-0ubuntu1) jaunty; urgency=low + + * new upstream snapshot Feb 13, 2009 aka rev 14 from + http://bzr-playground.gnome.org/network-manager-openvpn/branches/NETWORKMANAGER_0_7/ + - update .bzr-builddeb/default.conf + * bump lower bound for network-manager build-depends to >= 0.7.1~ + - update control + + -- Alexander Sack Tue, 17 Feb 2009 11:02:28 +0100 + +network-manager-openvpn (0.7-0ubuntu1) jaunty; urgency=low + + * New upstream release 0.7 final + * adjust network manager build-depends to >= 0.7~ + - update debian/control + * remove all previously disabled patches from debian/patches/ + - 01_fix_dbus_signal_name.diff 05_fix_nm-vpn-properties_path.diff + 02_fix_wrong_awk_path.diff 06_pull_dns_domain.diff + 03_allow_servercert_override.diff 04_increase_timeout.diff + - update debian/patches/series + + -- Alexander Sack Mon, 12 Jan 2009 13:38:15 +0100 + +network-manager-openvpn (0.7~~svn20081015t024626-0ubuntu1) intrepid; urgency=low + + * New upstream snapshot + * adjust network manager build-depends to >= 0.7~~svn20081015 + - update debian/control + + -- Alexander Sack Thu, 16 Oct 2008 00:20:36 +0200 + +network-manager-openvpn (0.7~~svn20081008t224042-0ubuntu1) intrepid; urgency=low + + * New upstream snapshot, fixes + - LP: #275608 - nm-openvpn "Passwords with Certificate (TLS)" panel has + wrong labels and inverts passwords + * debian/control: adjust network manager build-depends to >= 0.7~~svn20081008 + + -- Thierry Carrez Fri, 10 Oct 2008 16:08:23 +0200 + +network-manager-openvpn (0.7~~svn20080928t225540-0ubuntu1) intrepid; urgency=low + + * New upstream snapshot + * adjust network manager build-depends to >= 0.7~~svn20080928 + - update debian/control + + -- Alexander Sack Mon, 29 Sep 2008 23:28:41 +0200 + +network-manager-openvpn (0.7~~svn20080908t183521a-0ubuntu2) intrepid; urgency=low + + * New upstream snapshot + * adjust network manager build-depends to >= 0.7~~svn20080908 + - update debian/control + + -- Alexander Sack Wed, 10 Sep 2008 11:18:50 +0200 + +network-manager-openvpn (0.7~~svn20080818t061112-0ubuntu1) intrepid; urgency=low + + Snapshot of openvpn plugin for network manager 0.7 + * disable all patches + - update debian/patches/series + * disable DEB_DH_MAKESHLIBS_ARGS_network-manager-openvpn in rules + - update debian/rules + * bump versioned depends on network-manager-dev and friends to >= + 0.7~~svn20080818 + - update debian/control + * add build depends on libnm-glib-dev (>= 0.7~~svn20080818) + - update debian/control + * drop DEB_CONFIGURE_EXTRA_FLAGS from rules + - update debian/rules + * use absolute path for auth-dialog in VPN .name file + - update nm-openvpn-service.name.in + + -- Alexander Sack Mon, 11 Aug 2008 01:40:13 +0200 + +network-manager-openvpn (0.3.2svn2342-1ubuntu4) gutsy; urgency=low + + * Fixed a null pointer dereference (LP: #147941) and fixed a leak + on the way. + + -- Philipp Kern Tue, 02 Oct 2007 15:37:32 +0200 + +network-manager-openvpn (0.3.2svn2342-1ubuntu3) gutsy; urgency=low + + [ Cleanup ] + * Switched to quilt for patch management. + * Properly activated the awk patch. + + [ Bug fixes ] + * Increased the timeout by 5s to 15s before openvpn gets killed + forcefully. (LP: #117992) + * Corrected the path to `nm-vpn-properties' in the desktop file. + (LP: #123772) + * Pull DNS domain setting from remote OpenVPN server. + (LP: #138181) + * Introduced a new configuration option enabling users to turn off the + check for a proper `nsCertType=server' extension bit set in the + server's certificate. (LP: #94788) + + -- Philipp Kern Mon, 24 Sep 2007 23:20:44 +0200 + +network-manager-openvpn (0.3.2svn2342-1ubuntu2) gutsy; urgency=low + + * Rebuilt against new Network-Manager + * Added missing build-dep libnm-util-dev according to new + Network-Manager + + -- Anthony Mercatante Fri, 15 Jun 2007 18:20:22 +0200 + +network-manager-openvpn (0.3.2svn2342-1ubuntu1) gutsy; urgency=low + + * Merge from Debian Unstable. Ubuntu changes: + - Fix wrong path to awk (#90838) + - Adjust Maintainer + + -- Arthur Loiret Tue, 5 Jun 2007 00:02:22 +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.3.2svn2342-0ubuntu3) feisty; urgency=low + + * Fix wrong path to awk. (LP: #90838) + + -- Soren Hansen Sun, 11 Mar 2007 03:12:02 +0100 + +network-manager-openvpn (0.3.2svn2342-0ubuntu2) feisty; urgency=low + + * Only run autogen.sh once during build. + * Reload network-manager in postinst. + + -- Soren Hansen Tue, 6 Mar 2007 14:48:43 +0100 + +network-manager-openvpn (0.3.2svn2342-0ubuntu1) feisty; urgency=low + + * New SVN checkout (Closes: LP#88068) + + -- Soren Hansen Wed, 28 Feb 2007 11:55:22 +0100 + +network-manager-openvpn (0.3.2svn2315-0ubuntu1) feisty; urgency=low + + * Initial upload to Ubuntu + + -- Soren Hansen Sun, 18 Feb 2007 01:20:06 +0100 + --- network-manager-openvpn-0.8.orig/debian/control +++ network-manager-openvpn-0.8/debian/control @@ -0,0 +1,46 @@ +Source: network-manager-openvpn +Section: universe/net +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Soren Hansen +Build-Depends: cdbs, + debhelper (>= 5), + network-manager-dev (>= 0.8), + libnm-util-dev (>= 0.8), + libnm-glib-dev (>= 0.8), + automake1.9, + gnome-common, + intltool, + libgnomeui-dev, + libdbus-glib-1-dev, + patchutils, + quilt, + libglade2-dev +Standards-Version: 3.8.3 +Vcs-Bzr: http://code.launchpad.net/~network-manager/network-manager/openvpn-ubuntu.head + +Package: network-manager-openvpn +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, openvpn +Recommends: network-manager-openvpn-gnome | network-manager-openvpn-kde +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. + +Package: network-manager-openvpn-gnome +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, openvpn, network-manager-openvpn +Replaces: network-manager-openvpn (<< 0.8~rc1-0ubuntu2) +Description: network management framework (OpenVPN plugin, GNOME UI) + 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 user interface for the VPN plugin for OpenVPN. --- network-manager-openvpn-0.8.orig/debian/rules +++ network-manager-openvpn-0.8/debian/rules @@ -0,0 +1,84 @@ +#!/usr/bin/make -f + +GIT_URL = git://git.gnome.org/network-manager-openvpn +GIT_BRANCH := "master" +GIT_BRANCH_NAME := network-manager-openvpn + +ifneq (,$(LOCAL_BRANCH)) +LOCAL_REAL_BRANCH = $(realpath $(LOCAL_BRANCH)) +endif + +DEB_SOURCE := $(shell dpkg-parsechangelog | grep Source: | sed -e 's/Source: //') +DEB_VERSION := $(shell dpkg-parsechangelog | grep Version: | sed -e 's/Version: //') +DEB_UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed -e 's/-[^-]*$$//') +DEB_MAJOR_VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -e 's/git.*//') + +DEB_DH_INSTALL_SOURCEDIR = debian/tmp + +include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include /usr/share/cdbs/1/class/autotools.mk + +#DEB_DH_MAKESHLIBS_ARGS_network-manager-openvpn := -n + +DEB_AUTO_UPDATE_LIBTOOL = pre +DEB_AUTO_UPDATE_AUTOHEADER = 2.50 +DEB_AUTO_UPDATE_ACLOCAL = 1.9 +DEB_AUTO_UPDATE_AUTOMAKE = 1.9 -a -c -f +DEB_AUTO_UPDATE_AUTOCONF = 2.50 + +clean:: + rm -f po/*.gmo + echo "# empty file" > aclocal.m4 + +pre-build:: + intltoolize -f -c + +GET_SOURCE = \ + set -e; \ + tmpdir=`mktemp -d -t`; \ + cd $$tmpdir; \ + echo "cloning upstream repository ..."; \ + git clone $(if $(LOCAL_BRANCH),$(call LOCAL_REAL_BRANCH)/$(GIT_BRANCH_NAME),$(GIT_URL)) $(GIT_BRANCH_NAME); \ + echo "getting specific upstream revision/tag: $(1)"; \ + cd `ls | head -n 1`; git checkout -b orig $(1); \ + commit_id=`git log -n1 --abbrev-commit | grep '^commit ' | sed -e 's/commit //' | sed -e 's/\.\.\.$$//'`; \ + raw=`date --utc --date="$$(git log --pretty=fuller -n1 --date=rfc | grep CommitDate: | sed -e 's/CommitDate:[^0-9]*//')" "+%Y%m%dt%H%M%S"`; \ + if echo $(1) | grep -q -c "orig" || echo $(DEB_VERSION) | grep -q -c "git"; \ + then \ + upstream_version=$(DEB_MAJOR_VERSION)git.$$raw.$$commit_id; \ + else \ + upstream_version=$(DEB_UPSTREAM_VERSION); \ + fi; \ + cd ..; tar --exclude=.git -czf $(CURDIR)/$(DEB_SOURCE)_$$upstream_version.orig.tar.gz `ls | head -n 1`; \ + cd $(CURDIR); rm -rf $$tmpdir; + +get-current-source:: $(if $(LOCAL_BRANCH),update-local-branch) + set -e; if echo $(DEB_VERSION) | grep -q -c "git"; \ + then \ + git_version=`echo $(DEB_VERSION) | sed -e 's/^.*git\.*\([0-9t]*\)\.\(.*\)-.*$$/\2/g'`; \ + elif echo $(DEB_VERSION) | grep -q -c "rc1"; \ + then \ + git_version="0.7.997"; \ + else \ + git_version=$(DEB_UPSTREAM_VERSION); \ + fi; \ + $(call GET_SOURCE, $$git_version, "current") + +get-orig-source:: $(if $(LOCAL_BRANCH),update-local-branch) + $(call GET_SOURCE, $(GIT_BRANCH), "orig") + +update-local-branch:: + @echo "updating local branch ($(LOCAL_BRANCH))" + @set -e; if ! test -d $(LOCAL_BRANCH); then mkdir -p $(LOCAL_BRANCH); fi + @set -e; if ! test -d $(LOCAL_BRANCH)/$(GIT_BRANCH_NAME); then git clone $(GIT_URL) $(LOCAL_BRANCH)/$(GIT_BRANCH_NAME); fi + @set -e; cd $(LOCAL_BRANCH)/$(GIT_BRANCH_NAME); git pull -f + @echo "updated local branch ($(LOCAL_BRANCH))" + +get-snapshot-info:: $(if $(LOCAL_BRANCH),update-local-branch) + @set -e; \ + git_version=`echo $(DEB_VERSION) | sed -e 's/^.*git\.*\([0-9t]*\)\.\(.*\)-.*$$/\2/g'`; \ + cd $(LOCAL_BRANCH)/$(GIT_BRANCH_NAME); \ + raw=`date --utc --date="$$(git log --pretty=fuller -n1 --date=rfc $$git_version | grep CommitDate: | sed -e 's/CommitDate:[^0-9]*//')" "+%Y-%m-%d %H:%M:%S (GMT)"`; \ + git log -n1 $$git_version --format="%n%s%n%n * upstream snapshot $$raw%n + %H%n"; --- network-manager-openvpn-0.8.orig/debian/copyright +++ network-manager-openvpn-0.8/debian/copyright @@ -0,0 +1,65 @@ +This package was debianized by Soren Hansen 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 + +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 + +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'. --- network-manager-openvpn-0.8.orig/debian/network-manager-openvpn-gnome.install +++ network-manager-openvpn-0.8/debian/network-manager-openvpn-gnome.install @@ -0,0 +1,5 @@ +/usr/lib/network-manager-openvpn/nm-openvpn-auth-dialog +/usr/share/gnome-vpn-properties/openvpn/nm-openvpn-dialog.glade +/usr/lib/NetworkManager/libnm-openvpn-properties.so +/usr/lib/NetworkManager/libnm-openvpn-properties.la +/usr/lib/NetworkManager/libnm-openvpn-properties.a --- network-manager-openvpn-0.8.orig/debian/network-manager-openvpn.docs +++ network-manager-openvpn-0.8/debian/network-manager-openvpn.docs @@ -0,0 +1,2 @@ +README +AUTHORS --- network-manager-openvpn-0.8.orig/debian/compat +++ network-manager-openvpn-0.8/debian/compat @@ -0,0 +1 @@ +5 --- network-manager-openvpn-0.8.orig/debian/network-manager-openvpn.install +++ network-manager-openvpn-0.8/debian/network-manager-openvpn.install @@ -0,0 +1,5 @@ +/usr/lib/network-manager-openvpn/nm-openvpn-service +/usr/lib/network-manager-openvpn/nm-openvpn-service-openvpn-helper +/usr/share/locale/ +/etc/dbus-1/system.d/nm-openvpn-service.conf +/etc/NetworkManager/VPN/nm-openvpn-service.name --- network-manager-openvpn-0.8.orig/debian/network-manager-openvpn.postinst +++ network-manager-openvpn-0.8/debian/network-manager-openvpn.postinst @@ -0,0 +1,16 @@ +#!/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 + --- network-manager-openvpn-0.8.orig/debian/patches/series +++ network-manager-openvpn-0.8/debian/patches/series @@ -0,0 +1,3 @@ +# add your patches here + +nm-openvpn-service.name.patch --- network-manager-openvpn-0.8.orig/debian/patches/nm-openvpn-service.name.patch +++ network-manager-openvpn-0.8/debian/patches/nm-openvpn-service.name.patch @@ -0,0 +1,10 @@ +--- network-manager-openvpn-0.7.orig/nm-openvpn-service.name.in ++++ network-manager-openvpn-0.7/nm-openvpn-service.name.in +@@ -4,6 +4,6 @@ + program=@LIBEXECDIR@/nm-openvpn-service + + [GNOME] +-auth-dialog=nm-openvpn-auth-dialog ++auth-dialog=@LIBEXECDIR@/nm-openvpn-auth-dialog + properties=libnm-openvpn-properties +