[SCM] faustworks/master: Fixed dh_auto_clean to delete Makefile.qt4

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue May 14 18:40:11 UTC 2013


The following commit has been merged in the master branch:
commit 59bb29c018ef9f5f42d41460b8199d211fb657d2
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue May 14 20:47:59 2013 +0200

    Fixed dh_auto_clean to delete Makefile.qt4

diff --git a/debian/rules b/debian/rules
index 7614e33..1d98872 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 %:
 	dh $@ --buildsystem=qmake_qt4
 
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -f Makefile.qt4
+
 override_dh_fixperms:
 	dh_fixperms
 	cd debian/faustworks && \

-- 
faustworks packaging



More information about the pkg-multimedia-commits mailing list