[Pkg-wmaker-commits] [wmaker] 04/05: Remove debian/patches/61_fix_wmmenugen_segfault.diff; applied upstream.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Jul 8 12:47:42 UTC 2017


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

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

commit 4ee72b093d2fdd8801b797a8241a393a4de3f4aa
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sat Jul 8 08:45:05 2017 -0400

    Remove debian/patches/61_fix_wmmenugen_segfault.diff; applied upstream.
    
    This patch apparently never existed in the experimental branch, so it
    was not removed with the other patches which were applied upstream.
---
 debian/patches/61_fix_wmmenugen_segfault.diff | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/debian/patches/61_fix_wmmenugen_segfault.diff b/debian/patches/61_fix_wmmenugen_segfault.diff
deleted file mode 100644
index 093d7f6..0000000
--- a/debian/patches/61_fix_wmmenugen_segfault.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-Description:  Fix segfault in wmmenugen
-Origin: http://repo.or.cz/wmaker-crm.git/commitdiff/2ea6162
-Applied-Upstream: http://repo.or.cz/wmaker-crm.git/commitdiff/2ea6162
-Bug-Debian: https://bugs.debian.org/844783
-Last-Update: 2016-11-19
-
----
- util/wmmenugen.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/util/wmmenugen.c
-+++ b/util/wmmenugen.c
-@@ -106,7 +106,7 @@
- 	parse_locale(NULL, &env_lang, &env_ctry, &env_enc, &env_mod);
- 	terminal = find_terminal_emulator();
- 
--	for (i = 1; i <= argc; i++)
-+	for (i = 1; i < argc; i++)
- 	{
- 		if (strncmp(argv[i], "-parser", 7) == 0 &&
- 		    (argv[i][7] == '=' ||

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



More information about the Pkg-wmaker-commits mailing list