From 2fad72a614ab2da7261780bbc27ca947b13b29db Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Mar 2021 07:18:25 +0100 Subject: Adding debian version 20210101-1. Signed-off-by: Daniel Baumann --- debian/changelog | 5 + debian/control | 307 ++++++++++++++++++++++++++++++++++++++++ debian/copyright | 25 ++++ debian/rules | 13 ++ debian/source/format | 1 + debian/upstream/signing-key.asc | 13 ++ debian/watch | 3 + 7 files changed, 367 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/upstream/signing-key.asc create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f71243d --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +bfh-metapackages (20210101-1) sid; urgency=medium + + * Initial upload to sid. + + -- Daniel Baumann Sat, 13 Mar 2021 07:17:16 +0100 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f3c6911 --- /dev/null +++ b/debian/control @@ -0,0 +1,307 @@ +Source: bfh-metapackages +Section: metapackages +Priority: optional +Maintainer: Daniel Baumann +Build-Depends: + debhelper-compat (= 13), +Rules-Requires-Root: no +Standards-Version: 4.5.1 +Homepage: https://bfh.science +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/bfh-metapackages +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/bfh-metapackages + +Package: bfh-base-system +Section: metapackages +Architecture: any +Depends: + ${misc:Depends}, + task-ssh-server, +# bash + bash-completion, + powerline, + powerline-gitstatus, +# debian + apt-utils, + debconf-utils, +# knot + knot-dnsutils, knot-host, + knot-resolver [amd64 armhf armel i386], + socat, +# ldap + sssd, + sssd-tools, + libnss-sss, + libpam-sss, +# lzip + plzip, + tarlz, +# systemd + libpam-systemd, +# Other + acl, + bc, + ca-certificates, + crudini, + gawk, + git, + gnupg, + htop, + ioping, + less, + lnav, + lsb-release, + lynx, + man-db, + mc, + mtr-tiny, + openssl, + psmisc, + python3, + rsync, + screen, + sudo, + sysstat, + tcpdump, + vim, + wget, +Conflicts: + resolvconf, +Description: BFH - Base System Metapackage + Bern University of Applied Sciences (BFH) provides Debian-based images and + systems to its users and everyone else interested in the form of a Debian + Derrivative. + . + This package is a metapackage defining the package selection for the + BFH Base System. + +Package: bfh-container +Section: metapackages +Architecture: all +Depends: + ${misc:Depends}, + bfh-base-system, +# systemd + dbus, + policykit-1, + systemd-sysv, +Conflicts: + molly-guard, +Replaces: + molly-guard, +Enhances: + bfh-base-system, +Description: BFH - Container Metapackage + Bern University of Applied Sciences (BFH) provides Debian-based images and + systems to its users and everyone else interested in the form of a Debian + Derrivative. + . + This package is a metapackage to be installed in a container (systemd-nspawn). + +Package: bfh-host +Section: metapackages +Architecture: any +Depends: + ${misc:Depends}, + bfh-base-system, +# cryptsetup + cryptsetup-bin, + keyutils, + plymouth, +# firmware-free + firmware-linux-free, +# monitoring + spectre-meltdown-checker, +# Other + dmidecode [amd64 arm64 armhf i386], + ethtool, + gpm, + hdparm, + ntp, + nvme-cli, + parted, + rng-tools | rng-tools5, + smartmontools, +Suggests: +# bash + fonts-powerline-extra, +# firmware-nonfree (non-free) + firmware-linux-nonfree, firmware-misc-nonfree, +# microcode (contrib, non-free) + iucode-tool, + amd64-microcode, + intel-microcode, +# firmware (third-party) + firmware-ast, +# Other (third-party) + intel-isdct, + supermicro-ipmicfg, +Enhances: + bfh-base-system, +Description: BFH - Host Metapackage + Bern University of Applied Sciences (BFH) provides Debian-based images and + systems to its users and everyone else interested in the form of a Debian + Derrivative. + . + This package is a metapackage to be installed on a host system (physical or + virtual). + +Package: bfh-desktop +Section: metapackages +Architecture: any +Depends: + ${misc:Depends}, + bfh-base-system, + task-desktop, + task-laptop, + task-print-server | cups, +# bash + fonts-powerline, +# firefox + firefox | firefox-esr | www-browser, + webext-https-everywhere, + webext-privacy-badger, + webext-ublock-origin, +# filesystems + dosfstools, + exfatprogs | exfat-fuse, + exfatprogs | exfat-utils, + nfs-common, + ntfs-3g, + samba-common, + sshfs, +# gimp + gimp, + gimp-plugin-registry, +# inkscape + inkscape, + inkscape-open-symbols, +# liferea + liferea, + gir1.2-gstreamer-1.0, + gir1.2-notify-0.7, +# network-manager + network-manager-config-connectivity-debian, + network-manager-ssh, +# pass + pass, + webext-browserpass [amd64 arm64 armhf i386], + pass-extension-tail, + tree, +# thunderbird + thunderbird [amd64 arm64 i386], + thunderbird (>= 78) [amd64 arm64 i386] | enigmail [amd64 arm64 i386], +# zip + unzip, + zip, +# Other + apg, + hardlink, + nwipe, + symlinks, + whois, +Suggests: +# deluge + deluge-gtk, deluged, +# firefox + webext-umatrix, +# virtualbox (contrib, non-free) + virtualbox, + virtualbox-dkms, + virtualbox-ext-pack, + virtualbox-qt, +Enhances: + bfh-base-system, +Description: BFH - Desktop Metapackage + Bern University of Applied Sciences (BFH) provides Debian-based images and + systems to its users and everyone else interested in the form of a Debian + Derrivative. + . + This package is a metapackage to be installed on a desktop. + +Package: bfh-gnome-desktop +Section: metapackages +Architecture: all +Depends: + ${misc:Depends}, + bfh-desktop, + task-gnome-desktop, +# gnome-shell-extensions + gnome-shell-extension-bluetooth-quick-connect | gnome-shell (<< 3.36), + gnome-shell-extension-disconnect-wifi, + gnome-shell-extension-hide-activities, + gnome-shell-extension-impatience, + gnome-shell-extension-multi-monitors, + gnome-shell-extension-no-annoyance, + gnome-shell-extension-remove-dropdown-arrows, +# nautilus + nautilus-admin, + seahorse-nautilus, +# network-manager + network-manager-ssh-gnome, +Enhances: + bfh-base-system, + bfh-desktop, +Description: BFH - GNOME Desktop Metapackage + Bern University of Applied Sciences (BFH) provides Debian-based images and + systems to its users and everyone else interested in the form of a Debian + Derrivative. + . + This package is a metapackage defining the package selection for the + BFH GNOME Desktop. + +Package: bfh-server +Section: metapackages +Architecture: all +Depends: + ${misc:Depends}, + bfh-base-system, +# Other + localepurge, + logrotate, + molly-guard | bfh-container, + postfix, + safe-rm, +Enhances: + bfh-base-system, +Description: BFH - Server Metapackage + Bern University of Applied Sciences (BFH) provides Debian-based images and + systems to its users and everyone else interested in the form of a Debian + Derrivative. + . + This package is a metapackage to be installed on a server. + +Package: bfh-container-server +Section: metapackages +Architecture: all +Depends: + ${misc:Depends}, + bfh-server, +# container-tools + open-infrastructure-container-tools, + curl, + debootstrap, + irker, + pv, + bridge-utils, + ifenslave, + vlan, +# monitoring + netdata, + netdata-apache2, + netdata-plugins-python, +# web + apache2, +# Other + numad, +Suggests: + ttyd, +Enhances: + bfh-base-system, + bfh-server, +Description: BFH - Container Server Metapackage + Bern University of Applied Sciences (BFH) provides Debian-based images and + systems to its users and everyone else interested in the form of a Debian + Derrivative. + . + This package is a metapackage defining the package selection for the + BFH Container Server. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..f9f82a8 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,25 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: BFH Metapackages +Upstream-Contact: BFH Linux System Administration +Source: https://get.bfh.science/packages/bfh-metapackages + +Files: * +Copyright: 2021 Daniel Baumann +License: GPL-3+ + +License: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + The complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-3 file. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b9a70ab --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +%: + dh ${@} + +override_dh_auto_install: + dh_auto_install -- DESTDIR=$(CURDIR)/debian/bfh-base-system + +execute_after_dh_auto_install: + # removing useless files + rm -f debian/tmp/usr/share/doc/*/CHANGELOG.txt + rm -f debian/tmp/usr/share/doc/*/LICENSE.txt + rm -f debian/tmp/usr/share/doc/*/VERSION.txt diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc new file mode 100644 index 0000000..f52ab7a --- /dev/null +++ b/debian/upstream/signing-key.asc @@ -0,0 +1,13 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEWxFMYRYJKwYBBAHaRw8BAQdADzHSjCfMckc2n1ChpH0IblcfyMTv+PMUv2Ik +a2s8DJ60JkRhbmllbCBCYXVtYW5uIDxkYW5pZWwuYmF1bWFubkBiZmguY2g+iJAE +ExYIADgWIQRfK8Ys+mEzhHeP0xyFWZF4vm+F1gUCWxFMYQIbAwULCQgHAgYVCgkI +CwIEFgIDAQIeAQIXgAAKCRCFWZF4vm+F1tggAP4mhRIFQQEjrXoPNaKl4HYSRnTc +pyMPEZSqrqvsMzRnEQD+IpNTMSGGcmofnmrKcUdvJz/52sXQOLo4U1jRBE8SOQW4 +OARbEUxhEgorBgEEAZdVAQUBAQdAj3Hyc8bLWaKUCKcffqVCriSnOwyitWijZyvQ +Fue69BUDAQgHiHgEGBYIACAWIQRfK8Ys+mEzhHeP0xyFWZF4vm+F1gUCWxFMYQIb +DAAKCRCFWZF4vm+F1nHJAP9/KV68+pvdJua5+8wRbvRJgcHN/5cpbAlEZm1oqY++ +kQD/VOd/xSbTeOthPZ7UtvKx3xlFRaMKNMPRxH947EP7aA8= +=ZdZo +-----END PGP PUBLIC KEY BLOCK----- diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..1b2d65b --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +opts="pgpmode=auto" \ +https://get.bfh.science/packages/bfh-metapackages/upstream/bfh-metapackages-(.+)\.tar\.lz -- cgit v1.2.3