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