[SCM] Packaging for Red Eclipse branch, master, updated. 5dc6003aa3da59e1bee4514f97ff78bfdd434b6b

Martin Erik Werner martinerikwerner at gmail.com
Mon Dec 19 20:53:53 UTC 2011


The following commit has been merged in the master branch:
commit 9a3cff8380d0dc7f77c228447c459bd6c25f9995
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Mon Dec 19 18:09:15 2011 +0100

    Dropped fix-install-target.patch: applied upstream

diff --git a/debian/patches/fix-install-target.patch b/debian/patches/fix-install-target.patch
deleted file mode 100644
index 69d7e4a..0000000
--- a/debian/patches/fix-install-target.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: Fail-safe install target
- The standard install target fails if the bin/ directory does not exist, using
- 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-14
-
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -171,10 +171,12 @@
- endif
- 
- install-client: client
--	cp 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 ../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/series b/debian/patches/series
index 28e19c7..0411096 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 windowed-by-default.patch
 build-with-debug-symbols.patch
-fix-install-target.patch

-- 
Packaging for Red Eclipse



More information about the Pkg-games-commits mailing list