[liblinear] 07/09: Refresh patch headers

Christian Kastner ckk at moszumanska.debian.org
Sun Nov 1 17:03:26 UTC 2015


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

ckk pushed a commit to branch master
in repository liblinear.

commit 285ec6ae0d92548a34150eb0fc7b12ad220cbf3a
Author: Christian Kastner <ckk at kvr.at>
Date:   Sun Nov 1 17:14:16 2015 +0100

    Refresh patch headers
---
 debian/patches/Improve-option-parsing.patch | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/debian/patches/Improve-option-parsing.patch b/debian/patches/Improve-option-parsing.patch
index c0f7738..b468184 100644
--- a/debian/patches/Improve-option-parsing.patch
+++ b/debian/patches/Improve-option-parsing.patch
@@ -7,16 +7,16 @@ arguments, and use optarg(3) if possible.
 
 Bug-Debian: http://bugs.debian.org/716115
 Forwarded: yes
-Last-Update: 2015-09-05
+Last-Update: 2015-11-01
 ---
- predict.c | 45 ++++++++++++++++++++++++---------------------
- train.c   | 44 +++++++++++++++++++++++++++++++++++++-------
- 2 files changed, 61 insertions(+), 28 deletions(-)
+ predict.c | 51 +++++++++++++++++++++++++++------------------------
+ train.c   | 46 ++++++++++++++++++++++++++++++++++++++--------
+ 2 files changed, 65 insertions(+), 32 deletions(-)
 
-Index: liblinear-2.01+dfsg/predict.c
-===================================================================
---- liblinear-2.01+dfsg.orig/predict.c
-+++ liblinear-2.01+dfsg/predict.c
+diff --git a/predict.c b/predict.c
+index a043181..81f06b1 100644
+--- a/predict.c
++++ b/predict.c
 @@ -3,6 +3,7 @@
  #include <stdlib.h>
  #include <string.h>
@@ -100,10 +100,10 @@ Index: liblinear-2.01+dfsg/predict.c
  		exit(1);
  	}
  
-Index: liblinear-2.01+dfsg/train.c
-===================================================================
---- liblinear-2.01+dfsg.orig/train.c
-+++ liblinear-2.01+dfsg/train.c
+diff --git a/train.c b/train.c
+index 4fc61a0..9c92b17 100644
+--- a/train.c
++++ b/train.c
 @@ -4,6 +4,7 @@
  #include <string.h>
  #include <ctype.h>
@@ -147,7 +147,7 @@ Index: liblinear-2.01+dfsg/train.c
  static char *line = NULL;
  static int max_line_len;
  
-@@ -224,38 +253,39 @@ void parse_command_line(int argc, char *
+@@ -224,38 +253,39 @@ void parse_command_line(int argc, char **argv, char *input_file_name, char *mode
  		switch(argv[i-1][1])
  		{
  			case 's':

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/liblinear.git



More information about the debian-science-commits mailing list