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

Brian Nelson pyro at costa.debian.org
Sat Oct 7 13:53:45 UTC 2006


Author: pyro
Date: 2006-10-07 13:53:45 +0000 (Sat, 07 Oct 2006)
New Revision: 4614

Modified:
   trunk/packages/qt4-x11/debian/rules
Log:
clean out the .debug files from the examples before tarring

Modified: trunk/packages/qt4-x11/debian/rules
===================================================================
--- trunk/packages/qt4-x11/debian/rules	2006-10-07 13:20:12 UTC (rev 4613)
+++ trunk/packages/qt4-x11/debian/rules	2006-10-07 13:53:45 UTC (rev 4614)
@@ -93,6 +93,7 @@
 	gzip -9 > debian/qt4-doc/usr/share/doc/qt4-doc/qt4-examples.tar.gz
 
 	-$(MAKE) -k -C demos distclean
+	find demos/ -name '*.debug' -print0 | xargs -0r rm -f
 	tar -cv demos/ | \
 	gzip -9 > debian/qt4-doc/usr/share/doc/qt4-doc/qt4-demos.tar.gz
 




More information about the pkg-kde-commits mailing list