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