[SCM] transportation simulator branch, master, updated. debian/102.2.2.ds1-1-8-gfd00992

Ansgar Burchardt ansgar at debian.org
Wed Feb 16 01:06:26 UTC 2011


The following commit has been merged in the master branch:
commit 693adf9bc7015429cdc7ac359e407016f18546d8
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Wed Feb 16 01:34:28 2011 +0100

    get-orig-source: Remove non-free SHA-1 implementation.

diff --git a/debian/rules b/debian/rules
index 0c86ec9..c20d589 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,10 @@ SVNROOT = svn://tron.homeunix.org/simutrans/simutrans/trunk
 get-orig-source:
 	svn export --username anon --password "" -r $(SVNREV) $(SVNROOT) simutrans-$(VERSION)
 
+	# source is skins.src/*, only removed to make sure we rebuild it.
 	$(RM) simutrans-$(VERSION)/simutrans/skin/menu.WindowSkin.pak
+	# freeware, cf. http://www.packetizer.com/security/sha1/ [2011-02-15]
+	$(RM) simutrans-$(VERSION)/utils/sha1.cc simutrans-$(VERSION)/utils/sha1.h
 
 	tar c simutrans-$(VERSION) | gzip -9 >simutrans_$(VERSION).orig.tar.gz
 	$(RM) -r simutrans-$(VERSION)

-- 
transportation simulator



More information about the Pkg-games-commits mailing list