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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: linux-atm
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 12),
bison,
flex,
autoconf,
automake,
libtool,
perl,
libfl-dev,
Standards-Version: 4.4.0
Package: atm-tools
Architecture: linux-any
Multi-Arch: foreign
Depends: lsb-base, ${shlibs:Depends}, ${misc:Depends}
Description: Base programs for ATM in Linux, the net-tools for ATM
This package provides all the basic programs needed for setting up,
monitoring and tuning ATM networks. Such as:
* atmsigd, an ATM signal daemon that implements the ATM UNI protocol.
* atmtcp, a tool to setup ATM over TCP connections.
* atmarpd, an implementation of the ATMARP protocol (RFC1577, RFC1755)
* zeppelin, an ATM LAN Emulation client daemon
* les and bus, ATM LAN Emulation service daemons
.
Notice that upstream still flags these tools as experimental software and
says that there is still a number of known bugs and issues. The
software is, however, in productive use at a number of sites and is
working reliably.
Homepage: http://linux-atm.sourceforge.net/
Package: br2684ctl
Architecture: linux-any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Utility for configuring RFC 2684 ATM/Ethernet bridging
ATM bridging is a way to extend Ethernet over an ATM network and is
mainly used for DSL connections. This package contains the user space
utility needed to configure the kernel driver.
.
This package is needed if you own an USB DSL modem and your connection
uses one of these protocols: RFC 1483 bridged (RFC 2684 bridged),
RFC 1483 bridged (RFC 2684 routed), PPP over Ethernet (PPPoE).
Package: libatm1
Section: libs
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: shared library for ATM (Asynchronous Transfer Mode)
Shared libraries needed by ATM (Asynchronous Transfer Mode) related programs
Homepage: http://linux-atm.sourceforge.net/
Package: libatm1-dev
Section: libdevel
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, libatm1 (= ${binary:Version})
Provides: libatm-dev
Description: Development files for compiling ATM programs
Header files and development libraries for compiling ATM (Asynchronous
Transfer Mode) related programs.
Homepage: http://linux-atm.sourceforge.net/
|