diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2015-11-03 11:36:18 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2015-11-03 11:36:18 +0100 |
commit | bb4ae64fbbc30bf626792df2f2e68afb5cda6e21 (patch) | |
tree | cce0c5c02522e8dcc189ddefb023846bb8fb75d6 | |
parent | 8649d57f507d359c99a89654aac7e19ce22db282 (diff) |
debian: Install libosmoctrl0 too when installing the dev package
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6c1110f4..012ae72b 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://git.osmocom.org/gitweb?p=libosmocore.git;a=summary Package: libosmocore Section: libs Architecture: any -Depends: libosmocodec0, libosmocore6, libosmogb4, libosmogsm5, libosmovty3, ${misc:Depends} +Depends: libosmocodec0, libosmocore6, libosmogb4, libosmogsm5, libosmovty3, libosmoctrl0, ${misc:Depends} Multi-Arch: foreign Description: Open Source MObile COMmunications CORE library |