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
|
Source: libdumbnet
Section: libs
Priority: optional
Standards-Version: 3.9.6
Homepage: http://code.google.com/p/libdnet/
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>> 9), autotools-dev, libtool, automake, autoconf, dpatch, check
Rules-Requires-Root: no
Package: libdumbnet1
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Architecture: any
Multi-Arch: same
Description: dumb, portable networking library -- shared library
libdumbnet provides a simplified, portable interface to several low-level
networking routines, including
* network address manipulation
* kernel arp(4) cache and route(4) table lookup and manipulation
* network firewalling (Ip filter, ipfw, ipchains, pdf, ...)
* network interface lookup and manipulation
* raw IP packet and Ethernet frame transmission
.
libdumbnet is known as libdnet in other distributions, but was renamed
in Debian in favour of the older DECnet library 'libdnet'.
.
This package contains the shared library.
Package: libdumbnet-dev
Section: libdevel
Depends: ${shlibs:Depends}, libdumbnet1 (= ${binary:Version}), ${misc:Depends}
Pre-Depends: dpkg (>= 1.17.14)
Architecture: any
Description: dumb, portable networking library -- development files
libdumbnet provides a simplified, portable interface to several low-level
networking routines, including
* network address manipulation
* kernel arp(4) cache and route(4) table lookup and manipulation
* network firewalling (Ip filter, ipfw, ipchains, pdf, ...)
* network interface lookup and manipulation
* raw IP packet and Ethernet frame transmission
.
libdumbnet is known as libdnet in other distributions, but was renamed
in Debian in favour of the older DECnet library 'libdnet'.
.
This package contains the static library and the C header files.
|