diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:37:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:37:38 +0000 |
commit | 53d04d9ab57185eef71a52b9cd8b8acb182c8d25 (patch) | |
tree | fd3dfc39ef170fb257c8971f0c22f4f771096676 /debian/control | |
parent | Adding upstream version 1.0.114+deb10u1. (diff) | |
download | debootstrap-53d04d9ab57185eef71a52b9cd8b8acb182c8d25.tar.xz debootstrap-53d04d9ab57185eef71a52b9cd8b8acb182c8d25.zip |
Adding debian version 1.0.114+deb10u1.debian/1.0.114+deb10u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..40b8f4e --- /dev/null +++ b/debian/control @@ -0,0 +1,29 @@ +Source: debootstrap +Section: admin +Priority: optional +Maintainer: Debian Install System Team <debian-boot@lists.debian.org> +Uploaders: Junichi Uekawa <dancer@debian.org>, Colin Watson <cjwatson@debian.org>, Christian Perrier <bubulle@debian.org>, Steve McIntyre <93sam@debian.org>, + Hideki Yamane <henrich@debian.org>, +Build-Depends: debhelper (>= 9) +Standards-Version: 4.3.0 +Vcs-Browser: https://salsa.debian.org/installer-team/debootstrap +Vcs-Git: https://salsa.debian.org/installer-team/debootstrap.git + +Package: debootstrap +Architecture: all +Depends: ${misc:Depends}, wget +Recommends: gnupg, ${keyring}, arch-test (>= 0.11~), +Suggests: ubuntu-archive-keyring, + squid-deb-proxy-client, +Description: Bootstrap a basic Debian system + debootstrap is used to create a Debian base system from scratch, + without requiring the availability of dpkg or apt. It does this by + downloading .deb files from a mirror site, and carefully unpacking them + into a directory which can eventually be chrooted into. + +Package: debootstrap-udeb +Section: debian-installer +Package-Type: udeb +Architecture: all +Depends: ${misc:Depends}, mounted-partitions +Description: Bootstrap the Debian system |