From d2e88cf2399110e878618103aefd00da3c1e90fc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 29 Mar 2023 08:27:41 +0200 Subject: Adding debian version 20230327-1. Signed-off-by: Daniel Baumann --- debian/control | 211 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1045493 --- /dev/null +++ b/debian/control @@ -0,0 +1,211 @@ +Source: kinet-metapackages +Section: metapackages +Priority: optional +Maintainer: Kinet Informatikdienst +Uploaders: Daniel Baumann +Build-Depends: + debhelper-compat (= 13), + python3-docutils, +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Homepage: https://gymkirchenfeld.ch +Vcs-Browser: https://git.progress-linux.org/software/kinet/kinet-metapackages +Vcs-Git: https://git.progress-linux.org/packages/software/kinet/kinet-metapackages + +Package: kinet-base-system +Section: metapackages +Architecture: any +Depends: + ${misc:Depends}, + task-ssh-server, +# bash + bash-completion, + powerline, + powerline-gitstatus, +# debian + apt-utils, + debconf-utils, + needrestart, +# knot + knot-dnsutils, + knot-dnssecutils, + knot-host, +# ldap + sssd, + sssd-tools, + libnss-sss, + libpam-sss, + realmd, + adcli, + policykit-1, + packagekit, +# lzip + plzip, + tarlz, + zutils, +# systemd + libpam-systemd, + systemd-oomd, +# other + acl, + bc, + ca-certificates, + gawk, + git, + gnupg, + htop, + jq, + less, + lnav, + lsb-release, + lynx, + man-db, + mc, + mtr-tiny, + openssl, + psmisc, + python3, + ptpython, + rsync, + screen, + sudo, + tcpdump, + traceroute, + vim, + wget, + whois, + zstd, +Conflicts: + resolvconf, +Recommends: +# knot-resolver + knot-resolver [amd64 arm64 armhf armel i386], + socat, +Description: Kinet - Base System Metapackage + Gymnasium Kirchenfeld uses Debian-based images and systems. + . + This package is a metapackage defining the package selection for the + Kinet Base System. + +Package: kinet-container +Section: metapackages +Architecture: all +Depends: + ${misc:Depends}, + kinet-base-system, +# systemd + dbus, + polkitd, + systemd-sysv, +Conflicts: + molly-guard, +Replaces: + molly-guard, +Enhances: + kinet-base-system, +Description: Kinet - Container Metapackage + Gymnasium Kirchenfeld uses Debian-based images and systems. + . + This package is a metapackage to be installed in a container (systemd-nspawn). + +Package: kinet-host +Section: metapackages +Architecture: any +Depends: + ${misc:Depends}, + kinet-base-system, +# cryptsetup + cryptsetup-bin, + keyutils, + plymouth, +# firmware-free + firmware-linux-free, +# knot-resolver + knot-resolver [amd64 arm64 armhf armel i386], + socat, +# monitoring + spectre-meltdown-checker, +# other + dmidecode [amd64 arm64 armhf i386], + ethtool, + gpm, + hdparm, + nvme-cli, + parted, + smartmontools, + systemd-timesyncd, +Suggests: +# bash + fonts-powerline-extra, +# firmware-nonfree (non-free) + firmware-linux-nonfree, + firmware-misc-nonfree, +# firmware (non-free) + firmware-ast, +# microcode (contrib, non-free) + iucode-tool, + amd64-microcode, + intel-microcode, +# other (third-party) + supermicro-ipmicfg, +Enhances: + kinet-base-system, +Description: Kinet - Host Metapackage + Gymnasium Kirchenfeld uses Debian-based images and systems. + . + This package is a metapackage to be installed on a host system (physical or + virtual). + +Package: kinet-server +Section: metapackages +Architecture: all +Depends: + ${misc:Depends}, + kinet-base-system, +# other + localepurge, + logrotate, + molly-guard | kinet-container, + postfix, + safe-rm, +Breaks: + exim4-config, +Enhances: + kinet-base-system, +Description: Kinet - Server Metapackage + Gymnasium Kirchenfeld uses Debian-based images and systems. + . + This package is a metapackage to be installed on a server. + +Package: kinet-container-server +Section: metapackages +Architecture: all +Depends: + ${misc:Depends}, + kinet-server, +# container-tools + open-infrastructure-container-tools, + curl, + mmdebstrap | debootstrap, + irker, + pv, + bridge-utils, +# monitoring + netdata, + netdata-apache2, + netdata-plugins-python, +# web + apache2, +# other + lldpd, + numad, +Suggests: + ttyd, +Enhances: + kinet-base-system, + kinet-server, +Description: Kinet - Container Server Metapackage + Gymnasium Kirchenfeld uses Debian-based images and systems. + . + This package is a metapackage defining the package selection for the + Kinet Container Server. -- cgit v1.2.3