From 9bd164541265dc60b94627467b2953ae36e6b944 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 2 Feb 2019 11:12:36 +0100 Subject: Adding debian version 20190202-1. Signed-off-by: Daniel Baumann --- debian/control | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..edd0757 --- /dev/null +++ b/debian/control @@ -0,0 +1,114 @@ +Source: open-infrastructure-system-tools +Section: admin +Priority: optional +Maintainer: Daniel Baumann +Build-Depends: + asciidoc, + debhelper-compat (= 12), + docbook-xml, + docbook-xsl, + libxml2-utils, + xsltproc, +Rules-Requires-Root: no +Standards-Version: 4.3.0 +Homepage: https://open-infrastructure.net/software/system-tools +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-system-tools +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-system-tools + +Package: open-infrastructure-system-boot +Section: admin +Architecture: all +Depends: + busybox | busybox-initramfs, + initramfs-tools, + udev, + ${misc:Depends}, +Recommends: + rsync, + uuid-runtime, +Suggests: + cryptsetup, + curlftpfs, + httpfs2, + wget, +Conflicts: + live-boot, + live-boot-doc, + live-boot-initramfs-tools, +Replaces: + live-boot, + live-boot-doc, + live-boot-initramfs-tools, +Provides: + system-boot, +Description: Boot Debian-based system images + system-boot provides the system integration for booting from a read-only root + filesystem such as a live system. + +Package: open-infrastructure-system-build +Section: admin +Architecture: all +Depends: + debootstrap, + ${misc:Depends}, +Recommends: + apt-utils, + cpio, + live-manual-html | live-manual, + wget, +Suggests: + debian-keyring, + gpgv, +Conflicts: + live-build, +Replaces: + live-build, +Provides: + system-build, +Description: Build Debian-based system images + system-build is a tool to build system images such as a live system from a + configuration directory. + +Package: open-infrastructure-system-config +Section: admin +Architecture: all +Depends: + systemd, + ${misc:Depends}, +Recommends: + dbus, + iproute2 | iproute, + keyboard-configuration, + locales | locales-all, + sudo, + user-setup, +Suggests: + pciutils, + wget, +Conflicts: + live-config, + live-config-doc, + live-config-systemd, + live-config-sysvinit, +Replaces: + live-config, + live-config-doc, + live-config-systemd, + live-config-sysvinit, +Provides: + system-config, +Description: Configure Debian-based system images + system-config provides the system integration for configuring a read-only root + filesystem such as a live system. + +Package: open-infrastructure-system-images +Section: admin +Architecture: all +Depends: + open-infrastructure-system-build (>= 20161115), + ${misc:Depends}, +Provides: + system-images, +Description: Debian-based system images + system-images contains the configuration directories for system-build to + build live system images. -- cgit v1.2.3