libosmo-netif/debian/control

75 lines
2.5 KiB
Plaintext

Source: libosmo-netif
Section: libs
Priority: optional
Maintainer: Osmocom team <openbsc@lists.osmocom.org>
Build-Depends: debhelper (>= 9),
autotools-dev,
autoconf,
automake,
libtool,
dh-autoreconf,
libdpkg-perl,
git,
doxygen,
libosmocore-dev (>= 1.8.0),
pkg-config,
libpcap0.8-dev,
libsctp-dev
Standards-Version: 3.9.6
Vcs-Browser: https://gitea.osmocom.org/osmocom/libosmo-netif
Vcs-Git: https://gitea.osmocom.org/osmocom/libosmo-netif
Homepage: https://projects.osmocom.org/projects/libosmo-netif
Package: libosmonetif11
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libosmonetif2
Multi-Arch: same
Description: Common/shared code regarding network interface for OpenBSC
The libosmo-netif library is one of the libraries needed by the
OpenBSC GSM infrastructure software. This library in particular implements
the shared code for network interfaces.
Package: libosmo-netif-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libosmocore-dev,
libosmocore,
libosmonetif11 (= ${binary:Version})
Multi-Arch: same
Description: Development headers for Osmocom network interface
The libosmo-netif library is one of the libraries needed by the
OpenBSC GSM infrastructure software. This library in particular implements
the shared code for network interfaces.
.
This package contains the development files needed for developing with
the libosmo-netif library.
Package: libosmo-netif-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
libosmonetif11,
libjs-jquery
Description: Documentation for the Osmo network interface library
The libosmo-netif library is one of the libraries needed by the
OpenBSC GSM infrastructure software. This library in particular implements
the shared code for network interfaces.
.
This package contains the documentation for the libosmo-netif library.
Package: libosmo-netif-dbg
Section: debug
Architecture: any
Priority: extra
Depends: libosmonetif11 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: Debug symbols for Osmocom network interface library
The libosmo-netif library is one of the libraries needed by the
OpenBSC GSM infrastructure software. This library in particular implements
the shared code for network interfaces.
.
This package contains the debug symbols for the library.