在 2019年10月10日星期四 CST 下午4:13:06,您写道: > Version: 5.02-1 > > Am 10.10.19 um 08:22 schrieb Zhang Jingqiang: > > Package: manpages-dev > > Version: 5.02-1 > > Severity: important > > > > Dear Maintainer, > > > > crypt(3) is missing, which contains also crypt_r > > Hi, > > thanks for the bug report. Those manpages are intentionally removed from > the Debian package, because they are already included in another package > (libcrypt2-dev). Therefore, we have a name conflict and both packages > cannot be installed at the same time.
But they have been diverted in libcrypt2-dev: # dpkg-divert --list | grep libcrypt2 diversion of /usr/lib/x86_64-linux-gnu/libcrypt.a to /usr/lib/x86_64-linux- gnu/glibc_libcrypt.a by libcrypt2-dev diversion of /usr/lib/x86_64-linux-gnu/libcrypt.so to /usr/lib/x86_64-linux- gnu/glibc_libcrypt.so by libcrypt2-dev diversion of /usr/share/man/man3/crypt.3.gz to /usr/share/man/man3/ glibc_crypt.3.gz by libcrypt2-dev diversion of /usr/share/man/man3/crypt_r.3.gz to /usr/share/man/man3/ glibc_crypt_r.3.gz by libcrypt2-dev diversion of /usr/include/crypt.h to /usr/include/glibc_crypt.h by libcrypt2- dev # dpkg -L libc6-dev | grep crypt /usr/include/crypt.h diverted by libcrypt2-dev to: /usr/include/glibc_crypt.h /usr/lib/x86_64-linux-gnu/libcrypt.a diverted by libcrypt2-dev to: /usr/lib/x86_64-linux-gnu/glibc_libcrypt.a /usr/lib/x86_64-linux-gnu/libcrypt.so diverted by libcrypt2-dev to: /usr/lib/x86_64-linux-gnu/glibc_libcrypt.so