Your message dated Tue, 08 Apr 2008 19:32:38 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#221268: fixed in txt2man 1.5.5-1
has caused the Debian Bug report #221268,
regarding txt2man: write wrong man pages if '...' is in SYNOPSIS more than once
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
221268: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=221268
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: txt2man
Version: 1.4.8-1
Severity: important

The attached man text produces an absolutely wrong man page. In particular,
words of 2 or 3 characters long are replaced with underlined '...' string.
Not all 2 or 3 characters long word are replaced though. If i use '...' only
once in SYNOPSIS, everything works fine. You'll see it for your self.

ciao,
-- 
Luca - De Whiskey's - De Vitis              | Elegant or ugly code as well
aliases: Luca ^De [A-Z][A-Za-z\-]*[iy]'\?s$ | as fine or rude sentences have
Luca, a wannabe ``Good guy''.               | something in common: they
local LANG="[EMAIL PROTECTED]"                     | don't depend on the 
language.
NAME
  zopectl - Zope instances controlling tool
SYNOPSIS
  zopectl option ['-'|name[,name,...]] [ option ['-'|name[,name,...]] ... ]
DESCRIPTION
  zopectl is an utility capable of managing multiple zope instances. It can
  apply a list of actions to multiple instances. All actions are performed
  sequentially and only on the specified instances. Option arguments are not
  cumulative (see OPTIONS). Instances must be described in files (see
  CONFIGURATION).
OPTIONS
  Each option may have an argument. Each option argument, if specified, must
  be a comma separated list of instance names. The special "-" (dash)
  instance name will trigger the specified option (hence the action) for all
  known instances. Option arguments are not cumulative, and order (either of
  the options or of the options arguments) does matter.

      # zopectl --start a,b,c --init d,e --access d,e --start d,e

  is not the same as:

      # zopectl --start d,e --start a,b,c --init d,e --access d,e

  or:

      # zopectl --start a,c,b --init d,e --access d,e --start d,e

  Unknown instance names are ignored.

  OPTIONS WHICH TRIGGER AN ACTION
  -s, --start           Starts each named instance using using zope-z2
  -S, --stop            Sends SIGTERM to each named running instance
  -r, --restart         For each named intstance already running, send it a
                        SIGHUP signal, else falls back to -s, --start option
  -f, --force-reload    Stops each named instance, reload the configuration end
                        then starts them again
  -a, --access          Creates the emergency/initial user file for each named
                        instance (it overwrites the old file)
  -p, --pcgi            Creates the PCGI resource file for each named
                        instance (it overwrites the old file)
  -i, --init            Initialize home directory for each named instance,
                        setting up permissions and ownership of various
                        files (it does not create emergency/initial user or
                        PCGI resource file)
  -d, --delete          Stops each named instance and remove all files and
                        directories needed to run it (log files and Data.fs
                        are not removed)
  -l, --logrotate       Sends SIGUSR2 to each named instance (this forces each
                        instance to reopen log files)
  -D, --dump            For each named instance, dump a 'key: value' list of
                        its configuration (each row may be preceded by one or
                        more white spaces)
  OTHER OPTIONS
  -X, --exclude         Exclude each named instance from any and all specified
                        options
EXAMPLES

      # zopectl --start - --restart - --force-reload - --stop -

  This command will apply each action in sequence, so, at the end, it won't do
  anything of real use.

      # zopectl --init instance --access instance --pcgi instance
  
  This command will completly set up the instance named "instance". This will
  also set pcgi resource file.

      # zopectl --start - --exclude debug_instance

  This command will star all but 'debug_instance' instances.

      postrotate
        zopectl --logrotate -
      endscript

  Your Zope logrotate.conf should include the above lines.
DEPRECATED BEHAVIOURS
  * Use of any non option argument for zopectl is DEPRECATED.
  * create action is DEPRECATED. Use --init, --access and (if needed) --pcgi
    instead.
  * Use of "*" (star) to indicate all known instance is DEPRECATED. Use "-"
    (dash) instead.
FILES
  /etc/zopectl/zopectlrc        The zopectl runtime configuration file
  /etc/zopectl/*.{conf,ini}     The instances configuration files
SEE ALSO
  zope-z2(8), zope-zpasswd(8), zopectlrc(5), zopectl.conf(5),
  /usr/share/doc/zope/SIGNALS.txt
AUTHOR
  Luca - De Whiskey's - De Vitis <[EMAIL PROTECTED]>


--- End Message ---
--- Begin Message ---
Source: txt2man
Source-Version: 1.5.5-1

We believe that the bug you reported is fixed in the latest version of
txt2man, which is due to be installed in the Debian FTP archive:

txt2man_1.5.5-1.diff.gz
  to pool/main/t/txt2man/txt2man_1.5.5-1.diff.gz
txt2man_1.5.5-1.dsc
  to pool/main/t/txt2man/txt2man_1.5.5-1.dsc
txt2man_1.5.5-1_all.deb
  to pool/main/t/txt2man/txt2man_1.5.5-1_all.deb
txt2man_1.5.5.orig.tar.gz
  to pool/main/t/txt2man/txt2man_1.5.5.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Robin Cornelius <[EMAIL PROTECTED]> (supplier of updated txt2man package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 25 Mar 2008 11:56:20 +0000
Source: txt2man
Binary: txt2man
Architecture: source all
Version: 1.5.5-1
Distribution: unstable
Urgency: low
Maintainer: Fredrik Steen <[EMAIL PROTECTED]>
Changed-By: Robin Cornelius <[EMAIL PROTECTED]>
Description: 
 txt2man    - Converts flat ASCII text to man page format
Closes: 221268 415390 416391 440214
Changes: 
 txt2man (1.5.5-1) unstable; urgency=low
 .
   * New upstream release. (Closes:#415390)
   * Incorrect generation of nroff for command line arguments
     (Closes: #416391, #440214)
   * Use gsub instead of sub to correctly parse file. (Closes: #221268)
   * Fix lintian warnings due to incorrectly generated nroff comments
Files: 
 130189dbb1aea2aa17c16d9baf6c0624 659 text optional txt2man_1.5.5-1.dsc
 d10fe6e9876a2969201ea4d75ac9ea48 16136 text optional txt2man_1.5.5.orig.tar.gz
 4507de92230e1fe67ce1d86a17617a76 2470 text optional txt2man_1.5.5-1.diff.gz
 4786a5586f114a90d4744439d03f7f51 15274 text optional txt2man_1.5.5-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH+8VQ2pHue6WOFk8RAkmcAKCBzpXi/Jod76wM1hToBW//k86VnACcCaTC
Cj6REPweshaik2BLddfE/II=
=YUjr
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to