--- network-manager-pptp-0.7~~svn20080928t225540.orig/debian/network-manager-pptp.manpages +++ network-manager-pptp-0.7~~svn20080928t225540/debian/network-manager-pptp.manpages @@ -0,0 +1 @@ +debian/nm-ppp-starter.1 --- network-manager-pptp-0.7~~svn20080928t225540.orig/debian/README.Debian +++ network-manager-pptp-0.7~~svn20080928t225540/debian/README.Debian @@ -0,0 +1,15 @@ +network-manager-pptp for Debian +------------------------------- + +When you have installed this package, you have to restart dbus before it will +allow you to connect (and add VPN icons into the menu). + +The package will reload dbus for you. + +Building for NetworkManager 0.6.2 +--------------------------------- + +To use with NM 0.6.2, you need to include the patch 02_nm_ppp_starter_0.62.patch (in the debian/patches directory), as a field was removed in the VPN properties between 0.6.2 and 0.6.3. + + -- Craig Box , Tue, 1 Oct 2006 15:48:01 +1300 + --- network-manager-pptp-0.7~~svn20080928t225540.orig/debian/postrm +++ network-manager-pptp-0.7~~svn20080928t225540/debian/postrm @@ -0,0 +1,40 @@ +#! /bin/sh +# postrm script for network-manager-pptp +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' overwrit>r> +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + remove) +# ldconfig + ;; + + purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + --- network-manager-pptp-0.7~~svn20080928t225540.orig/debian/docs +++ network-manager-pptp-0.7~~svn20080928t225540/debian/docs @@ -0,0 +1,3 @@ +AUTHORS +README +TODO --- network-manager-pptp-0.7~~svn20080928t225540.orig/debian/compat +++ network-manager-pptp-0.7~~svn20080928t225540/debian/compat @@ -0,0 +1 @@ +4 --- network-manager-pptp-0.7~~svn20080928t225540.orig/debian/nm-ppp-starter.1 +++ network-manager-pptp-0.7~~svn20080928t225540/debian/nm-ppp-starter.1 @@ -0,0 +1,41 @@ +.\" 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 NM-PPP-SERVICE 1 "August 6, 2006" +.\" 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 insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +nm-ppp-service \- PPP connection helper for NetworkManager +.SH SYNOPSIS +.B nm-ppp-starter +.RI [ options ] ... +.SH DESCRIPTION +.B nm-ppp-service +is a helper for the NetworkManager(1) program. NetworkManager will launch +this service automatically as necessary. For debugging purposes, you can +launch the helper yourself, and watch its output. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +.SH OPTIONS +None. +.SH SEE ALSO +.BR NetworkManager (1), +.SH AUTHOR +nm-ppp-service is part of the PPP plugin for NetworkManager, written by +Anthony Mee . +.PP +This manual page was written by Craig Box , +for Ubuntu (but may be used freely by anyone). --- network-manager-pptp-0.7~~svn20080928t225540.orig/debian/copyright +++ network-manager-pptp-0.7~~svn20080928t225540/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Craig Box on +Sun, 6 Aug 2006 19:30:11 +1200. + +It was downloaded from GNOME CVS, module NetworkManager/vpn-daemons/pptp. + +Copyright Holder: Anthony Mee, eemynotna@googlemail.com + +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'. --- network-manager-pptp-0.7~~svn20080928t225540.orig/debian/rules +++ network-manager-pptp-0.7~~svn20080928t225540/debian/rules @@ -0,0 +1,19 @@ +#!/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 + +makebuilddir/network-manager-pptp:: 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 + --- network-manager-pptp-0.7~~svn20080928t225540.orig/debian/control +++ network-manager-pptp-0.7~~svn20080928t225540/debian/control @@ -0,0 +1,31 @@ +Source: network-manager-pptp +Section: net +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Craig Box +Build-Depends: debhelper (>= 5.0.0), + cdbs, + autotools-dev, + network-manager-dev (>= 0.7~~svn20080928), + libnm-util-dev (>= 0.7~~svn20080928), + libnm-glib-dev (>= 0.7~~svn20080928), + ppp-dev, + automake1.9, + gnome-common, + intltool, + libgnomeui-dev, + libdbus-glib-1-dev +Standards-Version: 3.7.2 + +Package: network-manager-pptp +Architecture: any +Depends: pptp-linux, ${shlibs:Depends}, ${misc:Depends} +Description: network management framework (PPTP 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 PPTP, commonly used for connecting + to Microsoft VPN servers. --- network-manager-pptp-0.7~~svn20080928t225540.orig/debian/dirs +++ network-manager-pptp-0.7~~svn20080928t225540/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +etc/NetworkManager/VPN/ --- network-manager-pptp-0.7~~svn20080928t225540.orig/debian/changelog +++ network-manager-pptp-0.7~~svn20080928t225540/debian/changelog @@ -0,0 +1,84 @@ +network-manager-pptp (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 22:39:05 +0200 + +network-manager-pptp (0.7~~svn20080908t183521-0ubuntu1) 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:04:06 +0200 + +network-manager-pptp (0.7~~svn20080818t061112-0ubuntu1) intrepid; urgency=low + + * switch to cdbs; add cdbs to build-depends accordingly + - update debian/control + - update debian/rules + * drop _all_ patches and the complete patches directory; in turn drop dpatch + from build-depends + - delete debian/patches/00list + - delete debian/patches/02_nm_ppp_starter_0.62.dpatch + - delete debian/patches/04_nm_ppp_properties.c.dpatch + - delete debian/patches/01_no_icon.dpatch + - delete debian/patches/03_nm_ppp_dialog.glade.dpatch + - delete debian/patches/05_ppplibdir.dpatch + - update debian/control + * use absolute path (@LIBEXECPATH@) for auth-dialog key + - update nm-pptp-service.name.in + + -- Alexander Sack Tue, 12 Aug 2008 14:04:51 +0200 + +network-manager-pptp (0.6.5+svnhead2574-0ubuntu1) gutsy; urgency=low + + * Due to misscomprehension with original maintainer, my previous svn + sync was a regression, as I synched with 0.6.5 branch while he did + with 0.7 beta and backported the sources for 0.6.x. Reverting the + packaging for the moment as we are late in the dev cycle to resync + from svn and get potentially something unstable. + * Applyed patch 01_no_icon.dpatch + * Removed network-manager-gnome dependancy + * Added missing build-dep libnm-util-dev + + -- Anthony Mercatante Fri, 15 Jun 2007 18:20:22 +0200 + +network-manager-pptp (0.6.5+svn2595-0ubuntu1) gutsy; urgency=low + + * New svn snapshot + * Fixes dependancies. Shouldn't depend on network-manager-gnome. + * Added missing build-dep libnm-util-dev according to new + network-manager + * Dropped obsolete patches + * Switched packaging to cdbs + * Build-deps on network-manager 0.6.5 + + -- Anthony Mercatante Fri, 15 Jun 2007 18:20:22 +0200 + +network-manager-pptp (0.6.4+svn2574-0ubuntu1) gutsy; urgency=low + + * New upstream release (fixes LP: #67881, LP: #80541). + * Fix properties dialog so an option is always selected. (fixes LP: #89120) + * Set NoDisplay=true in the .desktop file to hide spurious menu item + (fixes LP: #109856). + * Bump Standards-version to 3.7.2 and fix Maintainer: field in + debian/control. + + -- Craig Box Sun, 4 Jun 2007 11:18:03 +1200 + +network-manager-pptp (0.6.3+cvs20060819-0ubuntu2) edgy; urgency=low + + * Add mss field in VPN properties structure, and update documentation to + point out that this patch only applies to NM 0.6.2 (dapper). + + -- Craig Box Sun, 1 Oct 2006 16:04:54 +1300 + +network-manager-pptp (0.6.3+cvs20060819-0ubuntu1) edgy; urgency=low + + * Initial release. + + -- Craig Box Wed, 26 Oct 2006 21:06:54 +1200 + --- network-manager-pptp-0.7~~svn20080928t225540.orig/debian/postinst +++ network-manager-pptp-0.7~~svn20080928t225540/debian/postinst @@ -0,0 +1,38 @@ +#! /bin/sh +# postinst script for network-manager-pptp + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +case "$1" in + configure) + + # Ask the bus to reload the config file + if [ -x "/etc/init.d/dbus" ]; then + invoke-rc.d dbus force-reload || true + fi + ;; + abort-upgrade|abort-remove|abort-deconfigure) + ;; + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- network-manager-pptp-0.7~~svn20080928t225540.orig/nm-pptp-service.name.in +++ network-manager-pptp-0.7~~svn20080928t225540/nm-pptp-service.name.in @@ -4,5 +4,5 @@ program=@LIBEXECDIR@/nm-pptp-service [GNOME] -auth-dialog=nm-pptp-auth-dialog +auth-dialog=@LIBEXECDIR@/nm-pptp-auth-dialog properties=libnm-pptp-properties