Hi,
On Sat, 20 Jan 2007 09:44:43 +0100, Andreas Barth
<[EMAIL PROTECTED]> said:  

> Hm, there are other changes as well in the sid version:
> --- libsepol-1.14/debian/local.mk
> +++ libsepol-1.14/debian/local.mk
> - done; echo $$j; )`; dpkg-shlibdeps $$k
> + done; echo $$j; )`; if [ -n "$$k" ]; then dpkg-shlibdeps $$k; fi

        This change is a carry over from another package, where $k
 happened to be empty, and dpkg-shlibdeps exited with an error. So, in
 all my packages, now we defensively only call dpkg-shlibdeps if there
 is some file for it to work on. Sorry for not documenting it, and
 thanks for unblocking the package.

        manoj
-- 
Good leaders being scarce, following yourself is allowed.
Manoj Srivastava <[EMAIL PROTECTED]> <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


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

Reply via email to