diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-03-05 08:36:26 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-03-05 08:36:26 +0100 |
commit | 57f253a792d07e6f3f921c9cb28e4081393054d4 (patch) | |
tree | b8aaa4505d96210a7e824bccad34d1bef4cd0993 /debian/control | |
parent | ed0ce47fa9ca78e240d635f3781ad9820b18b97e (diff) |
debian: Make sure that libtalloc-dev is installed
This way libosmo-abis, libosmo-sccp, openggsn, openbsc does not
need to install it.
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 c4de5d29..459030be 100644 --- a/debian/control +++ b/debian/control @@ -67,7 +67,7 @@ Description: Osmo SIM library Package: libosmocore-dev Section: libdevel Architecture: any -Depends: ${misc:Depends}, libosmocore +Depends: ${misc:Depends}, libosmocore, libtalloc-dev Multi-Arch: same Description: Development headers for Open Source MObile COMmunications CORE library |