From ff8ef409a0d43c2fbba77d13aeba6e14164569cd Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 22 Apr 2010 02:25:13 -0600 Subject: [PATCH] remove pre-buit Qt moc files, closes: #573759 --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index fd99b3c7..d6a2ebec 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,11 @@ clean: dh_testroot rm -f build-stamp configure-stamp extract-stamp install-stamp + # Remove (possibly stale) pre-built Qt-generated moc files; they will + # be rebuilt using the current Qt moc. Perhaps this should actually be + # part of 'make distclean' and these files not be distributed: + rm -f ./gr-qtgui/src/lib/*_moc.cc + if [ -f Makefile ]; \ then\ if [ -d .svn ]; \ -- 2.30.2