/usr/share/bug
NameSizeModeActions
apt/-0755rm
bash-completion/-0755rm
binutils/-0755rm
console-setup/-0755rm
console-setup-linux/-0755rm
cron/-0755rm
dbus/-0755rm
file/-0755rm
grub-common/-0755rm
grub-efi-amd64-bin/-0755rm
grub-pc/-0755rm
grub-pc-bin/-0755rm
grub2-common/-0755rm
init-system-helpers/-0755rm
initramfs-tools/-0755rm
keyboard-configuration/-0755rm
libmagic1/-0755rm
logrotate/-0755rm
man-db/-0755rm
mdadm/-0755rm
mime-support/-0755rm
multipath-tools/-0755rm
php7.4-bcmath/-0755rm
php7.4-cli/-0755rm
php7.4-common/-0755rm
php7.4-fpm/-0755rm
php7.4-json/-0755rm
php7.4-mbstring/-0755rm
php7.4-mysql/-0755rm
php7.4-opcache/-0755rm
php7.4-readline/-0755rm
php7.4-xml/-0755rm
policykit-1/-0755rm
procps/-0755rm
systemd/-0755rm
udev/-0755rm
usbutils/-0755rm
vim/-0755rm
vim-tiny/-0755rm
cryptsetup7630755editdlrm
cryptsetup-bin7630755editdlrm
cryptsetup-initramfs7630755editdlrm
cryptsetup-run7630755editdlrm
dpkg2020755editdlrm
dpkg-dev2020755editdlrm
libcryptsetup127630755editdlrm
libdpkg-perl2020755editdlrm
lsb-release6040755editdlrm
screen6840755editdlrm
Edit: /usr/share/bug/lsb-release (604B)
#!/bin/sh echo 'lsb_release output' >& 3 echo '-*- -*- -*- -*- -*-'>&3 lsb_release -a >& 3 echo '-*- -*- -*- -*- -*-'>&3 echo ' Apt policy' >&3 echo '-*- -*- -*- -*- -*-'>&3 apt-cache policy >&3 echo '-*- -*- -*- -*- -*-'>&3 echo ' sources.list' >&3 echo '-*- -*- -*- -*- -*-'>&3 if [ -f /etc/apt/sources.list ]; then cat /etc/apt/sources.list | grep -v '^\s*#' | grep -v '^\s*$' >&3 else echo '- none' >&3 fi echo '-*- -*- -*- -*- -*-'>&3 echo ' /etc/lsb_release' >&3 echo '-*- -*- -*- -*- -*-'>&3 if [ -f /etc/lsb_release ]; then cat /etc/lsb_release >&3 else echo '- none' >&3 fi