Package: iptables Version: 1.4.8-3 Severity: serious Justification: Violates FHS Tags: patch
Just noticed that on one of my boxes there is a man8 directory under /usr/share/ (should be under /usr/share/man), containing one uncompressed man page: iptables-xml.8 Reason is that debian/iptables.install contains the line | iptables-xml.8 usr/share/man8 There's a /usr/share/man/man8/iptables-xml.8.gz at the correct location nevertheless, probably put there by dh: $ dpkg -S iptables-xml.8 iptables: /usr/share/man8/iptables-xml.8 iptables: /usr/share/man/man8/iptables-xml.8.gz The following patch fixes the problem: diff -u debian/iptables.install~ debian/iptables.install --- debian/iptables.install~ 2010-07-08 23:50:40.000000000 +0200 +++ debian/iptables.install 2010-08-06 12:23:12.000000000 +0200 @@ -6,4 +6,4 @@ iptables-apply.8 usr/share/man/man8 iptables-apply usr/sbin iptables.xslt usr/share/iptables -iptables-xml.8 usr/share/man8 +iptables-xml.8 usr/share/man/man8 -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (990, 'unstable'), (600, 'stable'), (500, 'testing'), (110, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages iptables depends on: ii libc6 2.11.2-2 Embedded GNU C Library: Shared lib ii libnfnetlink0 1.0.0-1 Netfilter netlink library iptables recommends no packages. iptables suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org