Buster release #110

Manually merged
benpro merged 10 commits from buster-support into master 2019-07-16 12:00:28 +02:00
Showing only changes of commit ea005c273b - Show all commits

View file

@ -263,9 +263,9 @@ check_mountfstab() {
fi
}
check_listchangesconf() {
if is_debian_stretch; then
if is_debian_stretch || is_debian_buster; then
if is_installed apt-listchanges; then
failed "IS_LISTCHANGESCONF" "apt-listchanges must not be installed on Stretch"
failed "IS_LISTCHANGESCONF" "apt-listchanges must not be installed on Debian >=9"
fi
else
if [ -e "/etc/apt/listchanges.conf" ]; then