Bug#1067521: fonts-noto-hinted: remove package from debian repository

2024-03-22 Thread ton62j+drqwja2pu5a1w
Package: fonts-noto-hinted
Severity: normal

Dear Maintainer,

the package fonts-noto-hinted has no reverse dependencies and is
obsolete itself. Please remove it from debian repositories.

Thank you.



Bug#443685: bash: Quote removal happening too early

2024-03-22 Thread ton62j+drqwja2pu5a1w
Package: bash
Followup-For: Bug #443685

this isn't actually a bug in bash.

$ bash -o posix -c 'a=\\; echo $a\/*'
/bin /boot /cdrom /dev /emul /etc /export /home /initrd /lib /lib64 /lost+found 
/media /mnt /opt /proc /root /sbin /srv /sys /tmp /usr /var

is correct behavior.

bash 5.2.15 in debian behaves correctly.

Arguably it is a bug in dash instead.

Discussion here https://austingroupbugs.net/view.php?id=1234