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

Brian Nelson pyro at costa.debian.org
Sat Oct 7 13:57:29 UTC 2006


Author: pyro
Date: 2006-10-07 13:57:28 +0000 (Sat, 07 Oct 2006)
New Revision: 4615

Modified:
   trunk/packages/qt4-x11/debian/rules
Log:
clean out the .debug files from both the examples and demos

Modified: trunk/packages/qt4-x11/debian/rules
===================================================================
--- trunk/packages/qt4-x11/debian/rules	2006-10-07 13:53:45 UTC (rev 4614)
+++ trunk/packages/qt4-x11/debian/rules	2006-10-07 13:57:28 UTC (rev 4615)
@@ -89,6 +89,7 @@
 binary-install/qt4-doc::
 # Tar up the examples to include them in qt4-doc
 	-$(MAKE) -k -C examples distclean
+	find examples/ -name '*.debug' -print0 | xargs -0r rm -f
 	tar -cv examples/ | \
 	gzip -9 > debian/qt4-doc/usr/share/doc/qt4-doc/qt4-examples.tar.gz
 




More information about the pkg-kde-commits mailing list