[SCM] transportation simulator branch, master, updated. debian/102.2+svn2786-1-6-g2f8653b

Ansgar Burchardt ansgar at 43-1.org
Sat Dec 19 11:32:12 UTC 2009


The following commit has been merged in the master branch:
commit 00d309544fca3541e67cdf579a03dd80f7828c6e
Author: Ansgar Burchardt <ansgar at 43-1.org>
Date:   Sat Dec 19 18:41:10 2009 +0900

    debian/rules: update get-orig-source target
    
    Update the get-orig-source target for the new upstream release, i.e.
    change SVN revision and remove generated file.
    
    Signed-off-by: Ansgar Burchardt <ansgar at 43-1.org>

diff --git a/debian/rules b/debian/rules
index e01a9d6..679ded9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,12 +65,15 @@ binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure
 
 # SVN revision and package version to use when building .orig.tar.gz
-SVNREV  = 2786
-VERSION = 102.2+svn2786
-SVNROOT = svn://tron.homeunix.org/simutrans/simutrans
+SVNREV  = 2928
+VERSION = 102.2.1~ds1
+SVNROOT = svn://tron.homeunix.org/simutrans/simutrans/branches/rc102-2-1
 
 get-orig-source:
-	svn export --username anon --password "" -r $(SVNREV) $(SVNROOT)/trunk simutrans-$(VERSION)
+	svn export --username anon --password "" -r $(SVNREV) $(SVNROOT) simutrans-$(VERSION)
+
+	$(RM) simutrans-$(VERSION)/simutrans/skin/menu.WindowSkin.pak
+
 	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