Andrew Pollock wrote:
> I'm fiddling with dhcp3, and I changed the 
> 
> ln -s /sbin/dhclient3 $(DESTDIR)/sbin/dhclient
> 
> invocation in debian/rules to 
> 
> dh_link sbin/dhclient3 sbin/dhclient
> 
> however Lintian is still barfing about there being an absolute link when
> it should be relative, which seems contrary to how the manpage for
> dh_link says it should behave.
Sorry, but I cannot reproduce this:

[EMAIL PROTECTED]:~/src/debhelper>./dh_link -v sbin/dhclient3 sbin/dhclient
        install -d debian/debhelper/sbin
        rm -f debian/debhelper/sbin/dhclient
        ln -sf dhclient3 debian/debhelper/sbin/dhclient
[EMAIL PROTECTED]:~/src/debhelper>ls -l debian/debhelper/sbin/dhclient
lrwxrwxrwx  1 joey joey 9 Jun 13 11:18 debian/debhelper/sbin/dhclient -> 
dhclient3

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to