diff --git a/data/debian-cd/buster b/data/debian-cd/buster new file mode 120000 index 0000000..20f08b4 --- /dev/null +++ b/data/debian-cd/buster @@ -0,0 +1 @@ +squeeze \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 8343d7f..c17edeb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 11 Mar 2019 10:08:38 +0000 + live-build (1:20180925) unstable; urgency=medium [ Raphaƫl Hertzog ] diff --git a/debian/control b/debian/control index b8bdd0d..e06630e 100644 --- a/debian/control +++ b/debian/control @@ -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 --git a/functions/defaults.sh b/functions/defaults.sh index 891ede0..c489551 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -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