]> git.proxmox.com Git - mirror_ifupdown2.git/blame - debian/control
addons: address: fix merge-indentation issue
[mirror_ifupdown2.git] / debian / control
CommitLineData
59dad2ca
RP
1Source: ifupdown2
2Section: admin
3Priority: optional
dee2c49d 4Maintainer: Julien Fortin <jfortin@nvidia.com>
288a88d3 5Build-Depends: debhelper (>= 9.20160709),
95f029fd 6 dh-python,
516fd726
JF
7 python3,
8 python3-all,
9 python3-setuptools,
10 python3-docutils
c4b60e15 11Standards-Version: 4.5.0.2
d486dd0d 12Homepage: https://github.com/cumulusnetworks/ifupdown2
516fd726 13X-Python-Version: >= 3.7
59dad2ca
RP
14
15Package: ifupdown2
16Architecture: all
59dad2ca 17Provides: ifupdown
d486dd0d
JF
18Conflicts: ifupdown
19Replaces: ifupdown
a51aad8d 20Depends: ${python3:Depends}, ${misc:Depends}, iproute2, python3-six, python3-setuptools, python3-systemd
516fd726 21Suggests: isc-dhcp-client, bridge-utils, ethtool, python3-gvgen, python3-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.