[Pkg-xfce-commits] r2751 - goodies/xfce4-hdaps/debian
sargentd-guest at alioth.debian.org
sargentd-guest at alioth.debian.org
Thu Feb 26 20:10:34 UTC 2009
Author: sargentd-guest
Date: 2009-02-26 20:10:34 +0000 (Thu, 26 Feb 2009)
New Revision: 2751
Modified:
goodies/xfce4-hdaps/debian/control
goodies/xfce4-hdaps/debian/rules
Log:
dont install ${prefix}/share/locale
update descriptions
Modified: goodies/xfce4-hdaps/debian/control
===================================================================
--- goodies/xfce4-hdaps/debian/control 2009-02-26 19:59:01 UTC (rev 2750)
+++ goodies/xfce4-hdaps/debian/control 2009-02-26 20:10:34 UTC (rev 2751)
@@ -16,6 +16,9 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: hdapsd
-Description: plugin to indicate the status of HDAPS for the Xfce4
+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, or HDAPS.
+ 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.
Modified: goodies/xfce4-hdaps/debian/rules
===================================================================
--- goodies/xfce4-hdaps/debian/rules 2009-02-26 19:59:01 UTC (rev 2750)
+++ goodies/xfce4-hdaps/debian/rules 2009-02-26 20:10:34 UTC (rev 2751)
@@ -14,6 +14,9 @@
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
More information about the Pkg-xfce-commits
mailing list