summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-09-06 20:07:21 +0300
committerLars Wirzenius <liw@liw.fi>2016-09-06 20:07:21 +0300
commit283e2a89bf9e9f993e195f68c566d86a87936880 (patch)
tree0cb57ae2204765b93f094ef92555f96b26c15b67 /debian/control
parentee3c08db33ee2728a1379603cea083d001cb0baa (diff)
downloadvmdebootstrap-283e2a89bf9e9f993e195f68c566d86a87936880.tar.gz
Add Debian packaging from 1.6-1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control36
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2649136
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: vmdebootstrap
+Section: admin
+Priority: extra
+Maintainer: VMDebootstrap List <vmdebootstrap-devel@lists.alioth.debian.org>
+Uploaders: Neil Williams <codehelp@debian.org>,
+ Iain R. Learmonth <irl@debian.org>,
+ Antonio Terceiro <terceiro@debian.org>
+Build-Depends: debhelper (>= 8.0.0), dh-python,
+ python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
+ python | python-all | python-dev | python-all-dev,
+ python-setuptools (>= 3)
+Testsuite: autopkgtest
+X-Python-Version: 2.7
+Standards-Version: 3.9.8
+Homepage: https://vmdebootstrap.alioth.debian.org/
+Vcs-Git: https://anonscm.debian.org/git/vmdebootstrap/vmdebootstrap.git
+Vcs-Browser: https://anonscm.debian.org/cgit/vmdebootstrap/vmdebootstrap.git/
+
+Package: vmdebootstrap
+Architecture: linux-any
+Depends: debootstrap, qemu-utils, kpartx, parted,
+ ${sphinxdoc:Depends}, ${python:Depends}, ${misc:Depends}
+Recommends: dosfstools, grub2-common [!mips !s390x],
+ extlinux [amd64 i386],
+ squashfs-tools, python-guestfs, qemu-system, qemu-user-static
+Suggests: cmdtest, mbr, pandoc, u-boot:armhf
+Description: Bootstrap Debian into a (virtual machine) disk image
+ vmdebootstrap is a wrapper around debootstrap to install Debian
+ into a disk image, which can be used with a virtual machine (such as KVM).
+ .
+ syslinux and grub2 bootloaders can be supported, depending on the
+ distribution and the architecture. An example of setting up u-boot
+ for armhf on a beaglebone-black is included.
+ .
+ This package also includes documentation on using vmdebootstrap
+ to create installation images and live images.