]> git.proxmox.com Git - ifupdown2.git/blob - debian/control
bump version to 3.2.0-1+pmx8
[ifupdown2.git] / debian / control
1 Source: ifupdown2
2 Section: admin
3 Priority: optional
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: debhelper (>=9),
6 dh-systemd,
7 dh-python,
8 python-all,
9 python-setuptools,
10 python-docutils
11 Standards-Version: 3.9.8
12 Homepage: https://github.com/cumulusnetworks/ifupdown2
13 X-Python-Version: >= 2.7
14
15 Package: ifupdown2
16 Architecture: all
17 Provides: ifupdown
18 Conflicts: ifupdown
19 Replaces: ifupdown
20 Depends: ${python:Depends}, ${misc:Depends}, iproute2, python-argcomplete, python-ipaddr
21 Suggests: isc-dhcp-client, bridge-utils, ethtool, python-gvgen, python-mako
22 Description: 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.