Package: cruft Version: 0.9.6-0.13 Severity: wishlist Tags: patch It'd be nice to have cruft know about the .dhelp files generated by doc-base (for eligible documents). There's a filter for doc-base already, I get some joy from the explain file below looking in /var/lib/doc-base/info/*.list.
I suppose it'd be clearer if install-docs could be asked for a full list of generated files, but direct to the .list files works for now. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i586) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.15-1-486 Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1) Versions of packages cruft depends on: ii file 4.17-1 Determines file type using "magic" ii libc6 2.3.6-7 GNU C Library: Shared libraries cruft recommends no packages. -- no debconf information
#!/bin/sh # files generated by doc-base, eg. /usr/share/doc/xterm-faq/.dhelp, if any cat /var/lib/doc-base/info/*.list 2>/dev/null

