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

Brian Nelson pyro at alioth.debian.org
Tue Jun 26 21:39:53 UTC 2007


Author: pyro
Date: 2007-06-26 21:39:52 +0000 (Tue, 26 Jun 2007)
New Revision: 6597

Modified:
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/rules
Log:
  * Constrict the hack to clean all binary files to the bin and
    config.tests directories to drastically improve its speed

Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2007-06-26 20:26:06 UTC (rev 6596)
+++ trunk/packages/qt4-x11/debian/changelog	2007-06-26 21:39:52 UTC (rev 6597)
@@ -6,6 +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
 
   [Fathi Boudra]
   * Qt4 demos builds properly in Qt4.3. (Closes: #408639)
@@ -22,7 +24,7 @@
       _all_ widgets that contain the QPoint.
     * 00_0182-argb-visuals-default: Qt handling argb visuals on X11.
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 26 Jun 2007 19:03:06 +0200
+ -- Brian Nelson <brian at catchmedia.com>  Tue, 26 Jun 2007 17:38:16 -0400
 
 qt4-x11 (4.3.0-1) experimental; urgency=low
 

Modified: trunk/packages/qt4-x11/debian/rules
===================================================================
--- trunk/packages/qt4-x11/debian/rules	2007-06-26 20:26:06 UTC (rev 6596)
+++ trunk/packages/qt4-x11/debian/rules	2007-06-26 21:39:52 UTC (rev 6597)
@@ -69,7 +69,6 @@
 	            $(EXTRA_CONFIGURE_OPTS)
 
 clean::
-
 # Extra stuff missed by confclean/distclean
 	rm -f Makefile \
 	      bin/qmake \
@@ -79,14 +78,15 @@
 	      config.status \
 	      demos/shared/libdemo_shared.prl \
 	      mkspecs/qconfig.pri \
-	      src/corelib/global/qconfig.*
+	      src/corelib/global/qconfig.* \
+	      tools/qtestlib/updater/updater \
+	      examples/tools/plugandpaint/plugins/libpnp_basictools.a \
+	      examples/qdbus/complexpingpong/Makefile* \
+	      examples/qdbus/pingpong/Makefile*
 
 	rm -rf lib/ plugins/
 
-	find . -exec file {} \; | grep ELF | sed 's/:.*//'  | xargs rm -f
-	rm -f examples/tools/plugandpaint/plugins/libpnp_basictools.a
-	rm -f examples/qdbus/complexpingpong/Makefile*
-	rm -f examples/qdbus/pingpong/Makefile*
+	find bin/ config.tests/ -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