[Pkg-wmaker-commits] [wmmemload] 32/103: debian/patches: Remove directory; all patches either unnecessary with dh-autoreconf or applied upstream.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 03:11:41 UTC 2015


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

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

commit 48191aa221bade5288758aff903d727bb7f661d7
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sat Oct 4 04:31:31 2014 -0500

    debian/patches: Remove directory; all patches either unnecessary with
    dh-autoreconf or applied upstream.
---
 debian/patches/01-configure-kfreebsd.patch | 28 ----------------------------
 debian/patches/02-stamp-h-in.patch         |  9 ---------
 debian/patches/03-manual.patch             | 29 -----------------------------
 debian/patches/04-kernel30.patch           | 18 ------------------
 debian/patches/series                      |  4 ----
 5 files changed, 88 deletions(-)

diff --git a/debian/patches/01-configure-kfreebsd.patch b/debian/patches/01-configure-kfreebsd.patch
deleted file mode 100755
index d630c86..0000000
--- a/debian/patches/01-configure-kfreebsd.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Author: Philipp Benner <philipp at debian.org>
-Description: Fix FTBFS on GNU/kFreeBSD by matching "linux*|k*bsd*|gnu*" instead of only "linux*"
-Forwarded: no
-License: GPL
-diff -urNad wmmemload-0.1.6~/configure wmmemload-0.1.6/configure
---- wmmemload-0.1.6~/configure	2007-07-22 21:38:38.000000000 +0200
-+++ wmmemload-0.1.6/configure	2007-07-22 21:45:11.000000000 +0200
-@@ -4284,7 +4284,7 @@
- ignore_wired=no
- 
- case ${host_os} in
--linux*)
-+linux*|k*bsd*|gnu*)
-   OS=linux
-   ignore_buffers=yes
-   ignore_cached=yes
-# diff -urNad wmmemload-0.1.6~/configure.ac wmmemload-0.1.6/configure.ac
-# --- wmmemload-0.1.6~/configure.ac	2007-07-22 21:38:38.000000000 +0200
-# +++ wmmemload-0.1.6/configure.ac	2007-07-22 21:45:11.000000000 +0200
-# @@ -92,7 +92,7 @@
-#  ignore_wired=no
- 
-#  case ${host_os} in
-# -linux*)
-# +linux*|k*bsd*|gnu*)
-#    OS=linux
-#    ignore_buffers=yes
-#    ignore_cached=yes
diff --git a/debian/patches/02-stamp-h-in.patch b/debian/patches/02-stamp-h-in.patch
deleted file mode 100755
index 60dad4f..0000000
--- a/debian/patches/02-stamp-h-in.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-Author: Philipp Benner <philipp at debian.org>
-Description: Create stamp-h.in required to inhibit autoheader execution
-Forwarded: no
-License: GPL
-diff -urNad wmmemload-0.1.6~/stamp-h.in wmmemload-0.1.6/stamp-h.in
---- wmmemload-0.1.6~/stamp-h.in	1970-01-01 01:00:00.000000000 +0100
-+++ wmmemload-0.1.6/stamp-h.in	2007-07-25 11:19:18.000000000 +0200
-@@ -0,0 +1 @@
-+timestamp
diff --git a/debian/patches/03-manual.patch b/debian/patches/03-manual.patch
deleted file mode 100755
index 181e0d5..0000000
--- a/debian/patches/03-manual.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Author: Philipp Benner <philipp at debian.org>
-Description: Fix errors in the manpage
-Forwarded: no
-License: GPL
-diff -urNad wmmemload-0.1.6~/doc/wmmemload.1 wmmemload-0.1.6/doc/wmmemload.1
---- wmmemload-0.1.6~/doc/wmmemload.1	2008-05-26 22:35:37 +0700
-+++ wmmemload-0.1.6/doc/wmmemload.1	2008-05-26 22:35:28 +0700
-@@ -61,7 +61,7 @@
- .B \-c,  \-\-ignore\-cached
- ignore cached pages. (GNU/Linux / FreeBSD)
- .TP
--.B \-c,  \-\-ignore\-wired
-+.B \-wr,  \-\-ignore\-wired
- ignore wired pages. (FreeBSD)
- .TP
- .B \-h,  \-\-help
-@@ -76,11 +76,11 @@
- .B \-bw, \-\-broken\-wm
- activate broken window manager fix
- .TP
--.B \-a,  \-\-alarm\-mem <percentage>
-+.B \-am,  \-\-alarm\-mem <percentage>
- activate alarm mode of memory. <percentage> is threshold of percentage from 0
- to 100.(90 is default)
- .TP
--.B \-a,  \-\-alarm\-swap <percentage>
-+.B \-as,  \-\-alarm\-swap <percentage>
- activate alarm mode of swap. <percentage> is threshold of percentage from 0 to
- 100.(50 is default)
diff --git a/debian/patches/04-kernel30.patch b/debian/patches/04-kernel30.patch
deleted file mode 100644
index 26029e2..0000000
--- a/debian/patches/04-kernel30.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Author: Guillermo Indalecio Fernandez <guillermobox at gmail.com>
-Description: Fix version check for kernel 3.0
-Forwarded: no
-License: GPL
-diff -aruN wmmemload-0.1.6~/src/mem_linux.c wmmemload-0.1.6/src/mem_linux.c
---- wmmemload-0.1.6~/src/mem_linux.c	       2003-11-03 22:06:39.000000000 +0000
-+++ wmmemload-0.1.6/src/mem_linux.c	       2011-11-12 11:05:13.000000000 +0000
-@@ -49,8 +49,9 @@
- 
-    /* new format ? (kernel >= 2.5.1pre?) */
-    /* see linux/fs/proc/proc_misc.c */
--   if (version >= 2 && patchlevel >= 5 && sublevel >= 1 || \
--       version >= 2 && patchlevel >= 6 && sublevel >= 0)
-+   if (version == 2 && patchlevel >= 5 && sublevel >= 1 || \
-+       version == 2 && patchlevel >= 6 && sublevel >= 0 || \
-+       version >2 )
-       isnewformat = 1;
- }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f8ff62e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,4 +0,0 @@
-01-configure-kfreebsd.patch
-02-stamp-h-in.patch
-03-manual.patch
-04-kernel30.patch

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



More information about the Pkg-wmaker-commits mailing list