[redeclipse] 16/23: Drop patch included in new upstream version

Martin Werner arand-guest at moszumanska.debian.org
Sat Apr 4 00:47:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

arand-guest pushed a commit to branch next
in repository redeclipse.

commit f0429a26a8d825588c9949b8297344c37bca4982
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Fri Apr 3 17:35:52 2015 +0200

    Drop patch included in new upstream version
---
 debian/patches/series                              |  1 -
 .../patches/system-install-Fix-binary-name.patch   | 29 ----------------------
 2 files changed, 30 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 0da3f58..a0b9767 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 windowed-by-default.patch
 build-with-system-enet.patch
-system-install-Fix-binary-name.patch
 system-install-Add-common-install-target-for-common-.patch
diff --git a/debian/patches/system-install-Fix-binary-name.patch b/debian/patches/system-install-Fix-binary-name.patch
deleted file mode 100644
index a763fee..0000000
--- a/debian/patches/system-install-Fix-binary-name.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 91e32211548fbf11a118c8961c609486ca0e6f31 Mon Sep 17 00:00:00 2001
-From: Martin Erik Werner <martinerikwerner at gmail.com>
-Date: Tue, 31 Mar 2015 12:11:53 +0200
-Subject: [PATCH] system-install: Fix binary name
-
-Since the main makefile now produces binaries with suffixes in src/,
-make sure the system-install targets use these filenames.
----
- src/system-install.mk | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/system-install.mk b/src/system-install.mk
-index 568df6a..e6eae10 100644
---- a/src/system-install.mk
-+++ b/src/system-install.mk
-@@ -2,8 +2,8 @@ appname=$(APPNAME)
- appnamefull=$(shell sed -n 's/.define VERSION_NAME *"\([^"]*\)"/\1/p' version.h)
- appsrcname=$(APPNAME)
- cappname=$(shell echo $(appname) | tr '[:lower:]' '[:upper:]')# Captial appname
--appclient=$(APPCLIENT)
--appserver=$(APPSERVER)
-+appclient=$(APPCLIENT)$(APPMODIFIER)$(BIN_SUFFIX)
-+appserver=$(APPSERVER)$(APPMODIFIER)$(BIN_SUFFIX)
- 
- prefix=/usr/local
- games=
--- 
-2.1.4
-

-- 
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