On Mon, Jun 13, 2005 at 11:18:41AM -0400, Joey Hess wrote:
> 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
> 
Apologies. I think it was an operator error.

regards

Andrew


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to