Package: txt2tags
Version: 2.6-3
Severity: normal
Tags: patch upstream
Control: forwarded -1 http://code.google.com/p/txt2tags/issues/detail?id=127

Hello,

There is a problem with the indentation of the text in nested lists with
the man output. The issue is better described at upstream's issue
tracker:
  http://code.google.com/p/txt2tags/issues/detail?id=127

I provided a patch there, but I'm attaching another one here that
applies to the stable version packaged in Debian.

Cheers,
  Matteo

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages txt2tags depends on:
ii  python     2.7.5-5
ii  python2.6  2.6.8-1.1
ii  python2.7  2.7.5-8

txt2tags recommends no packages.

Versions of packages txt2tags suggests:
pn  python-tk  <none>

-- no debconf information
--- txt2tags.py.old	2011-04-16 11:41:39.000000000 -0400
+++ txt2tags.py	2013-09-30 17:20:06.192458829 -0400
@@ -1311,10 +1311,10 @@
 		'fontItalicClose'       : '\\fR'   ,
 		'listOpen'              : '.RS'    ,
 		'listItemOpen'          : '.IP \(bu 3\n',
-		'listClose'             : '.RE'    ,
+		'listClose'             : '.RE\n.IP',
 		'numlistOpen'           : '.RS'    ,
 		'numlistItemOpen'       : '.IP \a. 3\n',
-		'numlistClose'          : '.RE'    ,
+		'numlistClose'          : '.RE\n.IP',
 		'deflistItem1Open'      : '.TP\n'  ,
 		'bar1'                  : '\n\n'   ,
 		'url'                   : '\a'     ,

Reply via email to