--- xfce4-hdaps-0.0.5.orig/debian/rules +++ xfce4-hdaps-0.0.5/debian/rules @@ -0,0 +1,29 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build --before dh_auto_configure + dh_auto_configure -- --libexec=/usr/lib LDFLAGS="-Wl,-z,defs -Wl,--as-needed" + # Don't run tests for now, they fail but the plugin works fine. + dh build --before dh_auto_test + dh build --after dh_auto_test + touch $@ + +clean: + dh clean + +install: build + dh install + # upstream installs ${prefix}/share/locale, but has no translations yet + # lintian says "package-contains-empty-directory", so let's remove it + find $(CURDIR)/debian/xfce4-hdaps -type d -empty -delete + +binary-arch: install + dh binary-arch + +binary-indep: install + dh binary-indep + +binary: binary-arch binary-indep + +.PHONY: build clean install binary binary-arch binary-indep --- xfce4-hdaps-0.0.5.orig/debian/changelog +++ xfce4-hdaps-0.0.5/debian/changelog @@ -0,0 +1,17 @@ +xfce4-hdaps (0.0.5-2build1) maverick; urgency=low + + * Rebuild against updated xfce4-panel shlibs. + + -- Lionel Le Folgoc Wed, 09 Jun 2010 22:46:18 +0200 + +xfce4-hdaps (0.0.5-2) unstable; urgency=low + + * Re-upload with the missing modifications. + + -- Yves-Alexis Perez Fri, 27 Feb 2009 02:37:26 +0100 + +xfce4-hdaps (0.0.5-1) unstable; urgency=low + + * Initial release closes: #514707 + + -- Evgeni Golov Fri, 27 Feb 2009 01:09:20 +0100 --- xfce4-hdaps-0.0.5.orig/debian/watch +++ xfce4-hdaps-0.0.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://michael.orlitzky.com/code/xfce4-hdaps.php /code/releases/xfce4-hdaps-([\.\d]+).tar.gz --- xfce4-hdaps-0.0.5.orig/debian/docs +++ xfce4-hdaps-0.0.5/debian/docs @@ -0,0 +1 @@ +README --- xfce4-hdaps-0.0.5.orig/debian/copyright +++ xfce4-hdaps-0.0.5/debian/copyright @@ -0,0 +1,17 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=420 +Upstream-Name: xfce4-hdaps +Upstream-Maintainer: Michael Orlitzky +Upstream-Source: http://michael.orlitzky.com/code/xfce4-hdaps.php + +Files: * +Copyright: © 2009 Michael Orlitzky +License: GPL-3+ + +Files: debian/* +Copyright: © 2009 Evgeni Golov +License: GPL-2+ + +License: GPL-2+ | GPL-3+ + On Debian systems, you can find the whole text of the GNU GPL in + /usr/share/common-licenses/GPL --- xfce4-hdaps-0.0.5.orig/debian/control +++ xfce4-hdaps-0.0.5/debian/control @@ -0,0 +1,25 @@ +Source: xfce4-hdaps +Section: utils +Priority: optional +Maintainer: Debian Xfce Maintainers +Uploaders: Yves-Alexis Perez , + Emanuele Rocca , Simon Huggins , + Evgeni Golov +Build-Depends: debhelper (>= 7), intltool, libxfce4util-dev, libxfcegui4-dev, + xfce4-panel-dev +Standards-Version: 3.8.0 +Homepage: http://michael.orlitzky.com/code/xfce4-hdaps.php +Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/xfce4-hdaps +Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/xfce4-hdaps +DM-Upload-Allowed: yes + +Package: xfce4-hdaps +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: hdapsd +Description: plugin to indicate the status of HDAPS for the Xfce4 panel + A plugin to indicate the status of the IBM Hard Drive Active + Protection System (HDAPS) in the Xfce4 panel. + . + This plugin only supports the new hard drive parking interface present + in kernels 2.6.28 and newer. --- xfce4-hdaps-0.0.5.orig/debian/compat +++ xfce4-hdaps-0.0.5/debian/compat @@ -0,0 +1 @@ +7