[Dctrl-tools-devel] [SCM] Debian control file query tools branch, master, updated. 2.11-40-gdb1cf52

Antti-Juhani Kaijanaho ajk at debian.org
Tue Jan 6 17:54:17 UTC 2009


The following commit has been merged in the master branch:
commit db1cf525d69f76a6acc02fa6f4c963a646cea87b
Author: Antti-Juhani Kaijanaho <ajk at debian.org>
Date:   Tue Jan 6 19:54:06 2009 +0200

    tbl-dctrl.c [linewrap]: Do not include the breakpoint in the next line.
    
    Closes: #508953 (when greping through source packages,
                     tbl-control can't list Files
    Reported by Gerfried Fuchs <rhonda at debian.at>.
    
    Signed-off-by: Antti-Juhani Kaijanaho <ajk at debian.org>

diff --git a/debian/changelog b/debian/changelog
index b3bfb6f..d995e3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,12 @@ dctrl-tools (2.14) UNRELEASED; urgency=low
   * */*.[ch]: Use the copyright symbol instead of (c) or (C).
   * msg.[ch] (and others): allow the message functions to handle format strings
   * tbl-dctrl.c [linewrap]: Clarify.
+  * tbl-dctrl.c [linewrap]: Do not include the breakpoint in the next line.
+    Closes: #508953 (when greping through source packages, 
+                     tbl-control can't list Files
+    Reported by Gerfried Fuchs <rhonda at debian.at>.
 
- -- Antti-Juhani Kaijanaho <ajk at debian.org>  Tue, 06 Jan 2009 19:45:11 +0200
+ -- Antti-Juhani Kaijanaho <ajk at debian.org>  Tue, 06 Jan 2009 19:49:31 +0200
 
 dctrl-tools (2.13.0) unstable; urgency=low
 
diff --git a/tbl-dctrl/tbl-dctrl.c b/tbl-dctrl/tbl-dctrl.c
index 02f6caa..481082d 100644
--- a/tbl-dctrl/tbl-dctrl.c
+++ b/tbl-dctrl/tbl-dctrl.c
@@ -106,7 +106,7 @@ size_t linewrap(char **res, char const *orig, size_t orig_len,
 				assert(bpr < len);
 				len = bpr;
 				assert(bpo < i);
-				i = bpo; 
+				i = bpo + 1; 
 			}
 			ll = 0;
 			INSERT('\n');

-- 
Debian control file query tools



More information about the Dctrl-tools-devel mailing list