[SCM] Maintenance of the freemat package branch, master, updated. debian/4.0-2-3-g387779e

Giuseppe Iuculano iuculano at debian.org
Fri Jun 4 11:11:53 UTC 2010


The following commit has been merged in the master branch:
commit 387779e819c44f779b8d25e9b215087039770b40
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Fri Jun 4 13:05:09 2010 +0200

    Remove *.moc.cpp files on clean, they don't work with current Qt and cause FTBFS.
    
    Thanks: Ilya Barygin
    Closes: #572821
    Closes: #581280

diff --git a/debian/rules b/debian/rules
index 5110ae3..ed2a876 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,6 +72,7 @@ clean: unpatch
 	rm -f build-stamp 
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -rf debian/build/
+	find . -name '*.moc.cpp' -delete
 	dh_clean CMakeCache.txt dependencies/volpack-1.0c7/config.log dependencies/volpack-1.0c7/config.status
 
 install: build

-- 
Maintenance of the freemat package



More information about the debian-science-commits mailing list