[Pkg-xfce-commits] r3761 - goodies/trunk/xfce4-diskperf-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Jan 9 01:11:08 UTC 2010
Author: corsac
Date: 2010-01-09 13:11:05 +0000 (Sat, 09 Jan 2010)
New Revision: 3761
Modified:
goodies/trunk/xfce4-diskperf-plugin/debian/changelog
goodies/trunk/xfce4-diskperf-plugin/debian/compat
goodies/trunk/xfce4-diskperf-plugin/debian/control
goodies/trunk/xfce4-diskperf-plugin/debian/rules
Log:
* debian/rules:
- drop removal of config.status, fix FTBFS. closes: #564357
* debian/compat bumped to 7.
* debian/control:
- debhelper build-dep bumped to 7.
- drop versionning on xfce4-panel build-dep.
- bump standards version to 3.8.3.
- add depends on ${misc:Depends}.
Modified: goodies/trunk/xfce4-diskperf-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-diskperf-plugin/debian/changelog 2010-01-09 13:08:06 UTC (rev 3760)
+++ goodies/trunk/xfce4-diskperf-plugin/debian/changelog 2010-01-09 13:11:05 UTC (rev 3761)
@@ -5,8 +5,16 @@
[ Yves-Alexis Perez ]
* debian/watch edited to track Xfce archive reorganisation.
+ * debian/rules:
+ - drop removal of config.status, fix FTBFS. closes: #564357
+ * debian/compat bumped to 7.
+ * debian/control:
+ - debhelper build-dep bumped to 7.
+ - drop versionning on xfce4-panel build-dep.
+ - bump standards version to 3.8.3.
+ - add depends on ${misc:Depends}.
- -- Yves-Alexis Perez <corsac at debian.org> Mon, 03 Aug 2009 18:29:47 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 09 Jan 2010 14:10:55 +0100
xfce4-diskperf-plugin (2.2.0-1) unstable; urgency=low
Modified: goodies/trunk/xfce4-diskperf-plugin/debian/compat
===================================================================
--- goodies/trunk/xfce4-diskperf-plugin/debian/compat 2010-01-09 13:08:06 UTC (rev 3760)
+++ goodies/trunk/xfce4-diskperf-plugin/debian/compat 2010-01-09 13:11:05 UTC (rev 3761)
@@ -1 +1 @@
-4
+7
Modified: goodies/trunk/xfce4-diskperf-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-diskperf-plugin/debian/control 2010-01-09 13:08:06 UTC (rev 3760)
+++ goodies/trunk/xfce4-diskperf-plugin/debian/control 2010-01-09 13:11:05 UTC (rev 3761)
@@ -3,15 +3,16 @@
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Yves-Alexis Perez <corsac at debian.org>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), xfce4-panel-dev (>= 4.4.1), libxml2-dev, libxml-parser-perl
-Standards-Version: 3.7.3
+Build-Depends: autotools-dev, cdbs, debhelper (>= 7), xfce4-panel-dev,
+ libxml2-dev, libxml-parser-perl
+Standards-Version: 3.8.3
Homepage: http://goodies.xfce.org/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-diskperf-plugin/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-diskperf-plugin/
Package: xfce4-diskperf-plugin
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: disk performance display plugin for the Xfce4 panel
The DiskPerf plugin displays disk/partition performance statistics based on
the rsect/wsect data provided by recent 2.4/2.6 Linux kernels compiled with
Modified: goodies/trunk/xfce4-diskperf-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-diskperf-plugin/debian/rules 2010-01-09 13:08:06 UTC (rev 3760)
+++ goodies/trunk/xfce4-diskperf-plugin/debian/rules 2010-01-09 13:11:05 UTC (rev 3761)
@@ -2,9 +2,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
-makebuilddir/xfce4-diskperf-plugin::
- -rm -rf config.status
-
binary-post-install/xfce4-diskperf-plugin::
-rm -rf debian/xfce4-diskperf-plugin/usr/lib/xfce4/panel-plugins/*.a
-rm -rf debian/xfce4-diskperf-plugin/usr/lib/xfce4/panel-plugins/*.la
More information about the Pkg-xfce-commits
mailing list