diff -pruN 0.5.3-6/debian/autogen.sh 0.5.3-7/debian/autogen.sh
--- 0.5.3-6/debian/autogen.sh	1970-01-01 00:00:00.000000000 +0000
+++ 0.5.3-7/debian/autogen.sh	2018-09-13 12:13:26.000000000 +0000
@@ -0,0 +1,3 @@
+#!/bin/sh
+glib-gettextize --force --copy
+autoreconf --force --install
diff -pruN 0.5.3-6/debian/changelog 0.5.3-7/debian/changelog
--- 0.5.3-6/debian/changelog	2018-09-11 13:01:54.000000000 +0000
+++ 0.5.3-7/debian/changelog	2018-09-13 12:13:26.000000000 +0000
@@ -1,3 +1,13 @@
+gnome-breakout (0.5.3-7) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Yavor Doganov ]
+  * Fix FTBFS when building twice in a row.
+    Thanks to Yavor Doganov for the patch!
+
+ -- Markus Koschany <apo@debian.org>  Thu, 13 Sep 2018 14:13:26 +0200
+
 gnome-breakout (0.5.3-6) unstable; urgency=medium
 
   * Team upload.
diff -pruN 0.5.3-6/debian/rules 0.5.3-7/debian/rules
--- 0.5.3-6/debian/rules	2018-09-11 13:01:54.000000000 +0000
+++ 0.5.3-7/debian/rules	2018-09-13 12:13:26.000000000 +0000
@@ -6,12 +6,19 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,-
 %:
 	dh $@
 
+override_dh_autoreconf:
+	dh_autoreconf debian/autogen.sh
+
 override_dh_auto_configure:
 	dh_auto_configure -- \
 	--prefix=/usr \
 	--bindir=\$${prefix}/games \
 	--datadir=\$${prefix}/share/games
 
+override_dh_auto_clean:
+	rm -f po/*.gmo
+	dh_auto_clean
+
 override_dh_auto_install:
 	dh_auto_install
 
