1 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
|
Source: freedom-maker
Maintainer: FreedomBox Packaging Team <team+freedombox@tracker.debian.org>
Uploaders:
Joseph Nuthalapati <njoseph@riseup.net>,
Federico Ceratto <federico@debian.org>,
Sunil Mohan Adapa <sunil@medhas.org>,
James Valleroy <jvalleroy@mailbox.org>,
Section: utils
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-pytest,
python3-setuptools,
xmlto,
Standards-Version: 4.7.2
Homepage: https://freedombox.org
Vcs-Browser: https://salsa.debian.org/freedombox-team/freedom-maker
Vcs-Git: https://salsa.debian.org/freedombox-team/freedom-maker.git
Rules-Requires-Root: no
Package: freedom-maker
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
binfmt-support | systemd,
btrfs-progs,
debootstrap,
dmsetup,
dosfstools,
fdisk,
git,
kpartx,
parted,
psmisc,
qemu-user-static,
qemu-utils,
sshpass,
sudo,
# For DNS resolution inside chroot
systemd-resolved,
u-boot-tools,
xz-utils
Suggests:
virtualbox
Description: FreedomBox image builder
FreedomBox is a personal cloud server which can be installed on single board
computers and Debian machines.
.
Freedom-Maker is a tool to build images for FreedomBox for various supported
hardware that can then be copied to SD card, USB stick or Hard Disk drive to
boot into FreedomBox.
|