Package: iproute
Version: 20100519-3

debian rules has:
        dh_link -a
        (...)
        dh_installman -a

This is a problem because dh_link tries to do:
        rm -f debian/iproute/usr/share/man/man8/tc-bfifo.8.gz
        ln -sf tc-pfifo.8.gz debian/iproute/usr/share/man/man8/tc-bfifo.8.gz

This does not work if dh_link is run before dh_installman since
debian/iproute/usr/share/man/man8 does not exist before dh_installman
is run.

Swapping the lines fixes the problem.

Marc
-- 
"A mouse is a device used to point at the xterm you want to type in" - A.S.R.
Microsoft is to operating systems & security ....
                                      .... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/  



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to