[redeclipse] 305/494: Dropped fix-install-target.patch: applied upstream
Martin Werner
arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
arand-guest pushed a commit to branch debdir
in repository redeclipse.
commit 6ae1f1142463e0a5903b1f9c806aae2f3187cbb9
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date: Mon Dec 19 18:09:15 2011 +0100
Dropped fix-install-target.patch: applied upstream
---
patches/fix-install-target.patch | 24 ------------------------
patches/series | 1 -
2 files changed, 25 deletions(-)
diff --git a/patches/fix-install-target.patch b/patches/fix-install-target.patch
deleted file mode 100644
index 69d7e4a..0000000
--- a/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/patches/series b/patches/series
index 28e19c7..0411096 100644
--- a/patches/series
+++ b/patches/series
@@ -1,3 +1,2 @@
windowed-by-default.patch
build-with-debug-symbols.patch
-fix-install-target.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git
More information about the Pkg-games-commits
mailing list