debian: Make the -dev package depend on the normal one
authorHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 13 Jan 2011 11:31:25 +0000 (12:31 +0100)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 13 Jan 2011 11:31:25 +0000 (12:31 +0100)
Make libosmocore-dev depend on libosmocore. Otherwise
we only end up with the libosmocore.a files installed
and then have various issues with the link order when
linking OpenBSC and such.

debian/control

index 164fc38..3f92875 100644 (file)
@@ -17,7 +17,7 @@ Description: Open Source MObile COMmunications CORE library
 Package: libosmocore-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore
 Description: Development headers for Open Source MObile COMmunications CORE library
 
 #Package: libosmocore-dbg