summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorAnthony Towns <ajt@debian.org>2007-06-16 16:35:28 (GMT)
committerAnthony Towns <ajt@debian.org>2007-06-16 16:35:28 (GMT)
commitf45e6190c00065a7ad362fef955ec62b7ebf43a0 (patch)
treee7a1323455d1c635d5c4f0779d9baa4681e1e3a8 /debian/control
downloaddebootstrap-f45e6190c00065a7ad362fef955ec62b7ebf43a0.zip
debootstrap-f45e6190c00065a7ad362fef955ec62b7ebf43a0.tar.gz
debootstrap-f45e6190c00065a7ad362fef955ec62b7ebf43a0.tar.bz2
initial commit of debootstrap from sid (0.3.3.3)
r47260
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..d89e2ca
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: debootstrap
+Section: admin
+Maintainer: Anthony Towns <ajt@debian.org>
+Uploaders: J.H.M. Dassen (Ray) <jdassen@debian.org>
+Build-Depends: debhelper (>= 4.2), makedev (>= 2.3.1-69)
+Standards-Version: 3.6.2
+
+Package: debootstrap
+Priority: extra
+Architecture: all
+Depends: wget, binutils
+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
+Priority: required
+Section: debian-installer
+XC-Package-Type: udeb
+Architecture: any
+Depends: ${shlibs:Depends}, mounted-partitions
+Description: Bootstrap the 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.
+ .
+ debootstrap-udeb is a minimal package used by debian-installer.