Re: debmake's dh_shlibdeps generates a dependency on the package that has the deps

2000-10-16 Thread Frank Belew
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

Re: debmake's dh_shlibdeps generates a dependency on the package that has the deps

2000-10-16 Thread Frank Belew
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

mucking with shlibs files

2000-09-09 Thread Frank Belew
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

mucking with shlibs files

2000-09-08 Thread Frank Belew
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