Description: Add translations to cleanup in makefile
 Upstream makefile doesn not clean up translations.
 Modified to fix this.
 .
 gnome-shell-extension-dashtodock (53-1) unstable; urgency=medium
 .
   * Initial release (Closes: 829185)
Author: Jonathan Carter <jcarter@linux.com>
Bug-Debian: https://bugs.debian.org/829185

--- gnome-shell-extension-dashtodock-53.orig/Makefile
+++ gnome-shell-extension-dashtodock-53/Makefile
@@ -24,6 +24,7 @@ all: extension
 
 clean:
 	rm -f ./schemas/gschemas.compiled
+	rm -f ./po/*.mo
 
 extension: ./schemas/gschemas.compiled $(MSGSRC:.po=.mo)
 
