debian/0000755000000000000000000000000012150133005007154 5ustar debian/changelog0000644000000000000000000000712412150133003011030 0ustar xfce4-mount-plugin (0.6.4-2) unstable; urgency=low * debian/rules: - enable all hardening flags. * debian/control: - update standards version to 3.9.4. - drop version on xfce4-panel-dev build-dep, stable has Xfce 4.8 now. * debian/compat bumped to 9. -- Yves-Alexis Perez Sat, 25 May 2013 15:00:50 +0200 xfce4-mount-plugin (0.6.4-1) unstable; urgency=low * New upstream release. -- Yves-Alexis Perez Mon, 14 May 2012 08:20:37 +0200 xfce4-mount-plugin (0.6.3-1) unstable; urgency=low * New upstream release. -- Yves-Alexis Perez Fri, 27 Apr 2012 22:20:11 +0200 xfce4-mount-plugin (0.6.1-1) unstable; urgency=low * New upstream release. -- Yves-Alexis Perez Sat, 21 Apr 2012 21:34:02 +0200 xfce4-mount-plugin (0.6.0-1) unstable; urgency=low * New upstream release. * debian/control: - add build-dep on intltool. - replace libxfcegui4 build-dep by libxfce4ui. - update debhelper build-dep to 9. - add build-dep on dpkg-dev. - drop cdbs build-dep. - drop build-dep on hardening-includes. - update standards version to 3.9.3. * debian/rules: - replace cdbs by dh and use --parallel. - use debhelper 9 and dpkg-dev 1.16.1 hardening support. - pass --disable-static to configure. - use find to delete .la files * debian/compat bumped to 9. -- Yves-Alexis Perez Tue, 17 Apr 2012 21:11:07 +0200 xfce4-mount-plugin (0.5.5-2) unstable; urgency=low [ Evgeni Golov ] * Fix Vcs-* fields, they were missing 'trunk' in the path. [ Yves-Alexis Perez ] * debian/watch edited to track Xfce archive reorganisation. * debian/control: - switch to xfce section. - add build-dep on libxfcegui4-dev. - update standards version to 3.9.2. - update debhelper build-dep to 7. - add build-dep on hardening-includes. - add dependency on ${misc:Depends}. * debian/compat bumped to 7. * Switch to 3.0 (quilt) source format. * debian/rules: - pick {C,LD}FLAGS from dpkg-buildflags. - add O1, -z,defs and --as-needed to LDFLAGS. - add hardening flags to {C,LD}FLAGS. [ Lionel Le Folgoc ] * debian/control: - add myself to Uploaders. - remove Simon and Emanuele from uploaders, thanks to them. - bump xfce4-panel-dev b-dep to (>= 4.8.0). -- Yves-Alexis Perez Tue, 19 Apr 2011 23:09:51 +0200 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 debian/compat0000644000000000000000000000000212150132776010370 0ustar 9 debian/watch0000644000000000000000000000020311235611542010212 0ustar version=3 http://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/([\d\.]+)/ \ xfce4-mount-plugin-([\d\.]+)\.tar\.(?:gz|bz2) debian/copyright0000644000000000000000000000335311013550331011115 0ustar 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'. debian/rules0000755000000000000000000000051312150132476010246 0ustar #!/usr/bin/make -f export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ --parallel override_dh_auto_configure: dh_auto_configure -- --disable-static override_dh_auto_install: dh_auto_install find debian/xfce4-mount-plugin/usr/lib -name '*.la' -delete debian/control0000644000000000000000000000156612150132555010600 0ustar Source: xfce4-mount-plugin Section: xfce Priority: optional Maintainer: Debian Xfce Maintainers Uploaders: Yves-Alexis Perez , Lionel Le Folgoc Build-Depends: autotools-dev, debhelper (>= 9), libgtk2.0-dev, xfce4-panel-dev, libxml2-dev, libstartup-notification0-dev, libxml-parser-perl, libxfcegui4-dev, libxfce4ui-1-dev, intltool Standards-Version: 3.9.4 Homepage: http://goodies.xfce.org/ Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-mount-plugin/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-mount-plugin/ Package: xfce4-mount-plugin Architecture: any Depends: ${shlibs:Depends}, ${misc: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. debian/source/0000755000000000000000000000000012150133005010454 5ustar debian/source/format0000644000000000000000000000001411464741532011703 0ustar 3.0 (quilt)