/ debian / control
control
 1  Source: live-wrapper
 2  Maintainer: Debian Live <debian-live@lists.debian.org>
 3  Uploaders: Iain R. Learmonth <irl@debian.org>
 4  Section: misc
 5  Priority: optional
 6  Build-Depends: debhelper (>= 9),
 7                 dh-python,
 8                 python-all,
 9                 python-setuptools,
10                 python-sphinx
11  Standards-Version: 3.9.8
12  Vcs-Browser: https://anonscm.debian.org/cgit/debian-live/live-wrapper.git
13  Vcs-Git: https://anonscm.debian.org/git/debian-live/live-wrapper.git
14  Homepage: https://debian-live.alioth.debian.org/live-wrapper/
15  
16  Package: live-wrapper
17  Architecture: all
18  Depends: ${misc:Depends},
19           ${python:Depends},
20           xorriso,
21           isolinux,
22           debian-archive-keyring,
23           python-distro-info
24  Suggests: cmdtest
25  Description: Wrapper for vmdebootstrap for creating live images
26   live-wrapper is a wrapper around vmdebootstrap to install a live Debian
27   system into an ISO image, which can be used by booting from optical media or a
28   USB device.
29   .
30   isolinux and grub2 bootloaders can be supported, depending on the distribution
31   and the architecture.
32  
33  Package: live-wrapper-doc
34  Architecture: all
35  Section: doc
36  Depends: ${misc:Depends}, ${sphinxdoc:Depends}
37  Description: Wrapper for vmdebootstrap for creating live images (Documentation)
38   live-wrapper is a wrapper around vmdebootstrap to install a live Debian
39   system into an ISO image, which can be used by booting from optical media or a
40   USB device.
41   .
42   isolinux and grub2 bootloaders can be supported, depending on the distribution
43   and the architecture.
44   .
45   This package contains documentation on using live-wrapper to create live
46   images.