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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Source: simple-cdd
Section: misc
Priority: optional
Maintainer: Simple-CDD Developers <simple-cdd@packages.debian.org>
Uploaders:
Arnaud Rebillout <arnaudr@kali.org>,
Vagrant Cascadian <vagrant@debian.org>,
Build-Depends: debhelper-compat (= 13),
distro-info-data,
python3,
python3-debian,
python3-setuptools,
dh-python,
help2man,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/simple-cdd.git
Vcs-Browser: https://salsa.debian.org/debian/simple-cdd
Package: simple-cdd
Architecture: all
Depends: ${misc:Depends},
rsync,
debian-cd,
reprepro,
wget,
lsb-release,
dctrl-tools,
python3,
python3-simple-cdd,
distro-info-data,
Recommends: dose-distcheck
Suggests: qemu-system | qemu-kvm
Description: create customized debian-installer CDs
Simple-CDD is a limited though relatively easy tool to create a
customized debian-installer CD.
.
It includes simple mechanisms to create "profiles" that define common
system configurations, which can be selected during system
installation. Simple-CDD also makes it easy to build CDs with
language and country settings pre-configured.
.
This can be used to create a crude "Custom Debian Distribution" using
packages from Debian, with pre-configuration of packages that use
debconf. Custom configuration scripts can be specified to handle
packages that don't support debconf pre-configuration.
.
Testing CD images with qemu is also made simple with a provided
script.
Package: python3-simple-cdd
Architecture: all
Section: python
Depends: ${misc:Depends},
python3,
python3-debian,
Recommends: python3-yaml
Description: python3 modules for Simple-CDD
Simple-CDD is a limited though relatively easy tool to create a
customized debian-installer CD.
.
This package includes functions used by simple-cdd to manage the
environment, manage GPG keys, configure and run reprepro, configure
and run debian-cd.
Package: simple-cdd-profiles
Section: debian-installer
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: simple-cdd profile selection
Package-Type: udeb
|