[Pkg-xfce-commits] r4677 - goodies/branches/experimental/xfce4-diskperf-plugin/debian

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Fri Dec 10 07:31:47 UTC 2010


Author: mrpouit-guest
Date: 2010-12-10 19:31:40 +0000 (Fri, 10 Dec 2010)
New Revision: 4677

Modified:
   goodies/branches/experimental/xfce4-diskperf-plugin/debian/changelog
   goodies/branches/experimental/xfce4-diskperf-plugin/debian/control
   goodies/branches/experimental/xfce4-diskperf-plugin/debian/rules
Log:
* debian/rules: clean up autogenerated files changed by xdt-autogen.
* debian/control: add myself to Uploaders.

Modified: goodies/branches/experimental/xfce4-diskperf-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-diskperf-plugin/debian/changelog	2010-12-10 19:29:49 UTC (rev 4676)
+++ goodies/branches/experimental/xfce4-diskperf-plugin/debian/changelog	2010-12-10 19:31:40 UTC (rev 4677)
@@ -1,5 +1,6 @@
 xfce4-diskperf-plugin (2.2.0-4) unstable; urgency=low
 
+  [ Yves-Alexis Perez ]
   * debian/control:
     - add build-dep on libxfcegui4-dev now that it's gone from
       xfce4-panel-dev dependencies.
@@ -15,6 +16,10 @@
   * debian/rules:
     - run xdt-autogen after patching.
 
+  [ Lionel Le Folgoc ]
+  * debian/rules: clean up autogenerated files changed by xdt-autogen.
+  * debian/control: add myself to Uploaders.
+
  -- Yves-Alexis Perez <corsac at debian.org>  Thu, 25 Nov 2010 11:41:07 +0100
 
 xfce4-diskperf-plugin (2.2.0-3) unstable; urgency=low

Modified: goodies/branches/experimental/xfce4-diskperf-plugin/debian/control
===================================================================
--- goodies/branches/experimental/xfce4-diskperf-plugin/debian/control	2010-12-10 19:29:49 UTC (rev 4676)
+++ goodies/branches/experimental/xfce4-diskperf-plugin/debian/control	2010-12-10 19:31:40 UTC (rev 4677)
@@ -2,7 +2,9 @@
 Section: xfce
 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>
+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>, Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: autotools-dev, cdbs, debhelper (>= 7), xfce4-panel-dev, 
  libxml2-dev, libxml-parser-perl, libxfcegui4-dev, xfce4-dev-tools, intltool,
  libtool

Modified: goodies/branches/experimental/xfce4-diskperf-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-diskperf-plugin/debian/rules	2010-12-10 19:29:49 UTC (rev 4676)
+++ goodies/branches/experimental/xfce4-diskperf-plugin/debian/rules	2010-12-10 19:31:40 UTC (rev 4677)
@@ -5,6 +5,12 @@
 post-patches::
 	NOCONFIGURE=1 xdt-autogen
 
+clean::
+	rm -f $$(find -name 'Makefile.in*')
+	rm -f INSTALL aclocal.m4 config.h.in configure depcomp install-sh ltmain.sh
+	rm -f intltool-extract.in intltool-merge.in intltool-update.in ltmain.sh
+	rm -f missing mkinstalldirs
+
 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