--- xfce4-fsguard-plugin-0.2.1.orig/debian/changelog +++ xfce4-fsguard-plugin-0.2.1/debian/changelog @@ -0,0 +1,15 @@ +xfce4-fsguard-plugin (0.2.1-1) unstable; urgency=low + + * (Rudy Godoy) + * Updated standards version + * Removed dependency and not bootstraping autotools since + upstream is using an up to date version + * Fixed wrongly named post-install target + * Initial Release closes: #309863 + * (Simon Huggins) + * Add build-depends on >= 4.2.2 (though this won't matter now the + autobuilders have actually all installed it but hey) + * (Stefan Ott) + * Reorganized the changelog + + -- Stefan Ott Mon, 19 Dec 2005 16:21:42 +0100 --- xfce4-fsguard-plugin-0.2.1.orig/debian/control +++ xfce4-fsguard-plugin-0.2.1/debian/control @@ -0,0 +1,17 @@ +Source: xfce4-fsguard-plugin +Section: x11 +Priority: optional +Maintainer: Debian Xfce Maintainers +Uploaders: Emanuele Rocca , Simon Huggins , Rudy Godoy , Martin Loschwitz , Jani Monoses , Stefan Ott +Build-Depends: cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev (>= 4.2.2), libxml2-dev +Standards-Version: 3.6.2 + +Package: xfce4-fsguard-plugin +Architecture: any +Depends: ${shlibs:Depends}, xfce4-panel (>= 4.2.2) +Description: filesystem monitor plugin for the Xfce4 panel + The fsguard plugin checks free space on a chosen mountpoint + frequently and displays an alarm if free space is less than + given alarm limit. + . + Homepage: http://xfce-goodies.berlios.de/ --- xfce4-fsguard-plugin-0.2.1.orig/debian/compat +++ xfce4-fsguard-plugin-0.2.1/debian/compat @@ -0,0 +1 @@ +4 --- xfce4-fsguard-plugin-0.2.1.orig/debian/watch +++ xfce4-fsguard-plugin-0.2.1/debian/watch @@ -0,0 +1,3 @@ +version=2 +http://download.berlios.de/xfce-goodies/ \ + xfce4-fsguard-plugin-(.*)\.tar\.gz debian uupdate -u --- xfce4-fsguard-plugin-0.2.1.orig/debian/copyright +++ xfce4-fsguard-plugin-0.2.1/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Rudy Godoy on +Tue, 01 Feb 2005 12:36:12 -0500. + +It was downloaded from + +Upstream Authors: + Andre Lerche + +Copyright: + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- xfce4-fsguard-plugin-0.2.1.orig/debian/rules +++ xfce4-fsguard-plugin-0.2.1/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# no need to update them since upstream uses latest version (1.9) +#DEB_AUTO_UPDATE_LIBTOOL := pre +#DEB_AUTO_UPDATE_ACLOCAL := 1.9 +#DEB_AUTO_UPDATE_AUTOMAKE := 1.9 +#DEB_AUTO_UPDATE_AUTOCONF := yes + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +binary-post-install/xfce4-fsguard-plugin:: + -rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.a + -rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.la