Your message dated Tue, 22 Aug 2023 13:22:19 +0200
with message-id <[email protected]>
and subject line Re: Bug#231505: pbmclean -minneighbors is documented to work, 
but doesn't
has caused the Debian Bug report #231505,
regarding pbmclean -minneighbors is documented to work, but doesn't
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.)


-- 
231505: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=231505
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: netpbm
Version: 2:10.0-3
Severity: normal

~ $ pbmclean -minneighbors 2 temp.pbm
unrecognized option `-minneighbors'
~ $ man pbmclean 
[...]
       pbmclean [‐minneighbors=N] [‐black|‐white] [pbmfile]
[...]

(Which points out another problem; those dashes should be
\- in the manpage, because otherwise Groff converts them
to the Unicode hyphen in output.)

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux dvdeug 2.4.21dvdeug2 #1 Sat Jun 28 22:56:58 PDT 2003 i686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (ignored: LC_ALL set)

Versions of packages netpbm depends on:
ii  bc                          1.06-11      The GNU bc arbitrary precision cal
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared libraries an
hi  libjpeg62                   6b-9         The Independent JPEG Group's JPEG 
ii  libnetpbm10                 2:10.0-3     Shared libraries for netpbm
ii  libpng12-0                  1.2.5.0-4    PNG library - runtime
hi  libtiff3g                   3.5.7-2      Tag Image File Format library
ii  zlib1g                      1:1.2.1-3    compression library - runtime

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 2:11.01.00-2

On 2004-02-07 David Starner <[email protected]> wrote:
> Package: netpbm
> Version: 2:10.0-3
> Severity: normal

> ~ $ pbmclean -minneighbors 2 temp.pbm
> unrecognized option `-minneighbors'
> ~ $ man pbmclean 
> [...]
>        pbmclean [???minneighbors=N] [???black|???white] [pbmfile]
> [...]

> (Which points out another problem; those dashes should be
> \- in the manpage, because otherwise Groff converts them
> to the Unicode hyphen in output.)

With current version this works:

pbmclean -minneighbors 2 maze.pbm  > out.pbm
ametzler@argenau:/tmp/NETPBM-FREE$ ls -l out.pbm maze.pbm
-rw-rw-r-- 1 ametzler ametzler 481 22. Aug 13:18 maze.pbm
-rw-rw-r-- 1 ametzler ametzler 481 22. Aug 13:20 out.pbm
ametzler@argenau:/tmp/NETPBM-FREE$ pbmclean -minneighbors=2 maze.pbm  > out.pbm
ametzler@argenau:/tmp/NETPBM-FREE$ ls -l out.pbm maze.pbm
-rw-rw-r-- 1 ametzler ametzler 481 22. Aug 13:18 maze.pbm
-rw-rw-r-- 1 ametzler ametzler 481 22. Aug 13:21 out.pbm

cu Andreas

--- End Message ---

Reply via email to