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