aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-13 12:31:25 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-13 12:31:25 +0100
commit16f80a0e7a8f3d5ea74229920aea1e5e6693c951 (patch)
treed0cccb84c834a1f6dde2ddf7a5947ad6d32b922b
parentab1255b34f56c222202eedc42ac6e54cdf2cb4c4 (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.
-rw-r--r--debian/control2
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