[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Backporting the "dh_shlibdeps -L" option.



On Mon, Dec 16, 2002 at 04:47:57AM +1100, Andrew Lau wrote:
> dh_makeshlibs
> dh_shlibdeps -L libgcm0 -l debian/libgcm0/usr/lib

Heimdal has:

libl=`ls -d debian/lib*-heimdal | perl -e 'while (<>) { chomp; push(@out,$$_); } print join(":",@out),"\n";'`
libs=`ls -d debian/lib*-heimdal | perl -e 'while (<>) { chomp; push(@out,$$_); } print "-L",join(" -L",@out),"\n";'`

and:

dh_shlibdeps -a -l${libl} -- ${libs}

Which always strikes me as being rather ugly, but considering
it works I haven't had much desire to change it. It also means
I don't have to manually specify each library in Heimdal.

What does the -L parameter do?

Is it the same as the -L parameter that is passed to dpkg-shlibdeps in
my example?
-- 
Brian May <bam@debian.org>



Reply to: