Codebase list live-build / dd04401
Import Debian version 20190311 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 authored 5 years ago Sophie Brun committed 5 years ago
4 changed file(s) with 17 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 live-build (1:20190311) unstable; urgency=medium
1
2 [ Hideki Yamane ]
3 * use deb.debian.org as default
4 * We should add buster for release. (Closes: #924293)
5
6 [ Luca Boccassi ]
7 * Bump Standards-Version to 4.3.0, no changes.
8
9 -- Luca Boccassi <[email protected]> Mon, 11 Mar 2019 10:08:38 +0000
10
011 live-build (1:20180925) unstable; urgency=medium
112
213 [ Raphaël Hertzog ]
77 debhelper (>= 10~),
88 po4a,
99 gettext,
10 Standards-Version: 4.2.1
10 Standards-Version: 4.3.0
1111 Rules-Requires-Root: no
1212 Homepage: https://debian-live.alioth.debian.org/live-build/
1313 Vcs-Browser: https://salsa.debian.org/live-team/live-build
325325 # Setting mirror to fetch packages from
326326 case "${LB_MODE}" in
327327 debian)
328 LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://ftp.debian.org/debian/}"
328 LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://deb.debian.org/debian/}"
329329 LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-${LB_MIRROR_BOOTSTRAP}}"
330330 ;;
331331
332332 progress-linux)
333 LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://ftp.debian.org/debian/}"
333 LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://deb.debian.org/debian/}"
334334 LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://cdn.archive.progress-linux.org/packages/}"
335335 ;;
336336 esac
354354 # Setting mirror which ends up in the image
355355 case "${LB_MODE}" in
356356 debian)
357 LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://httpredir.debian.org/debian/}"
357 LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://deb.debian.org/debian/}"
358358 LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-${LB_MIRROR_BINARY}}"
359359 ;;
360360
361361 progress-linux)
362 LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://ftp.debian.org/debian/}"
362 LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://deb.debian.org/debian/}"
363363 LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-${LB_MIRROR_CHROOT}}"
364364 ;;
365365 esac