Source: dist-base-files
Section: misc
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
XSBC-Original-Maintainer: Patrick Schleizer <adrelanos@kicksecure.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 automake,
 config-package-dev,
 fonts-inter,
 fonts-terminus-otb,
 grub-common,
 make,
 pkgconf,
 pkg-config,
Standards-Version: 4.6.2
Homepage: https://github.com/Kicksecure/dist-base-files
Vcs-Browser: https://github.com/Kicksecure/dist-base-files
Vcs-Git: https://github.com/Kicksecure/dist-base-files.git

Package: dist-base-files
Architecture: all
## debian/dist-base-files.postinst uses 'chsh --shell /usr/bin/zsh'.
## chsh requires the shell already available.
Pre-Depends: zsh,
Depends: ${shlibs:Depends},
 ${misc:Depends},
 adduser,
 dpkg-dev,
 helper-scripts,
 moreutils,
 sudo,
 zsh-autosuggestions,
 zsh-syntax-highlighting,
Provides: ${diverted-files},
 anon-base-files,
Replaces: anon-base-files,
Conflicts: ${diverted-files},
 anon-base-files,
Description: base files for distributions
 Grub config for more organized boot menu. "Normal" boot options are on top. "Advanced" boot options (for older kernel versions) have been moved to the bottom. Creates user user with empty password (passwordless) (not in Qubes). That is if user user is not existing yet. And if it does create user user it also locks the root account. Therefore root account locking effectively only happens in new builds not having user user already created.