File: control

package info (click to toggle)
grml2usb 0.16.4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 600 kB
  • sloc: python: 1,171; sh: 314; asm: 230; makefile: 112
file content (33 lines) | stat: -rw-r--r-- 1,091 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: grml2usb
Section: admin
Priority: optional
Maintainer: Grml Team <team@grml.org>
Uploaders: Michael Prokop <mika@debian.org>,
           Alexander Wirt <formorer@debian.org>,
           Christian Hofstaedtler <zeha@debian.org>,
           Ulrich Dangel <mru@spamt.net>
Build-Depends: asciidoc,
               debhelper (>= 10~),
               docbook-xsl,
               xsltproc
Standards-Version: 4.3.0
Homepage: https://grml.org/grml2usb/
Vcs-git: git://git.grml.org/grml2usb.git
Vcs-Browser: https://git.grml.org/?p=grml2usb.git

Package: grml2usb
Architecture: amd64 i386
Depends: mtools,
         python,
         python-parted,
         rsync,
         syslinux | grub2-common, syslinux | grub-pc-bin,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: syslinux,
            syslinux-utils,
            xorriso | genisoimage
Description: install Grml system / ISO to usb device
 This script installs a Grml ISO to an USB device to be able
 to boot from it.  Make sure you have at least one Grml ISO
 or a running Grml system (/lib/live/mount/medium) available.