summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:42:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:42:49 +0000
commit03815601f93e95e6f1e56dac32de10e546123726 (patch)
treeb1acc790faf13513e5beee2e7ac67a25c70670e4 /debian/control
parentAdding upstream version 1.0.134. (diff)
downloaddebootstrap-e0c90f980428e8369b1b9a1282ee75fa69ac902a.tar.xz
debootstrap-e0c90f980428e8369b1b9a1282ee75fa69ac902a.zip
Adding debian version 1.0.134.debian/1.0.134
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control30
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a4a5ed9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: debootstrap
+Section: admin
+Priority: optional
+Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
+Uploaders: Colin Watson <cjwatson@debian.org>, Steve McIntyre <93sam@debian.org>,
+ Hideki Yamane <henrich@debian.org>, Luca Boccassi <bluca@debian.org>,
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
+Vcs-Browser: https://salsa.debian.org/installer-team/debootstrap
+Vcs-Git: https://salsa.debian.org/installer-team/debootstrap.git
+
+Package: debootstrap
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, wget
+Recommends: gnupg, mount, ${debootstrap:Recommends}
+Suggests: squid-deb-proxy-client, ${debootstrap:Suggests}
+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