Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock X-Debbugs-Cc: j...@debian.org
Please unblock package calamares-settings-debian [ Reason ] It has been found today that when the sources.list were updated for the updated sources.list URI in bullseye, that the original bug for this contained an incorrect suggestion for the sources.list entry that is now present in the sources.list generated by calamares-settings-debian. This patch corrects that. [ Impact ] Without this patch, users who install debian-live systems using calamares won't get security updates by default. [ Risks ] The fix itself is quite trivial, it replaces "$RELEASE-updates" with "$RELEASE-security" in the sources.list file writer for the security URIs. An inline debdiff is attached at the bottom of this report. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing [ DebDiff ] """ diff -Nru calamares-settings-debian-11.0.4/debian/changelog calamares-settings-debian-11.0.5/debian/changelog --- calamares-settings-debian-11.0.4/debian/changelog 2020-11-11 14:54:50.000000000 +0200 +++ calamares-settings-debian-11.0.5/debian/changelog 2021-07-25 14:10:24.000000000 +0200 @@ -1,3 +1,10 @@ +calamares-settings-debian (11.0.5-1) unstable; urgency=medium + + * New upstream release + (Closes: #991474) + + -- Jonathan Carter <j...@debian.org> Sun, 25 Jul 2021 14:10:24 +0200 + calamares-settings-debian (11.0.4-1) unstable; urgency=medium * New upstream release diff -Nru calamares-settings-debian-11.0.4/scripts/sources-final calamares-settings-debian-11.0.5/scripts/sources-final --- calamares-settings-debian-11.0.4/scripts/sources-final 2020-11-11 14:52:51.000000000 +0200 +++ calamares-settings-debian-11.0.5/scripts/sources-final 2021-07-25 14:07:03.000000000 +0200 @@ -14,8 +14,8 @@ deb http://deb.debian.org/debian $RELEASE-updates main deb-src http://deb.debian.org/debian $RELEASE-updates main -deb http://security.debian.org/debian-security/ $RELEASE-updates main -deb-src http://security.debian.org/debian-security/ $RELEASE-updates main +deb http://security.debian.org/debian-security/ $RELEASE-security main +deb-src http://security.debian.org/debian-security/ $RELEASE-security main EOF exit 0 """ thanks, unblock calamares-settings-debian/11.0.5