Skip to content

Instantly share code, notes, and snippets.

ROWS := 2 3 4 5 6 7 8 9 10 11 12 13 14 15
COLS := 2 3 4 5 6 7 8 9 10 11 12 13
# Table of numbers for various arithmetic operations, since Make doesn't
# support any natively.
NUMBERS_FROM_2 := \
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 \
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 \
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 \
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 \

sbuild-chroot-packager

"What is this?"

This repository contains scripts used to build Debian packages containing prebuilt build chroots.

NOTE: Running sbuild-createchroot as part of dpkg-buildpackage is about as weird as it gets, and I couldn't figure out a way to get it working using any of the nice tools like sbuild, so the commands to build it look something like this:

$ make debian SUITE=bullseye ARCH=amd64 MIRROR=http://deb.debian.org/debian/