This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch debian/master in repository openarena.
commit aa23de166be74ee59a32c1962e139a2a9b8d0fe1 Author: Simon McVittie <[email protected]> Date: Sun Jun 25 00:40:27 2017 +0100 Drop d/p/Use-LDFLAGS-on-non-Linux-too.patch It is no longer needed for any GNU platform. GNU/kFreeBSD and GNU/Hurd both take the GNU/Linux code paths now. --- debian/changelog | 3 +++ debian/patches/Use-LDFLAGS-on-non-Linux-too.patch | 21 --------------------- debian/patches/series | 1 - 3 files changed, 3 insertions(+), 22 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0c229ea..3197eff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,9 @@ openarena (0.8.8-19) UNRELEASED; urgency=medium ioquake3/1.36+u20150926+dfsg1-1) + In particular this means we will attempt to build on m68k (Closes: #865721) + - d/p/Use-LDFLAGS-on-non-Linux-too.patch: + Drop patch, no longer needed for any GNU platform. GNU/kFreeBSD + and GNU/Hurd both take the GNU/Linux code paths now. -- Simon McVittie <[email protected]> Sat, 24 Jun 2017 19:18:46 +0100 diff --git a/debian/patches/Use-LDFLAGS-on-non-Linux-too.patch b/debian/patches/Use-LDFLAGS-on-non-Linux-too.patch deleted file mode 100644 index 956b615..0000000 --- a/debian/patches/Use-LDFLAGS-on-non-Linux-too.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Simon McVittie <[email protected]> -Date: Sun, 17 Aug 2014 23:54:09 +0100 -Subject: Use LDFLAGS on non-Linux too - ---- - Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile b/Makefile -index 8a4f04a..fece468 100644 ---- a/Makefile -+++ b/Makefile -@@ -757,7 +757,7 @@ else # ifeq sunos - - SHLIBEXT=so - SHLIBCFLAGS=-fPIC -- SHLIBLDFLAGS=-shared -+ SHLIBLDFLAGS=-shared $(LDFLAGS) - - endif #Linux - endif #darwin diff --git a/debian/patches/series b/debian/patches/series index 7367695..4af2f03 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,5 +6,4 @@ Use-a-cpp-macro-for-the-game-code-version-so-package.patch Fix-for-crashing-the-server-by-making-a-callvote-to-.patch Request-confirmation-if-a-user-enables-auto-download.patch Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch -Use-LDFLAGS-on-non-Linux-too.patch Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openarena.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

