[SCM] logic game ported from ATARI XE/XL branch, master, updated. debian/0.62+dfsg-2-4-gf865377

Stephen Kitt steve at sk2.org
Mon Feb 1 22:37:50 UTC 2010


The following commit has been merged in the master branch:
commit bdefe07a02c8af9fb2879572434acb785b52d318
Author: Stephen Kitt <steve at sk2.org>
Date:   Mon Feb 1 20:51:30 2010 +0100

    Remove non-free sound files in get-orig-source (preparing for 0.65.6).

diff --git a/debian/rules b/debian/rules
index 4898c7b..d8ccb85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,8 @@ get-orig-source:
 	mv gnurobbo-$$VERSION gnurobbo-$$VERSION+dfsg && \
 	cd gnurobbo-$$VERSION+dfsg && \
 	rm -f data/skins/*/*.ttf data/skins/*/LICENSE-ttf gnurobbo && \
+	find . -name \*.ogg -exec rm {} \; && \
+	rm -f LICENSE-ttf LICENSE-sound && \
 	cd .. && \
 	rm -f $$DEST && \
 	tar czf $$DEST gnurobbo-$$VERSION+dfsg && \

-- 
logic game ported from ATARI XE/XL



More information about the Pkg-games-commits mailing list