Package: leptonica-progs
Version: 1.69-3.1
Severity: normal
Dear Maintainer,
# count 'man leptonica' SEE ALSO offerings:
% { man leptonica | grep -A 10 ALSO | tail -n +2 | \
sed 's/^ *//;s/-$//' | tr --delete ',()1\n' | \
tr --squeeze-repeats ' ' '\n'; echo ; } | \
wc -l
38
# count how many of those exist in this package:
% { man leptonica | grep -A 10 ALSO | tail -n +2 | \
sed 's/^ *//;s/-$//' | tr --delete ',()1\n' | \
tr --squeeze-repeats ' ' '\n'; echo ; } | \
while read x ; do which $x ; done 2> /dev/null | \
wc -l
16
Possible fixes:
1) The missing 22 programs should be added to the package.
2) All missing program names should be omitted from
the man page.
3) If any program names were changed after the manual
was last updated, then the man page should list
those new names instead.
HTH...
-- System Information:
Debian Release: 7.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash
Versions of packages leptonica-progs depends on:
ii libc6 2.13-35
ii liblept3 1.69-3.1
leptonica-progs recommends no packages.
leptonica-progs suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]