[SCM] Packaging for Red Eclipse branch, master, updated. 39cd69bb7582ba3411725efdc9e9eaffcc3c3c8c

Martin Erik Werner martinerikwerner at gmail.com
Wed Dec 14 07:54:41 UTC 2011


The following commit has been merged in the master branch:
commit 39cd69bb7582ba3411725efdc9e9eaffcc3c3c8c
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Wed Dec 14 07:44:04 2011 +0100

    refresh patches and make fix-install-target posixly

diff --git a/debian/patches/fix-install-target.patch b/debian/patches/fix-install-target.patch
index 00a3310..69d7e4a 100644
--- a/debian/patches/fix-install-target.patch
+++ b/debian/patches/fix-install-target.patch
@@ -3,20 +3,22 @@ Description: Fail-safe install target
  install instead of cp makes sure it is created before copying.
 Forwarded: https://sourceforge.net/apps/trac/redeclipse/ticket/75
 Author: Martin Erik Werner <martinerikwerner at gmail.com>
-Last-Update: 2011-12-13
+Last-Update: 2011-12-14
 
 --- a/src/Makefile
 +++ b/src/Makefile
-@@ -170,10 +170,10 @@
+@@ -171,10 +171,12 @@
  endif
  
  install-client: client
 -	cp reclient ../bin/reclient$(PLATFORM_SUFFIX)
-+	install -D reclient ../bin/reclient$(PLATFORM_SUFFIX)
++	install -d ../bin
++	install -m 755 reclient ../bin/reclient$(PLATFORM_SUFFIX)
  
  install-server: server
 -	cp reserver ../bin/reserver$(PLATFORM_SUFFIX)
-+	install -D reserver ../bin/reserver$(PLATFORM_SUFFIX)
++	install -d ../bin
++	install -m 755 reserver ../bin/reserver$(PLATFORM_SUFFIX)
  
  shared/cube2font.o: shared/cube2font.c
  	$(CXX) $(CXXFLAGS) -c -o $@ $< `freetype-config --cflags`
diff --git a/debian/patches/windowed-by-default.patch b/debian/patches/windowed-by-default.patch
index 3e8e6b9..38e1c7e 100644
--- a/debian/patches/windowed-by-default.patch
+++ b/debian/patches/windowed-by-default.patch
@@ -9,7 +9,7 @@ Last-Update: 2011-12-13
 
 --- a/src/engine/main.cpp
 +++ b/src/engine/main.cpp
-@@ -245,7 +245,7 @@
+@@ -246,7 +246,7 @@
  #endif
  }
  

-- 
Packaging for Red Eclipse



More information about the Pkg-games-commits mailing list