[aseprite] 02/07: Don't delete simpleini during configure.

Tobias Hansen thansen at moszumanska.debian.org
Thu Sep 3 23:15:21 UTC 2015


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

thansen pushed a commit to branch master
in repository aseprite.

commit 6d3a3a68f22fa1708a81df86aeb62a59509cab90
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Fri Sep 4 00:37:22 2015 +0200

    Don't delete simpleini during configure.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6262088..5da25f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ override_dh_auto_clean:
 	rm -rf build
 
 override_dh_auto_configure:
-	rm -rf third_party
+	cd third_party && find ! \( -name 'simpleini' -o -name '.' \) -type d -exec rm -rf {} +
 	rm -rf src/allegro
 	rm -rf data/www
 	mkdir build && cd build && cmake $(DEB_CMAKE_OPTIONS) $(DEB_ASE_CMAKE_OPTIONS) ..

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



More information about the Pkg-games-commits mailing list