[SCM] faustworks/master: Fix clean rule

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Thu Jun 5 18:06:50 UTC 2014


The following commit has been merged in the master branch:
commit 7cc5e9275e71e41bde3cafc9e503203e9474c7ee
Author: Felipe Sateler <fsateler at debian.org>
Date:   Thu Jun 5 14:06:44 2014 -0400

    Fix clean rule

diff --git a/debian/rules b/debian/rules
index 1d98872..6dcae6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,8 @@
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -f Makefile.qt4
+	rm -f Makefile_QT
+	rm -f Resources/translations/i18n_*.qm
 
 override_dh_fixperms:
 	dh_fixperms

-- 
faustworks packaging



More information about the pkg-multimedia-commits mailing list