diff --git a/debian/changelog b/debian/changelog index 4ce0a98..63b4eba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,8 @@ superset. * pipenightdreams-data: Suggest pipenightdreams. * Remove obsolete Replaces field. + * Ensure that the game can be built twice in a row. Update dh_auto_clean + override. -- Dariusz Dwornikowski Tue, 24 Nov 2015 11:55:34 +0100 diff --git a/debian/rules b/debian/rules index 8c68696..206b9aa 100755 --- a/debian/rules +++ b/debian/rules @@ -7,5 +7,5 @@ dh_auto_configure -- --prefix=/usr --bindir=/usr/games --mandir=/usr/share/man --datadir=/usr/share override_dh_auto_clean: - dh_auto_clean - rm -rf config.log config.status ltconfig + $(RM) config.log config.status src/level.cc src/*.o src/pipenightdreams src/config.h src/stamp-h1 + find . -name Makefile -delete