Codebase list live-build / 0380f21
Merge branch 'debian' Sophie Brun 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:20180925kali1) kali-dev; urgency=medium
112
213 * Synchronize with Debian. Remaining changes:
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
331331 # Setting mirror to fetch packages from
332332 case "${LB_MODE}" in
333333 debian)
334 LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://ftp.debian.org/debian/}"
334 LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://deb.debian.org/debian/}"
335335 LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-${LB_MIRROR_BOOTSTRAP}}"
336336 ;;
337337
338338 progress-linux)
339 LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://ftp.debian.org/debian/}"
339 LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://deb.debian.org/debian/}"
340340 LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://cdn.archive.progress-linux.org/packages/}"
341341 ;;
342342 esac
360360 # Setting mirror which ends up in the image
361361 case "${LB_MODE}" in
362362 debian)
363 LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://httpredir.debian.org/debian/}"
363 LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://deb.debian.org/debian/}"
364364 LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-${LB_MIRROR_BINARY}}"
365365 ;;
366366
367367 progress-linux)
368 LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://ftp.debian.org/debian/}"
368 LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://deb.debian.org/debian/}"
369369 LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-${LB_MIRROR_CHROOT}}"
370370 ;;
371371 esac