Your message dated Thu, 29 Jul 2021 12:04:46 +0000
with message-id <[email protected]>
and subject line unblock calamares-settings-debian
has caused the Debian Bug report #991480,
regarding unblock: calamares-settings-debian/11.0.5-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
991480: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991480
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-Cc: [email protected]
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 <[email protected]> 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
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---