Yves Arrouye wrote:
Hi,
I'm at loss: dh_shlibdeps generates a self-dependency for my library
package. I'm surprised because dh_makeshlibs generated a shlibs file w/ all
the right things for my package, yet dh_shlibdeps adds a self-dependency in
my package's libicu16.substvars.
Any idea how to
Yves Arrouye wrote:
> Hi,
>
> I'm at loss: dh_shlibdeps generates a self-dependency for my library
> package. I'm surprised because dh_makeshlibs generated a shlibs file w/ all
> the right things for my package, yet dh_shlibdeps adds a self-dependency in
> my package's libicu16.substvars.
>
> A
Currently mozilla has the following in its rules file to do the shlibdeps
___
cd debian && cat $(nspr).shlibs > shlibs.local
env
LD_LIBRARY_PATH=$(CURDIR)/debian/$(nspr)/usr/lib:$(CURDIR)/debian/tmp/usr/lib/mozilla
\
dh_shlibdeps -pmozilla -plibnspr4
rm -f debian/shlibs.local
___
libnspr4.shlibs
Currently mozilla has the following in its rules file to do the shlibdeps
___
cd debian && cat $(nspr).shlibs > shlibs.local
env
LD_LIBRARY_PATH=$(CURDIR)/debian/$(nspr)/usr/lib:$(CURDIR)/debian/tmp/usr/lib/mozilla \
dh_shlibdeps -pmozilla -plibnspr4
rm -f debian/shlibs.local
___
libnspr4.shlibs
4 matches
Mail list logo