Switch from debian/install to Makefile approach
[grml-rescueboot.git] / debian / control
1 Source: grml-rescueboot
2 Section: admin
3 Priority: extra
4 Maintainer: Grml Team <team@grml.org>
5 Uploaders:
6  Michael Prokop <mika@debian.org>,
7  Alexander Wirt <formorer@debian.org>,
8  Christian Hofstaedtler <zeha@debian.org>,
9  Ulrich Dangel <mru@spamt.net>,
10 Build-Depends:
11  debhelper (>= 10~),
12  xmltoman,
13 Standards-Version: 4.1.5
14 Homepage: http://git.grml.org/?p=grml-rescueboot.git
15 Vcs-git: git://git.grml.org/grml-rescueboot.git
16 Vcs-Browser: http://git.grml.org/?p=grml-rescueboot.git
17
18 Package: grml-rescueboot
19 Architecture: all
20 Depends:
21  grub-pc | grub-efi-amd64,
22  ${misc:Depends},
23  ${shlibs:Depends},
24 Recommends:
25  debian-keyring,
26  gpgv,
27  wget,
28 Description: Integrates Grml ISO booting into GRUB
29  This package provides a script for update-grub which looks for
30  Grml ISO images in /boot/grml and automatically adds an entry
31  for each image. The purpose is to use one of those images to
32  boot a Grml rescue system without using a CD or USB stick.