Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Dear Release Team,
Please consider unblocking migration of live-build 1:20190311 to buster
to fix #924293. It will be eligible to migrate in 10 days on the 21st,
which is past the deadline.
The small fix is necessary to fully support building buster images with
live-build.
An additional, welcome fix is a switch away from the deprecated
httpredir.debian.org to deb.debian.org as the default mirror URL.
The fix for the former is adding a symlink to a directory, which
debdiff shows as a bunch of new files which is not strictly true, so
I've truncated that from the debdiff inlined below.
Thank you!
--
Kind regards,
Luca Boccassi
diff -Nru live-build-20180925/debian/changelog live-build-20190311/debian/changelog
--- live-build-20180925/debian/changelog 2018-09-25 14:28:19.000000000 +0100
+++ live-build-20190311/debian/changelog 2019-03-11 10:08:38.000000000 +0000
@@ -1,3 +1,14 @@
+live-build (1:20190311) unstable; urgency=medium
+
+ [ Hideki Yamane ]
+ * use deb.debian.org as default
+ * We should add buster for release. (Closes: #924293)
+
+ [ Luca Boccassi ]
+ * Bump Standards-Version to 4.3.0, no changes.
+
+ -- Luca Boccassi <bluca@debian.org> Mon, 11 Mar 2019 10:08:38 +0000
+
live-build (1:20180925) unstable; urgency=medium
[ Raphaël Hertzog ]
diff -Nru live-build-20180925/debian/control live-build-20190311/debian/control
--- live-build-20180925/debian/control 2018-09-21 11:41:00.000000000 +0100
+++ live-build-20190311/debian/control 2019-03-11 10:08:20.000000000 +0000
@@ -8,7 +8,7 @@
debhelper (>= 10~),
po4a,
gettext,
-Standards-Version: 4.2.1
+Standards-Version: 4.3.0
Rules-Requires-Root: no
Homepage: https://debian-live.alioth.debian.org/live-build/
Vcs-Browser: https://salsa.debian.org/live-team/live-build
diff -Nru live-build-20180925/functions/defaults.sh live-build-20190311/functions/defaults.sh
--- live-build-20180925/functions/defaults.sh 2018-06-07 18:29:28.000000000 +0100
+++ live-build-20190311/functions/defaults.sh 2019-03-11 10:05:40.000000000 +0000
@@ -326,12 +326,12 @@
# Setting mirror to fetch packages from
case "${LB_MODE}" in
debian)
- LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://ftp.debian.org/debian/}"
+ LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://deb.debian.org/debian/}"
LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-${LB_MIRROR_BOOTSTRAP}}"
;;
progress-linux)
- LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://ftp.debian.org/debian/}"
+ LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://deb.debian.org/debian/}"
LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://cdn.archive.progress-linux.org/packages/}"
;;
esac
@@ -355,12 +355,12 @@
# Setting mirror which ends up in the image
case "${LB_MODE}" in
debian)
- LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://httpredir.debian.org/debian/}"
+ LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://deb.debian.org/debian/}"
LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-${LB_MIRROR_BINARY}}"
;;
progress-linux)
- LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://ftp.debian.org/debian/}"
+ LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://deb.debian.org/debian/}"
LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-${LB_MIRROR_CHROOT}}"
;;
esac
Attachment:
signature.asc
Description: This is a digitally signed message part