Source: gen-rescue-netscript
Section: admin
Maintainer: Marc Haber <gen-rescue-netscript@packages.debian.org>
Uploaders: Marc Haber <mh+debian-packages@zugschlus.de>
Build-Depends: debhelper-compat (= 14),
               dh-python,
               dh-sequence-python3,
               dh-sequence-single-binary,
               pybuild-plugin-pyproject,
               python3,
               python3-pytest <!nocheck>,
               python3-setuptools
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/debian/gen-rescue-netscript.git
Vcs-Browser: https://salsa.debian.org/debian/gen-rescue-netscript
Homepage: https://salsa.debian.org/debian/gen-rescue-netscript

Package: gen-rescue-netscript
Architecture: all
Depends: iproute2, ${misc:Depends}, ${python3:Depends}
Suggests: systemd
Description: generate a rescue system network configuration script
 gen-rescue-netscript generates a shell script to configure a rescue system's
 network according to the current network configuration of the running system.
 It inspects that configuration via ip(8) --json output and emits a standalone
 POSIX sh script that recreates it, for use e.g. when booting a rescue image
 and needing to bring the same box back onto the same network without DHCP
 being available or wanted.
 .
 The generated script brings up a single interface, establishes static routes
 and writes local resolver configuration.
