Description: clean up all generated files in clean target
 The generated Makefile doesn't remove translations or the final binary,
 thus causing an FTBFS if built twice in a row.
Author: Stuart Prescott <stuart+debian@nanonanonano.net>

--- rosegarden.orig/Makefile.in
+++ rosegarden/Makefile.in
@@ -137,6 +137,7 @@
 
 clean:
 	rm -f $(QSOURCES) $(UIHEADERS) $(UISOURCES) $(UIMOC) $(OBJECTS) $(LIBRARIES) $(EXECUTABLES) data/data.o data/data.cpp
+	rm -f $(TRANSLATIONSQM) rosegarden
 
 distclean:	clean
 	rm -rf autom4te.cache/
