debian: Make the -dev package depend on the normal one

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.
This commit is contained in:
Holger Hans Peter Freyther 2011-01-13 12:31:25 +01:00
parent ab1255b34f
commit 16f80a0e7a
1 changed files with 1 additions and 1 deletions

2
debian/control vendored
View 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