Package: libifd-cyberjack6 Version: 3.99.5final.sp09-1 Severity: normal Tags: patch
Currently, libifd-cyberjack6 ships with the following manpages: $ dpkg -c libifd-cyberjack6_3.99.5final.sp09-1_amd64.deb | grep 'usr/share/man' | grep '\.gz$' /usr/share/man/cyberjack.8.gz /usr/share/man/man8/cyberjack.8.gz cyberjack.8.gz is in the wrong directory and cannot be read using man(1). The following patch fixes the issue: --- i/doc/Makefile.am +++ w/doc/Makefile.am @@ -6,7 +6,7 @@ DOCFILES=\ #docfiledir=$(datarootdir)/doc/$(PACKAGE) #docfile_DATA=$(DOCFILES) -manpagedir=$(mandir) +manpagedir=$(mandir)/man8 manpage_DATA= \ cyberjack.8 -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386, armel, mipsel Kernel: Linux 4.8.0-2-amd64 (SMP w/8 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)

