This is an automated email from the git hooks/post-receive script. dmn pushed a commit to branch master in repository reminiscence.
commit 429bd43b9e7bc3a90f4f1595c0d5ae231c770e28 Author: Damyan Ivanov <[email protected]> Date: Mon Jan 1 15:12:49 2018 +0000 drop unneeded honour-cxxflags.patch --- debian/patches/honour-cxxflags.patch | 17 ----------------- debian/patches/series | 1 - 2 files changed, 18 deletions(-) diff --git a/debian/patches/honour-cxxflags.patch b/debian/patches/honour-cxxflags.patch deleted file mode 100644 index c6fe388..0000000 --- a/debian/patches/honour-cxxflags.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: Allow CXXFLAGS from the environment to override Makefile defaults -Author: Damyan Ivanov <[email protected]> -Forwarded: [email protected] - ---- a/Makefile -+++ b/Makefile -@@ -6,8 +6,9 @@ DEFINES = -DBYPASS_PROTECTION - #DEFINES = -DBYPASS_PROTECTION -DENABLE_PASSWORD_MENU -DNDEBUG - - CXX = g++ -+EXT_CXXFLAGS := $(CXXFLAGS) - CXXFLAGS := -g -O -Wall -Wuninitialized -Wshadow -Wimplicit -Wundef -Wreorder -Wnon-virtual-dtor -Wno-multichar --CXXFLAGS += -MMD $(SDL_CFLAGS) -DUSE_ZLIB $(DEFINES) -+CXXFLAGS += -MMD $(SDL_CFLAGS) -DUSE_ZLIB $(DEFINES) $(EXT_CXXFLAGS) - - SRCS = collision.cpp cutscene.cpp file.cpp fs.cpp game.cpp graphics.cpp main.cpp menu.cpp \ - mixer.cpp mod_player.cpp piege.cpp resource.cpp scaler.cpp seq_player.cpp sfx_player.cpp \ diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 2e713ea..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -honour-cxxflags.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/reminiscence.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

