[pipenightdreams] 06/07: Ensure that the game can be built twice in a row.

Markus Koschany apo-guest at moszumanska.debian.org
Tue Nov 24 20:46:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository pipenightdreams.

commit 5738776d6c7fe1037377ba1b729990515921f7eb
Author: Markus Koschany <apo at debian.org>
Date:   Tue Nov 24 20:52:16 2015 +0100

    Ensure that the game can be built twice in a row.
---
 debian/changelog | 2 ++
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4ce0a98..63b4eba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,8 @@ pipenightdreams (0.10.0-14) unstable; urgency=medium
     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 <dariusz.dwornikowski at cs.put.poznan.pl>  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 @@ override_dh_auto_configure:
 	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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pipenightdreams.git



More information about the Pkg-games-commits mailing list