[Pkg-wmaker-commits] [wmifs] 102/118: debian/patches: Remove directory; patches applied upstream.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 27 02:37:56 UTC 2015


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

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

commit 9fa443439fea95b2a3244b86fcfe2b3fce4edcee
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Wed May 27 23:27:04 2015 -0500

    debian/patches: Remove directory; patches applied upstream.
---
 debian/patches/fix-compiler-warning.patch | 28 ----------------------------
 debian/patches/fix-manpage.patch          | 22 ----------------------
 debian/patches/hardening.patch            | 19 -------------------
 debian/patches/series                     |  3 ---
 4 files changed, 72 deletions(-)

diff --git a/debian/patches/fix-compiler-warning.patch b/debian/patches/fix-compiler-warning.patch
deleted file mode 100644
index cf07983..0000000
--- a/debian/patches/fix-compiler-warning.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Fix compiler warning.
- In particular, the following warning:
- wmifs.c:641:28: warning: variable ‘ppp_old’ set but not used
- [-Wunused-but-set-variable]
-   struct ppp_stats ppp_cur, ppp_old;
-                             ^
-Author: Doug Torrance <dtorrance at monmouthcollege.edu>
-Last-Update: 2014-10-23
-
---- a/wmifs/wmifs.c
-+++ b/wmifs/wmifs.c
-@@ -638,7 +638,7 @@
- 	int					input, output;
- 	int					i;
- 	int					found;
--	struct ppp_stats	ppp_cur, ppp_old;
-+	struct ppp_stats	ppp_cur;
- 	static int			ppp_opened;
- 
- 
-@@ -650,7 +650,6 @@
- 			if (ppp_h < 0)
- 				return -1;
- 			get_ppp_stats(&ppp_cur);
--			ppp_old = ppp_cur;
- 			ppp_opened = 1;
- 		}
- 
diff --git a/debian/patches/fix-manpage.patch b/debian/patches/fix-manpage.patch
deleted file mode 100644
index 8820a03..0000000
--- a/debian/patches/fix-manpage.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: Fix manpage.
- Avoid spelling-error-in-manpage and hyphen-used-as-minus-sign Lintian warnings.
-Author: Doug Torrance <dtorrance at monmouthcollege.edu>
-Last-Update: 2014-10-23
-
---- a/wmifs/wmifs.1
-+++ b/wmifs/wmifs.1
-@@ -12,12 +12,12 @@
- wmifs \- a dockable network traffic monitor
- .SH SYNOPSIS
- .B wmifs
--[-d <display name>] [-i <interface name>] [-l] [-w] [-h] [-v]
-+[\-d <display name>] [\-i <interface name>] [\-l] [\-w] [\-h] [\-v]
- 
- .SH DESCRIPTION
- WMiFS is a dockable applet for X11 that can monitor all your network
- interfaces. It's designed for WindowMaker's Dock and AfterStep's Wharf,
--but it's not dependant on these window managers and should work with
-+but it's not dependent on these window managers and should work with
- any other.
- It can display the net load using a standard bar graph or using a waveform
- mode. It also displays the state of the interface with a group of leds.
diff --git a/debian/patches/hardening.patch b/debian/patches/hardening.patch
deleted file mode 100644
index 4012bea..0000000
--- a/debian/patches/hardening.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Harden binary by using default build flags.
-Author: Doug Torrance
-Last-Update: 2014-10-29
-
---- a/wmifs/Makefile
-+++ b/wmifs/Makefile
-@@ -23,10 +23,10 @@
- INSTALL_FILE    = $(INSTALL) -p -o root -g root -m 644
- 
- .c.o:
--	$(CC) -c $(CFLAGS) $< -o $*.o
-+	$(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $*.o
- 
- wmifs: $(OBJS)
--	$(CC) -o wmifs $^ -lXext $(LIBDIR) $(LIBS)
-+	$(CC) $(LDFLAGS) -o wmifs $^ -lXext $(LIBDIR) $(LIBS)
- 
- all:: wmifs
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 49d111b..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-fix-manpage.patch
-fix-compiler-warning.patch
-hardening.patch

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



More information about the Pkg-wmaker-commits mailing list