move to dh, etc
[debian/efibootmgr] / debian / control
1 Source: efibootmgr
2 Section: admin
3 Priority: optional
4 Maintainer: Bdale Garbee <bdale@gag.com>
5 Build-Depends: debhelper (>> 9), docbook-to-man, libpci-dev, zlib1g-dev
6 Standards-Version: 3.9.3
7 Vcs-Git: git://git.gag.com/debian/efibootmgr
8 Vcs-Browser: http://git.gag.com/?p=debian/efibootmgr
9
10 Package: efibootmgr
11 Architecture: amd64 i386 ia64
12 Depends: ${shlibs:Depends}, ${misc:Depends}
13 Description: Interact with the EFI Boot Manager 
14  This is a Linux user-space application to modify the Intel Extensible 
15  Firmware Interface (EFI) Boot Manager configuration.  This application can 
16  create and destroy boot entries, change the boot order, change the next 
17  running boot option, and more.
18  .
19  Details on the EFI Boot Manager are available from the EFI Specification, 
20  v1.02 or above, available from http://developer.intel.com.
21  .
22  Note: efibootmgr requires that the kernel module efivars be loaded prior 
23  to use.  'modprobe efivars' should do the trick.