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
|
Source: libdumbnet
Section: libs
Priority: optional
Standards-Version: 3.8.3
Homepage: http://code.google.com/p/libdnet/
Maintainer: Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>
Build-Depends: debhelper (>> 7), autotools-dev, libtool, automake, autoconf, autoconf, dpatch, python-all-dev, python-central, python-pyrex, check
XS-Python-Version: all
Package: libdumbnet1
Depends: ${shlibs:Depends}
Architecture: any
Description: A 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})
Architecture: any
Description: A 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.
Package: python-dumbnet
Section: python
Depends: ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Architecture: any
Description: A dumb, portable networking library -- python bindings
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 corresponding 'dumbnet' Python module.
|