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

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sat Dec 11 11:29:45 UTC 2010


Author: mrpouit-guest
Date: 2010-12-11 11:29:43 +0000 (Sat, 11 Dec 2010)
New Revision: 4687

Modified:
   goodies/branches/experimental/xfce4-diskperf-plugin/debian/changelog
   goodies/branches/experimental/xfce4-diskperf-plugin/debian/rules
Log:
cleanup & remove the workaround

Modified: goodies/branches/experimental/xfce4-diskperf-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-diskperf-plugin/debian/changelog	2010-12-11 10:49:47 UTC (rev 4686)
+++ goodies/branches/experimental/xfce4-diskperf-plugin/debian/changelog	2010-12-11 11:29:43 UTC (rev 4687)
@@ -17,9 +17,7 @@
     - run xdt-autogen after patching.
 
   [ Lionel Le Folgoc ]
-  * debian/rules:
-    - clean up autogenerated files changed by xdt-autogen
-    - try to workaround cdbs calling the xdt-autogen rule twice…
+  * 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

Modified: goodies/branches/experimental/xfce4-diskperf-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-diskperf-plugin/debian/rules	2010-12-11 10:49:47 UTC (rev 4686)
+++ goodies/branches/experimental/xfce4-diskperf-plugin/debian/rules	2010-12-11 11:29:43 UTC (rev 4687)
@@ -2,15 +2,12 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-post-patches:: xdt-autogen-stamp
-
-xdt-autogen-stamp:
+post-patches::
 	NOCONFIGURE=1 xdt-autogen
-	touch $@
 
 clean::
 	rm -f $$(find -name 'Makefile.in*')
-	rm -f INSTALL aclocal.m4 config.h.in configure depcomp install-sh ltmain.sh
+	rm -f INSTALL aclocal.m4 config.h.in configure depcomp install-sh
 	rm -f intltool-extract.in intltool-merge.in intltool-update.in ltmain.sh
 	rm -f missing mkinstalldirs
 




More information about the Pkg-xfce-commits mailing list