diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-01-13 12:31:25 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-01-13 12:31:25 +0100 |
commit | 16f80a0e7a8f3d5ea74229920aea1e5e6693c951 (patch) | |
tree | d0cccb84c834a1f6dde2ddf7a5947ad6d32b922b /debian/control | |
parent | ab1255b34f56c222202eedc42ac6e54cdf2cb4c4 (diff) |
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.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 164fc386..3f92875c 100644 --- a/debian/control +++ b/debian/control @@ -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 |