summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Nelson <pyro@debian.org>2006-10-07 13:53:45 +0000
committerBrian Nelson <pyro@debian.org>2006-10-07 13:53:45 +0000
commitb552775d7dc62eb4a9406c8bbebb8b3354fc05cd (patch)
tree5fe304d8cb8d076db888fa2051b7ff866f8a7e7e
parent05c4cef5c159fa2e7335c30ec31bdb382adca42f (diff)
downloadqt4-x11-b552775d7dc62eb4a9406c8bbebb8b3354fc05cd.tar.gz
clean out the .debug files from the examples before tarring
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index b67908c..e191b9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -93,6 +93,7 @@ binary-install/qt4-doc::
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