diff options
-rw-r--r-- | debian/changelog | 17 | ||||
-rw-r--r-- | debian/control | 28 |
2 files changed, 28 insertions, 17 deletions
diff --git a/debian/changelog b/debian/changelog index 0e9c752..0c1a41e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +bfh-metapackages (20211009-29) sid; urgency=medium + + * Uploading to sid. + * Moving from knot-resolver to systemd-resolved. + * Removing repends to inkscape-symbols in bfh-desktop depends. + * Re-including thunderbird on i386 in bfh-desktop depends. + * Removing virtualbox-qt in bfh-desktop suggests. + * Adding pavucontrol in bfh-gnome-desktop depends. + * Moving gnome-shell-extensions-extra from bfh-gnome-desktop suggests to + depends. + * Adding vim-nftables to bfh-base-system suggests. + * Removing plymouth from bfh-base-system depends. + * Adding intel firmware packages to bfh-host suggests. + * Wrap and sorting control file. + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Fri, 04 Oct 2024 09:41:42 +0200 + bfh-metapackages (20211009-28) sid; urgency=medium * Uploading to sid. diff --git a/debian/control b/debian/control index cd647e1..4c6eaac 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,6 @@ Depends: needrestart, # knot knot-dnsutils, - knot-dnssecutils, knot-host, # ldap sssd, @@ -40,6 +39,7 @@ Depends: zutils, # systemd libpam-systemd, + systemd-resolved, systemd-oomd, # other acl, @@ -71,12 +71,8 @@ Depends: wget, whois, zstd, -Conflicts: - resolvconf, -Recommends: -# knot-resolver - knot-resolver [amd64 arm64 armhf armel i386], - socat, +Suggests: + vim-nftables, 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 @@ -119,16 +115,13 @@ Depends: # 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], + console-setup, + dmidecode [amd64 arm64], ethtool, gpm, hdparm, @@ -150,6 +143,8 @@ Suggests: intel-microcode, # other (third-party) supermicro-ipmicfg, + intel-x710-firmware, + intel-e810-firmware, Enhances: bfh-base-system, Description: BFH - Host Metapackage @@ -188,7 +183,6 @@ Depends: gimp-plugin-registry, # inkscape inkscape, - inkscape-open-symbols, # liferea liferea, gir1.2-gstreamer-1.0, @@ -197,7 +191,7 @@ Depends: network-manager-config-connectivity-debian, network-manager-ssh, # thunderbird - thunderbird [amd64 arm64 i386], + thunderbird [amd64 arm64], # zip unzip, zip, @@ -212,7 +206,6 @@ Suggests: virtualbox, virtualbox-dkms, virtualbox-ext-pack, - virtualbox-qt, Enhances: bfh-base-system, Description: BFH - Desktop Metapackage @@ -229,14 +222,15 @@ Depends: ${misc:Depends}, bfh-desktop, task-gnome-desktop, +# gnome + pavucontrol, # gnome-shell-extensions + gnome-shell-extensions-extra, gnome-shell-extension-impatience, # nautilus nautilus-admin, # network-manager network-manager-ssh-gnome, -Suggests: - gnome-shell-extensions-extra, Enhances: bfh-base-system, bfh-desktop, |