]> git.proxmox.com Git - mirror_ifupdown2.git/blame - debian/control
debian: control: add python-pkg-resources to suggested dependencies-list
[mirror_ifupdown2.git] / debian / control
CommitLineData
59dad2ca
RP
1Source: ifupdown2
2Section: admin
3Priority: optional
a3f2c280 4Maintainer: Julien Fortin <julien@cumulusnetworks.com>
e38b64a5 5Build-Depends: debhelper (>= 9.20160709),
d486dd0d
JF
6 dh-python,
7 python-all,
8 python-setuptools,
9 python-docutils
e38b64a5 10Standards-Version: 4.2.1
d486dd0d 11Homepage: https://github.com/cumulusnetworks/ifupdown2
59dad2ca
RP
12
13Package: ifupdown2
14Architecture: all
59dad2ca 15Provides: ifupdown
d486dd0d
JF
16Conflicts: ifupdown
17Replaces: ifupdown
18Depends: ${python:Depends}, ${misc:Depends}, iproute2, python-argcomplete, python-ipaddr
cf98afd1 19Suggests: isc-dhcp-client, bridge-utils, ethtool, python-gvgen, python-mako, python-pkg-resources
59dad2ca
RP
20Description: Network Interface Management tool similar to ifupdown
21 ifupdown2 is ifupdown re-written in Python. It replaces ifupdown and provides
22 the same user interface as ifupdown for network interface configuration.
23 Like ifupdown, ifupdown2 is a high level tool to configure (or, respectively
24 deconfigure) network interfaces based on interface definitions in
25 /etc/network/interfaces. It is capable of detecting network interface
26 dependencies and comes with several new features which are available as
27 new command options to ifup/ifdown/ifquery commands. It also comes with a new
28 command ifreload to reload interface configuration with minimum
29 disruption. Most commands are also capable of input and output in JSON format.
30 It is backward compatible with ifupdown /etc/network/interfaces format and
31 supports newer simplified format. It also supports interface templates with
32 python-mako for large scale interface deployments. See
33 /usr/share/doc/ifupdown2/README.rst for details about ifupdown2. Examples
34 are available under /usr/share/doc/ifupdown2/examples.