rev 6012 - branches/kde4/packages/qt4-x11/debian

Sune Vuorela pusling-guest at alioth.debian.org
Tue May 1 11:32:36 UTC 2007


Author: pusling-guest
Date: 2007-05-01 11:32:36 +0000 (Tue, 01 May 2007)
New Revision: 6012

Modified:
   branches/kde4/packages/qt4-x11/debian/changelog
   branches/kde4/packages/qt4-x11/debian/rules
Log:
fix clean::


Modified: branches/kde4/packages/qt4-x11/debian/changelog
===================================================================
--- branches/kde4/packages/qt4-x11/debian/changelog	2007-05-01 11:07:20 UTC (rev 6011)
+++ branches/kde4/packages/qt4-x11/debian/changelog	2007-05-01 11:32:36 UTC (rev 6012)
@@ -8,6 +8,8 @@
     + there is a libQtScript.so.* now. Ship it in libqt4-core currently
   * Add utils.mk to rules file so we can use debian/rules list-missing
   * There is currently no versioned changes file shipped by upstream
+  * Cleaning seems to fail a bit. Trying to hack around that in debian/rules
+    clean:: target
 
  -- Sune Vuorela <debian at pusling.com>  Tue, 01 May 2007 00:33:02 +0200
 

Modified: branches/kde4/packages/qt4-x11/debian/rules
===================================================================
--- branches/kde4/packages/qt4-x11/debian/rules	2007-05-01 11:07:20 UTC (rev 6011)
+++ branches/kde4/packages/qt4-x11/debian/rules	2007-05-01 11:32:36 UTC (rev 6012)
@@ -76,6 +76,8 @@
 	      src/corelib/global/qconfig.*
 
 	rm -rf lib/ plugins/
+	find . -exec file {} \; | grep ELF | sed 's/:.*//'  | xargs rm
+	rm examples/tools/plugandpaint/plugins/libpnp_basictools.a
 
 	find include/ -type l -print0 | xargs -0r rm -f
 	find . -mindepth 2 -name Makefile -print0 \




More information about the pkg-kde-commits mailing list