1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
|
Source: netplan.io
Maintainer: Debian Networking Team <team+networking@tracker.debian.org>
Uploaders:
Andrej Shadura <andrewsh@debian.org>,
Lukas Märdian <slyon@debian.org>,
Section: net
Priority: optional
Standards-Version: 4.7.2
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pkgconf,
bash-completion,
libyaml-dev,
libglib2.0-dev,
uuid-dev,
python3,
python3-cffi,
python3-coverage <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-rich <!nocheck>,
python3-yaml <!nocheck>,
libcmocka-dev <!nocheck>,
libpython3-dev,
libsystemd-dev,
udev <!nocheck>,
systemd <!nocheck>,
systemd-dev,
dbus-daemon <!nocheck>,
pyflakes3 <!nocheck>,
pycodestyle <!nocheck>,
pandoc,
openvswitch-switch [ !armel !armhf !i386 !hppa !m68k !powerpc !sh4 !x32 ] <!nocheck>,
meson (>= 1.3.0),
iproute2 <!nocheck>,
Vcs-Git: https://salsa.debian.org/debian/netplan.io.git
Vcs-Browser: https://salsa.debian.org/debian/netplan.io
Homepage: https://netplan.io/
Package: netplan.io
Architecture: linux-any
Multi-Arch: foreign
Depends:
${python3:Depends},
${shlibs:Depends},
${misc:Depends},
ethtool,
iproute2,
libnetplan1 (= ${binary:Version}),
netplan-generator,
python3-netplan,
python3-yaml,
systemd (>= 248~),
udev,
Recommends:
python3-rich,
Suggests:
systemd-resolved,
Description: Declarative network configuration for various backends at runtime
Netplan reads YAML network configuration files which are written
by administrators, installers, cloud image instantiations, or other OS
deployments. During early boot it then generates backend specific
configuration files in /run to hand off control of devices to a particular
networking daemon.
.
Currently supported backends are networkd and NetworkManager.
.
This package provides a runtime CLI to control the Netplan backends,
e.g. to re-generate configuration or apply changes.
Package: netplan-generator
Architecture: linux-any
Multi-Arch: foreign
Depends:
${shlibs:Depends},
${misc:Depends},
libnetplan1 (= ${binary:Version}),
systemd (>= 248~),
Suggests:
network-manager | wpasupplicant,
openvswitch-switch,
iw,
Breaks: netplan.io (<< 0.106.1-8~),
Replaces: netplan.io (<< 0.106.1-8~),
Description: Declarative network configuration for various backends at boot
Netplan reads YAML network configuration files which are written
by administrators, installers, cloud image instantiations, or other OS
deployments. During early boot it then generates backend specific
configuration files in /run to hand off control of devices to a particular
networking daemon.
.
Currently supported backends are networkd and NetworkManager.
.
This package provides a systemd-generator to configure various networking
daemons at boot time.
Package: python3-netplan
Section: python
Architecture: linux-any
Multi-Arch: foreign
Depends:
${python3:Depends},
${shlibs:Depends},
${misc:Depends},
libnetplan1 (= ${binary:Version}),
python3-cffi-backend,
Breaks: netplan.io (<< 0.107-3~)
Replaces: netplan.io (<< 0.107-3~)
Description: Declarative network configuration Python bindings
Netplan reads YAML network configuration files which are written
by administrators, installers, cloud image instantiations, or other OS
deployments. During early boot it then generates backend specific
configuration files in /run to hand off control of devices to a particular
networking daemon.
.
Currently supported backends are networkd and NetworkManager.
.
This package provides a CFFI based Python bindings to libnetplan.
Package: libnetplan1
Section: libs
Architecture: linux-any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Declarative network configuration runtime library
Netplan reads YAML network configuration files which are written
by administrators, installers, cloud image instantiations, or other OS
deployments. During early boot it then generates backend specific
configuration files in /run to hand off control of devices to a particular
networking daemon.
.
Currently supported backends are networkd and NetworkManager.
.
This package contains the necessary runtime library files.
Package: libnetplan-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends},
libnetplan1 (= ${binary:Version}),
Description: Development files for Netplan's libnetplan runtime library
Netplan reads YAML network configuration files which are written
by administrators, installers, cloud image instantiations, or other OS
deployments. During early boot it then generates backend specific
configuration files in /run to hand off control of devices to a particular
networking daemon.
.
Currently supported backends are networkd and NetworkManager.
.
This package contains development files for developers wanting to use
libnetplan in their applications.
|