[SCM] Packaging for Red Eclipse data branch, master, updated. 5800534efbf3f14941febd14dd828bed5758e885

Martin Erik Werner martinerikwerner at gmail.com
Wed Dec 21 13:52:47 UTC 2011


The following commit has been merged in the master branch:
commit abbff365c55f9779a1c0619efb4f34c6c4cf95d1
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Tue Dec 20 22:19:48 2011 +0100

    Replace CGTextures texture with link to similar image
    
    * CGTextures has incredibly muddy licensing terms, since this seems
      to be the only texture from there, and currently not in use by
      default, we just replace it with a similar looking, using a
      symlink.

diff --git a/debian/rules b/debian/rules
index 10f4a0a..cee50f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,14 @@ get-orig-source:
 	rm -f $(DIR)/data/fonts/small*
 	rm -f $(DIR)/data/fonts/*.ttf
 	find $(DIR)/src -mindepth 1 -not -wholename "*site*" -delete
+	# CGTextures license is questionable,
+	# these textures are currently not in use anyways
+	rm -f $(DIR)/data/trak/trak4/kitchen*
+	cd $(DIR)/data/trak/trak4 && \
+		ln -s plaster3.jpg kitchen.jpg; \
+		ln -s plaster3.jpg kitchen1.jpg; \
+		ln -s plaster3_nm.jpg kitchen_nm.jpg; \
+		ln -s plaster3_s.jpg kitchen_s.jpg
 	BZIP2="-9" tar -cj --owner root --group root --mode a+rX \
 		-f $(TAR) $(DIR)
 	rm -rf $(DIR)

-- 
Packaging for Red Eclipse data



More information about the Pkg-games-commits mailing list