[fife] 19/25: Delete static libraries to ensure that fife can be built twice in a row.

Markus Koschany apo at moszumanska.debian.org
Mon Nov 7 20:31:26 UTC 2016


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

apo pushed a commit to branch master
in repository fife.

commit e54655cf37818a98db9f9c406f66fefa68e8825a
Author: Markus Koschany <apo at debian.org>
Date:   Wed Sep 21 22:39:26 2016 +0200

    Delete static libraries to ensure that fife can be built twice in a row.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 59d396a..4c2420a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,5 +20,6 @@ override_dh_auto_install:
 
 override_dh_auto_clean:
 	rm -fr build-python*
+	find . -name "*.a" -delete
 	dh_auto_clean
 

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



More information about the Pkg-games-commits mailing list