On Tue, May 17, 2005 at 11:07:16PM +0200, giskard wrote:
> yes look here :)
> www.autistici.org/giskard/file/freeze/

Hmm, just adding the depends seems wrong to me. I would suggest to
fix the shlib:Depends substvar instead with a patch along these lines:

diff -Bbu somaplayer-0.5.2/debian/rules somaplayer-0.5.2/debian/rules
--- somaplayer-0.5.2/debian/rules
+++ somaplayer-0.5.2/debian/rules
@@ -51,6 +51,7 @@
        rm -rf debian/libsds-dev
        rm -rf debian/tmp       
        rm -rf debian/install
+       rm -f  debian/shlibs.complete
        # Add here commands to clean up after the build process.
        -$(MAKE) distclean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
@@ -169,7 +170,9 @@
        dh_fixperms -a
        dh_installdeb -a
        dh_makeshlibs -a
-       dh_shlibdeps -a -L libsomaplayer0 -L libsds0 -l 
debian/libsomaplayer0/usr/lib -l debian/libsds0/usr/lib
+       cat $(CURDIR)/debian/*/DEBIAN/shlibs > $(CURDIR)/debian/shlibs.complete
+       dh_shlibdeps -a -l debian/libsomaplayer0/usr/lib:debian/libsds0/usr/lib 
\
+           -- -L$(CURDIR)/debian/shlibs.complete
        dh_gencontrol -a -- -VVERSION="$(VERSION)"
        dh_md5sums -a
        dh_builddeb -a

But I'm no library expert either...
Another question though: why do you have these debian/*.shlibs files
when you don't use them? (my patch doesn't either, it just uses the
unversioned default)

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