--- xfce4-mount-plugin-0.5.5.orig/debian/rules +++ xfce4-mount-plugin-0.5.5/debian/rules @@ -0,0 +1,8 @@ +#!/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 + +binary-post-install/xfce4-mount-plugin:: + -rm -rf debian/xfce4-mount-plugin/usr/lib/xfce4/panel-plugins/*.a + -rm -rf debian/xfce4-mount-plugin/usr/lib/xfce4/panel-plugins/*.la --- xfce4-mount-plugin-0.5.5.orig/debian/control +++ xfce4-mount-plugin-0.5.5/debian/control @@ -0,0 +1,17 @@ +Source: xfce4-mount-plugin +Section: x11 +Priority: optional +Maintainer: Debian Xfce Maintainers +Uploaders: Emanuele Rocca , Simon Huggins , Yves-Alexis Perez +Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), libgtk2.0-dev, xfce4-panel-dev (>= 4.4.1), libxml2-dev, libstartup-notification0-dev, libxml-parser-perl +Standards-Version: 3.7.3 +Homepage: http://goodies.xfce.org/ +Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/xfce4-mount-plugin/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/xfce4-mount-plugin/ + +Package: xfce4-mount-plugin +Architecture: any +Depends: ${shlibs:Depends} +Description: mount plugin for the Xfce4 panel + This plugin for Xfce displays a list of the various devices available, giving + the opportunity to mount/umount them. --- xfce4-mount-plugin-0.5.5.orig/debian/watch +++ xfce4-mount-plugin-0.5.5/debian/watch @@ -0,0 +1,4 @@ +version=3 +http://goodies.xfce.org/releases/xfce4-mount-plugin/ \ + xfce4-mount-plugin-(.*)\.tar\.bz2 + --- xfce4-mount-plugin-0.5.5.orig/debian/compat +++ xfce4-mount-plugin-0.5.5/debian/compat @@ -0,0 +1 @@ +4 --- xfce4-mount-plugin-0.5.5.orig/debian/changelog +++ xfce4-mount-plugin-0.5.5/debian/changelog @@ -0,0 +1,41 @@ +xfce4-mount-plugin (0.5.5-1) unstable; urgency=low + + [ Simon Huggins ] + * debian/control: Move fake Homepage field to a real one now dpkg + supports it. + * Add Vcs-* headers to debian/control + + [ Yves-Alexis Perez ] + * New upstream release. + * debian/control: + - remove Rudy Godoy from Uploaders. Thanks for the work! + - update my email address. + - update standards version to 3.7.3. + * debian/copyright: + - update upstream url. + - update copyright dates. + + -- Yves-Alexis Perez Sat, 17 May 2008 15:05:33 +0200 + +xfce4-mount-plugin (0.5.4-1) unstable; urgency=low + + (Yves-Alexis Perez) + * New upstream release. + (Stefan Ott) + * updated the url + (Simon Huggins) + * Build against latest and greatest xfce. + + -- Yves-Alexis Perez Mon, 01 Oct 2007 22:54:56 +0200 + +xfce4-mount-plugin (0.4.5-2) unstable; urgency=low + + * Updated build-deps to 4.3.90.2 (Xfce 4.4 Beta2). + + -- Yves-Alexis Perez Wed, 26 Jul 2006 17:48:34 +0100 + +xfce4-mount-plugin (0.4.5-1) unstable; urgency=low + + * Intial Release. Closes: #370119 + + -- Emanuele Rocca Sat, 03 Jun 2006 14:16:49 +0200 --- xfce4-mount-plugin-0.5.5.orig/debian/copyright +++ xfce4-mount-plugin-0.5.5/debian/copyright @@ -0,0 +1,46 @@ +This package was debianized by Emanuele Rocca on +Tue, 17 May 2005 22:34:36 +0200 + +It was downloaded from +http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin + +Upstream Authors: +Jean-Baptiste Dulong +Fabian Nowak + +copyright: +panel-plugin/devices.c: + © 2005 jean-baptiste dulong + © 2005-2008 fabian nowak +panel-plugin/devices.h: + © 2005 jean-baptiste dulong +panel-plugin/helpers.c: + © 2007 fabian nowak +panel-plugin/helpers.h: + © 2007 fabian nowak +panel-plugin/mount-plugin.c + © 2005 jean-baptiste dulong + © 2005-2008 fabian nowak +panel-plugin/mount-plugin.h: + © 2005 jean-baptiste dulong + © 2005-2008 fabian nowak + +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. (The file COPYRIGHT.GNU) + + You should have received a copy of the GNU General Public License + along with this program; if not, write to Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'.