Package: seedfiles
Version: 1.7.1-1
Severity: normal
Dear Maintainer,
seedfiles didn't treat '-' as stdin:
$ seedfiles --dry-run --remove -
seedfiles: Configuration file '-' not found in any configuration directory.
seedfiles: Errors occurred while parsing configuration files.
This may cause some problem as some maintscript snippets generated by
dh_installtmpfiles use '-'. For example the following excerpt is from postrm of
uuid-runtime(2.42.2-2):
# Automatically added by dh_installtmpfiles/14.3
if [ -x "$(command -v systemd-tmpfiles)" ]; then
if [ "$1" = "remove" ]; then
systemd-tmpfiles ${DPKG_ROOT:+--root="$DPKG_ROOT"} --remove -
>/dev/null <<TMPFILES_EOF || true
< omitted... >
Furthermore, it seems seedfiles actually does not support use stdin:
$ seedfiles --dry-run --remove <<TMPFILES_EOF
> d /run/uuidd 2775 uuidd uuidd -
> TMPFILES_EOF
seedfiles: Would empty directory '/run/rpcbind'.
seedfiles: Would empty directory '/run/sudo'.
Regards.
-- System Information:
Debian Release: forky/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 7.1.4+deb14-amd64 (SMP w/2 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: runit (via /run/runit.stopit)
LSM: AppArmor: enabled
Versions of packages seedfiles depends on:
ii libacl1 2.4.0-1
ii libc6 2.42-17
ii libcap2 1:2.78-1
seedfiles recommends no packages.
seedfiles suggests no packages.
-- debconf-show failed