[Pkg-xfce-commits] r7893 - in /goodies/trunk/xfce4-cpufreq-plugin/debian: changelog rules

pkg-xfce-devel at lists.alioth.debian.org pkg-xfce-devel at lists.alioth.debian.org
Fri Sep 6 11:29:54 UTC 2013


Author: corsac
Date: Fri Sep  6 11:29:54 2013
New Revision: 7893

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=7893
Log:
* debian/rules:
  - create and remove m4 folder for xdt-autogen.

Modified:
    goodies/trunk/xfce4-cpufreq-plugin/debian/changelog
    goodies/trunk/xfce4-cpufreq-plugin/debian/rules

Modified: goodies/trunk/xfce4-cpufreq-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-cpufreq-plugin/debian/changelog?rev=7893&op=diff
==============================================================================
--- goodies/trunk/xfce4-cpufreq-plugin/debian/changelog	(original)
+++ goodies/trunk/xfce4-cpufreq-plugin/debian/changelog	Fri Sep  6 11:29:54 2013
@@ -21,6 +21,8 @@
     - 01_try-fix-ftbfs-bsd removed, included upstream.
     - 02_refresh-selected-core removed as well. 
     - 03_port-to-libxfce4ui removed too, finally. 
+  * debian/rules:
+    - create and remove m4 folder for xdt-autogen.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Fri, 06 Sep 2013 07:49:41 +0200
 

Modified: goodies/trunk/xfce4-cpufreq-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-cpufreq-plugin/debian/rules?rev=7893&op=diff
==============================================================================
--- goodies/trunk/xfce4-cpufreq-plugin/debian/rules	(original)
+++ goodies/trunk/xfce4-cpufreq-plugin/debian/rules	Fri Sep  6 11:29:54 2013
@@ -6,11 +6,12 @@
 	dh $@
 
 override_dh_auto_configure:
+	mkdir -p m4
 	NOCONFIGURE=1 xdt-autogen
 	dh_auto_configure
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -f $$(find -name 'Makefile.in*') compile *.in
+	rm -f $$(find -name 'Makefile.in*') compile *.in m4
 	rm -f INSTALL aclocal.m4 config.guess config.sub configure
 	rm -f depcomp install-sh ltmain.sh missing mkinstalldirs




More information about the Pkg-xfce-commits mailing list