1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: osmocom-dahdi-linux
Maintainer: Debian Mobcom Maintainers <Debian-mobcom-maintainers@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>,
Nate Doris <nate.doris@gmail.com>
Section: comm
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-dkms,
Standards-Version: 4.7.2
Homepage: https://gitea.osmocom.org/retronetworking/dahdi-linux
Vcs-Browser: https://salsa.debian.org/debian-mobcom-team/osmocom-dahdi-linux
Vcs-Git: https://salsa.debian.org/debian-mobcom-team/osmocom-dahdi-linux.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-dkms
Package: osmocom-dahdi-linux
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
osmocom-dahdi-dkms
Conflicts: dahdi-linux,
osmocom-dahdi-source,
Description: DAHDI Linux contains a minimal set of helper tools
DAHDI stands for Digium Asterisk Hardware Device Interface.
This is a fork by Osmocom that reintroduces support for old
hardware and adds support for Osmocom ice1usb adapter.
Package: osmocom-dahdi-dkms
Architecture: all
Section: kernel
Depends: ${misc:Depends}, openssl
Recommends: osmocom-dahdi-linux,
Conflicts: dahdi-dkms
Description: Kernel module package maintained by DKMS
DAHDI DKMS as the name implies uses DKMS to build and install
kernel modules into your kernel tree. DKMS will maintain the
modules every kernel update.
Package: osmocom-dahdi-linux-dev
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}
Conflicts: dahdi-source,
osmocom-dahdi-source
Description: DAHDI Linux development files
DAHDI stands for Digium Asterisk Hardware Device Interface.
This is a fork by Osmocom that reintroduces support for old
hardware and adds support for Osmocom ice1usb adapter.
.
This package contains header files that are needed by other
osmocom packages.
|