rev 6614 - trunk/packages/qt4-x11/debian

Brian Nelson pyro at alioth.debian.org
Wed Jun 27 13:55:08 UTC 2007


Author: pyro
Date: 2007-06-27 13:55:08 +0000 (Wed, 27 Jun 2007)
New Revision: 6614

Modified:
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/rules
Log:
also clean the qmake dir using the hack

Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2007-06-27 07:12:19 UTC (rev 6613)
+++ trunk/packages/qt4-x11/debian/changelog	2007-06-27 13:55:08 UTC (rev 6614)
@@ -6,8 +6,8 @@
     (= ${Source-Version}), since it uses internal (non-public) classes in
     Qt whose ABI can change. (Closes: #429817)
   * Added a build-dependency on libxi-dev to enable tablet support.
-  * Constrict the hack to clean all binary files to the bin and
-    config.tests directories to drastically improve its speed
+  * Constrict the hack to clean all binary files to the bin, config.tests,
+    and qmake directories to drastically improve its speed
 
   [Fathi Boudra]
   * Qt4 demos builds properly in Qt4.3. (Closes: #408639)

Modified: trunk/packages/qt4-x11/debian/rules
===================================================================
--- trunk/packages/qt4-x11/debian/rules	2007-06-27 07:12:19 UTC (rev 6613)
+++ trunk/packages/qt4-x11/debian/rules	2007-06-27 13:55:08 UTC (rev 6614)
@@ -79,14 +79,15 @@
 	      demos/shared/libdemo_shared.prl \
 	      mkspecs/qconfig.pri \
 	      src/corelib/global/qconfig.* \
-	      tools/qtestlib/updater/updater* \
+	      tools/qtestlib/updater/updater \
+	      tools/qtestlib/updater/updater.debug \
 	      examples/tools/plugandpaint/plugins/libpnp_basictools.a \
 	      examples/qdbus/complexpingpong/Makefile* \
 	      examples/qdbus/pingpong/Makefile*
 
 	rm -rf lib/ plugins/
 
-	find bin/ config.tests/ -exec file {} \; | grep ELF | sed 's/:.*//'  | xargs rm -f
+	find bin/ config.tests/ qmake/ -exec file {} \; | grep ELF | sed 's/:.*//'  | xargs rm -f
 
 	find include/ -type l -print0 | xargs -0r rm -f
 	find . -mindepth 2 -name Makefile -print0 \




More information about the pkg-kde-commits mailing list