Re: mucking with shlibs files

2000-09-10 Thread Josip Rodin
On Fri, Sep 08, 2000 at 11:36:59PM -0700, Frank Belew wrote: > 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 =

Re: mucking with shlibs files

2000-09-10 Thread Josip Rodin
On Fri, Sep 08, 2000 at 11:36:59PM -0700, Frank Belew wrote: > 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-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