reassign 351743 perl
thanks

On Tue, Feb 07, 2006 at 12:12:51AM -0500, Barry Hawkins wrote:
> [...]
> dpkg-shlibdeps: warning: format of `NEEDED libjava_crw_demo_g.so' not
> recognized
> [...]
> 
> Prior to the upgrade of dpkg-dev, this usage of dh_shlibdeps issued no
> warnings.  Could you guys provide some insight as to whether or not this
> is a bug and how we can adjust our usage of dh_shlibdeps to avoid these
> warnings?  The use of dh_makeshlibs as mentioned in the dh_shlibdebps
> causes no change in behavior.

The interesting thing is that the code generating this warning only
changed from
&warn("format of $1 not recognized");
to
&warn("format of \`NEEDED $1' not recognized");

No other code leading to this warning has changed. The warning should
have been displayed before but it wasn't. I can only guess that to
be a very, very weird perl bug.

I have even minimised the needed change:
&warn("format of $1 not recognized");
is not diplayed while
&warn("format of  $1 not recognized");
is.

I have no idea what is going on there...

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/


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

Reply via email to