1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
# Note that all of these are actually installed, but under a different name.
# Using dh-exec to perform the renaming. Therefore, dh_missing fails to
# detect these would be part on an architecture dependent binary and reports
# them as missing in an arch=all build.
# TODO, this might no longer be needed, as maildirkw doesn't seem to cause any
# problems.
usr/bin/deliverquota
usr/bin/lockmail
usr/bin/maildirmake
usr/bin/makedat
usr/bin/preline
usr/lib/courier/mkesmtpdcert
usr/sbin/showconfig
usr/share/man/man1/lockmail.1
usr/share/man/man1/maildirmake.1
usr/share/man/man1/makedat.1
usr/share/man/man1/preline.1
usr/share/man/man5/maildir.5
usr/share/man/man7/maildirquota.7
usr/share/man/man8/deliverquota.8
# Don't install /usr/bin/addcr or the associated man page in the courier-mta
# package. Due to a collision with ucspi-tcp, courier-mta no longer installs
# a link to addcr in /usr/bin/, instead calling the binary in
# /usr/lib/courier/courier/modules/esmtp/addcr directly. As the binary is no
# longer in the path, the man page (which also conflicts with ucspi-tcp) is no
# longer installed.
# <https://github.com/svarshavchik/courier/issues/56>
# <https://lists.debian.org/debian-mentors/2025/01/msg00212.html>
usr/bin/addcr
usr/share/man/man1/addcr.1
|