[Pkg-wmaker-commits] [wmmon] 16/19: debian/patches: Remove patches; no longer necessary.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 12 23:57:30 UTC 2017


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

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

commit 5c9591cff42804a8c0ca93b128a281058c689564
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sat Aug 12 19:08:17 2017 -0400

    debian/patches: Remove patches; no longer necessary.
---
 debian/patches/01-cppflags.patch | 14 --------------
 debian/patches/02-gcc5-C89.patch | 18 ------------------
 debian/patches/series            |  2 --
 3 files changed, 34 deletions(-)

diff --git a/debian/patches/01-cppflags.patch b/debian/patches/01-cppflags.patch
deleted file mode 100644
index 49ff667..0000000
--- a/debian/patches/01-cppflags.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Include CPPFLAGS in Makefile to allow hardening
-Author: Rodolfo García Peñas (kix) <kix at debian.org>
-Last-Update: 2013-12-06
---- a/wmmon/Makefile
-+++ b/wmmon/Makefile
-@@ -10,7 +10,7 @@
- 
- 
- .c.o:
--	$(CC) $(CFLAGS) -c -Wall $< -o $*.o
-+	$(CC) $(CFLAGS) $(CPPFLAGS) -c -Wall $< -o $*.o
- 
- wmmon: $(OBJS)
- 	$(CC) $(LDFLAGS) -o wmmon $^ $(LIBDIR) $(LIBS)
diff --git a/debian/patches/02-gcc5-C89.patch b/debian/patches/02-gcc5-C89.patch
deleted file mode 100644
index 1d02bdd..0000000
--- a/debian/patches/02-gcc5-C89.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: fix build failure with gcc5:
- build with "-std=gnu89"
-Origin: vendor
-Bug-Debian: https://bugs.debian.org/778171
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-07-19
-
---- a/wmmon/Makefile
-+++ b/wmmon/Makefile
-@@ -5,7 +5,7 @@
- 		../wmgeneral/misc.o \
- 		../wmgeneral/list.o
- 
--CFLAGS = -O2
-+CFLAGS = -O2 -std=gnu89
- CC = cc
- 
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1a85dbb..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-01-cppflags.patch
-02-gcc5-C89.patch

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



More information about the Pkg-wmaker-commits mailing list