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