This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch debdir in repository redeclipse.
commit 115501f73d419acf7a2cbaaf1796855a9e761e20 Author: Martin Erik Werner <[email protected]> Date: Fri Apr 3 17:35:52 2015 +0200 Drop patch included in new upstream version --- patches/series | 1 - patches/system-install-Fix-binary-name.patch | 29 ---------------------------- 2 files changed, 30 deletions(-) diff --git a/patches/series b/patches/series index 0da3f58..a0b9767 100644 --- a/patches/series +++ b/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/patches/system-install-Fix-binary-name.patch b/patches/system-install-Fix-binary-name.patch deleted file mode 100644 index a763fee..0000000 --- a/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 <[email protected]> -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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

