[Pkg-wmaker-commits] [wmbubble] 190/207: debian/patches: Remove directory; patch applied upstream.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 04:18:33 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmbubble.

commit 86582e9d262160a3d39dc12dced076653b64d3cc
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon Dec 1 23:33:03 2014 -0600

    debian/patches: Remove directory; patch applied upstream.
---
 debian/patches/fix-compiler-flags.patch | 27 ---------------------------
 debian/patches/series                   |  1 -
 2 files changed, 28 deletions(-)

diff --git a/debian/patches/fix-compiler-flags.patch b/debian/patches/fix-compiler-flags.patch
deleted file mode 100644
index 53702b3..0000000
--- a/debian/patches/fix-compiler-flags.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: Fix compiler flags
- Fix Makefile so that CFLAGS is not overwritten. Compile with
- CPPFLAGS and LDFLAGS.
-
-Author: Doug Torrance <dtorrance at monmouthcollege.edu>
-Last-Update: 2014-07-28
-
---- a/Makefile
-+++ b/Makefile
-@@ -12,7 +12,7 @@
- # default build flags
- # CFLAGS = -ansi -Wall -ggdb
- # optimization cflags
--CFLAGS = -ansi -Wall -O3
-+CFLAGS += -ansi -Wall -O3
- # profiling cflags
- # CFLAGS = -ansi -Wall -O3 -pg -DPRO=50000
- # test coverage cflags
-@@ -77,7 +77,7 @@
- all: wmbubble
- 
- wmbubble: $(OBJS)
--	$(CC) $(CFLAGS) -o wmbubble $(OBJS) $(LIBS)
-+	$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o wmbubble $(OBJS) $(LIBS)
- 
- bubblemon.o: bubblemon.c wmx11pixmap.h include/bubblemon.h \
-  include/sys_include.h include/numbers-2.h include/ducks.h \
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ddac0dd..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-compiler-flags.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbubble.git



More information about the Pkg-wmaker-commits mailing list