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 67 68 69 70 71
|
Source: dnprogs
Section: net
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper(>= 8.1.3~), libncurses5-dev, libfuse-dev [!hurd-i386]
Standards-Version: 3.9.3
Package: dnet-common
Architecture: all
Multi-Arch: foreign
Pre-Depends: debconf(>=0.5.00) | debconf-2.0
Depends: debianutils(>=1.13), kmod, ${misc:Depends}, lsb-base
Conflicts: dnprogs
Suggests: iproute2
Description: Base package for Linux DECnet
This is the base package for Linux DECnet. It contains the necessary
configuration files and a script to set up the MAC address of your
Ethernet card(s) at boot-up.
.
You will also need to be running a 2.4+ kernel and have DECnet either
built as a module or compiled into the kernel.
.
To do useful work with DECnet you will need the libdnet package and
probably also dnet-progs.
Package: dnet-progs
Architecture: linux-any
Multi-Arch: foreign
Depends: dnet-common(>=${source:Version}), libdnet(>=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, lsb-base
Description: DECnet user programs and daemons
These tools are the application layer interface for DECnet on Linux systems.
They provide file/terminal access facilities between OpenVMS and Linux and
remote execution of commands.
Also included is a Linux version of the VMS "Phone" utility and a VMSMail
to SMTP gateway.
Package: libdnet
Priority: optional
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: dnet-common(>=${binary:Version})
Section: libs
Description: DECnet Libraries
This package contains the libraries necessary for a functioning DECnet
system. Most DECnet programs require these libraries to be present on
the system. The libraries are:
libdnet - the basic DECnet API as featured on Ultrix(R) systems
libdnet_daemon - useful calls for writing DECnet daemons
libdap - DAP (Data Access Protocol) C++ classes
librms - High level library for programmatic access VMS files
from Linux.
.
To do useful work with DECnet you will also need the dnet-common
package.
.
If you're looking for libdnet, the "dumb" networking library from
libdnet.sf.net by Dug Song then you should install libdumbnet instead.
Sorry for any confusion caused!
Package: libdnet-dev
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libdnet(>=${binary:Version}), ${misc:Depends}
Section: libdevel
Description: DECnet development libraries & Headers
Theses are the development libraries for Linux DECnet. This package contains
the static libraries, header files and man pages for DECnet development
on Linux.
|