[SCM] ardour3/master: Clean up properly

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Tue Sep 24 14:28:47 UTC 2013


The following commit has been merged in the master branch:
commit 5a030e71d012df26ad62fbd52535fb0dbe64b0e5
Author: Felipe Sateler <fsateler at debian.org>
Date:   Tue Sep 24 10:24:55 2013 -0300

    Clean up properly

diff --git a/debian/rules b/debian/rules
index aa0e369..f63d15f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,7 @@ clean::
 	rm -f autowaf.pyc
 	rm -f .lock-wscript .lock-waf_linux2_build
 	find waflib -name "*.pyc" -delete || true
+	find . -name "*.mo" -delete || true
 	rm -rf build
 	rm -f \
 		gtk2_ardour/version.cc\
@@ -63,6 +64,7 @@ clean::
 		libs/midi++2/version.cc\
 		libs/pbd/pbd/version.h\
 		libs/pbd/version.cc
+	rm -rf debian/tmp
 
 
 common-configure-arch common-configure-indep:: common-configure-impl

-- 
ardour3 packaging



More information about the pkg-multimedia-commits mailing list