[pipenightdreams] 05/07: Execute dh_autoclean before manual removals.

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 26f2ee62e305531f87c85267f2a39e1cf920f73f
Author: Markus Koschany <apo at debian.org>
Date:   Tue Nov 24 20:49:15 2015 +0100

    Execute dh_autoclean before manual removals.
    
    Ensures that the game can be built twice in a row.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 465db0a..8c68696 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:
-	rm -rf config.log config.status ltconfig
 	dh_auto_clean
+	rm -rf config.log config.status ltconfig

-- 
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