[Pkg-wmaker-commits] [wmload] 50/58: debian/patches: Refresh for new upstream version.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:36:30 UTC 2015


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

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

commit 4052d6c286b971bdb6fb2b6ccb39eecae6dc1b82
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Wed Apr 15 20:20:28 2015 -0500

    debian/patches: Refresh for new upstream version.
---
 debian/patches/bump_POSIX_C_SOURCE.patch | 7 +++++--
 debian/patches/fix_unused_result.patch   | 6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/debian/patches/bump_POSIX_C_SOURCE.patch b/debian/patches/bump_POSIX_C_SOURCE.patch
index fcd500b..29fa147 100644
--- a/debian/patches/bump_POSIX_C_SOURCE.patch
+++ b/debian/patches/bump_POSIX_C_SOURCE.patch
@@ -5,11 +5,14 @@ Description: Bump _POSIX_C_SOURCE to 200112L.
     *usr = rint(Maximum * (float)(*usr)   /total);
            ^
 Author: Doug Torrance <dtorrance at monmouthcollege.edu>
-Last-Update: 2015-04-07
+Last-Update: 2015-04-15
 
 --- a/wmload.c
 +++ b/wmload.c
-@@ -1,4 +1,4 @@
+@@ -18,7 +18,7 @@
+ *  with this program; if not, write to the Free Software Foundation, Inc.,
+ *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
+ 
 -#define _POSIX_C_SOURCE 199309L
 +#define _POSIX_C_SOURCE 200112L
  
diff --git a/debian/patches/fix_unused_result.patch b/debian/patches/fix_unused_result.patch
index 3debd7c..62e6d70 100644
--- a/debian/patches/fix_unused_result.patch
+++ b/debian/patches/fix_unused_result.patch
@@ -1,10 +1,10 @@
 Description: Fix -Wunused-result compiler warning.
 Author: Doug Torrance <dtorrance at monmouthcollege.edu>
-Last-Update: 2015-04-07
+Last-Update: 2015-04-15
 
 --- a/wmload.c
 +++ b/wmload.c
-@@ -125,7 +125,9 @@
+@@ -145,7 +145,9 @@
  	ruid = getuid();
  	euid = geteuid();
  	if ( ruid == euid ) {
@@ -15,7 +15,7 @@ Last-Update: 2015-04-07
  		return;
  	}
  	pid = fork();
-@@ -151,7 +153,8 @@
+@@ -171,7 +173,8 @@
  				strerror(errno));
  		exit(127);
  	}

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



More information about the Pkg-wmaker-commits mailing list