Source: xivo-python-dumbnet-packaging
Section: python
Priority: optional
Maintainer: XiVO Dev Team <dev@avencall.com>
Uploaders: XiVO Builder Team <release@xivo.io>
Build-Depends: debhelper (>= 13.11.4),
               dh-python,
               build-essential,
               cython3,
               python3-dev,
               python3-all,
               python3-setuptools,
               check,
               libc6
Standards-Version: 4.0.0
Homepage: https://github.com/ofalk/libdnet/r

Package: python3-dumbnet
Section: python
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Architecture: any
Description: 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.
