diff options
| author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2015-12-14 20:31:20 +0100 | 
|---|---|---|
| committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2015-12-14 20:31:20 +0100 | 
| commit | 62f80fccb8a222bd81f0b15b099150dab6206bfc (patch) | |
| tree | d12874d02bf808e9a056da63d19f435321bb0915 /debian | |
| parent | fad5752ab5b91e615dd82365c0663e38b4540dcd (diff) | |
talloc: Depend on libtalloc-dev being present as well
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/control b/debian/control index 8e8ff61b..c4de5d29 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libosmocore  Section: libs  Priority: optional  Maintainer: Harald Welte <laforge@gnumonks.org> -Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git, doxygen, libpcsclite-dev, pkg-config +Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git, doxygen, libpcsclite-dev, pkg-config, libtalloc-dev  Standards-Version: 3.9.6  Homepage: http://bb.osmocom.org/trac/wiki/libosmocore  Vcs-Git: git://git.osmocom.org/libosmocore.git | 
