summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Nelson <pyro@debian.org>2007-06-27 13:55:08 +0000
committerBrian Nelson <pyro@debian.org>2007-06-27 13:55:08 +0000
commit22937c59ca8cfc0851209c44ac9afb1c0a32aa84 (patch)
treeee2b8f7b3c05ca9d41da5ae03df76b69f2317d05
parent20ab3106c1996757300dbc1327a8597118aeec95 (diff)
downloadqt4-x11-22937c59ca8cfc0851209c44ac9afb1c0a32aa84.tar.gz
also clean the qmake dir using the hackdebian/4.3.0-2
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules5
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index f52ae19..d6295cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,8 @@ qt4-x11 (4.3.0-2) unstable; urgency=low
(= ${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)
diff --git a/debian/rules b/debian/rules
index 6931b66..3082679 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,14 +79,15 @@ clean::
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 \