On Thu, Aug 09, 2007 at 12:34:01PM +0200, Alexandre LISSY said:
> Any idea what's this supposed to do ?
> 
> 176         dh_shlibdeps -a
> 177         for pkg in $(shell grep ^Package debian/control | awk '{print 
> $$2}') ; do \
> 178           if dh_shlibdeps -p $$pkg -- -O | grep -q libssl; then \
> 179             echo "$$pkg links to openssl" ;\
> 180             exit 1 ;\
> 181           fi ;\
> 182         done
> 
> 
> It's at the end of debian/rules, and makes the dpkg-buildpackage stops 
> with "freeradius links to openssl" (of course it does links against 
> openssl !)
> 
> Is this related to licence-issues about OpenSSL that prevent from enabling 
> EAP 
> by default ?

It is that exactly - we want to fail to build rather than ship illegal
combinations of software.  Of course, that's not an issue for you.
You can safely remove that whole block for now (except for line 176,
`shlibdeps -a`.  That's actually important).  In a future upload, either
myself or mhy will think of something to make it easier to do this with
so much editing of debian/rules.

Sorry about that.
-- 
 --------------------------------------------------------------------------
|  Stephen Gran                  | FORTUNE'S RULES TO LIVE BY: #23  Don't  |
|  [EMAIL PROTECTED]             | cut off a police car when making an     |
|  http://www.lobefin.net/~steve | illegal U-turn.                         |
 --------------------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to