diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 38 |
1 files changed, 17 insertions, 21 deletions
diff --git a/debian/control b/debian/control index b69ef91..ad0a697 100644 --- a/debian/control +++ b/debian/control @@ -1,27 +1,23 @@ Source: ipmiutil Section: utils Priority: optional -Maintainer: Andy Cress <arcress@users.sourceforge.net> -Build-Depends: debhelper (>> 9), dh-autoreconf, libssl-dev -Standards-Version: 3.9.4.0 -Vcs-Svn: svn://svn.code.sf.net/p/ipmiutil/code/trunk -Vcs-Browser: https://sourceforge.net/p/ipmiutil/code/HEAD/tree/trunk/ -Homepage: http://ipmiutil.sourceforge.net/ +Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> +Build-Depends: + autotools-dev, + debhelper (>= 9), + dh-autoreconf, + dh-systemd (>= 1.5), + libfreeipmi-dev (>= 1.1.5) | libopenipmi-dev (>=2.0.18), + libssl-dev +Standards-Version: 3.9.5 +Homepage: https://sourceforge.net/projects/ipmiutil/ +#Vcs-Git: git://git.debian.org/collab-maint/ipmiutil.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/ipmiutil.git;a=summary Package: ipmiutil Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base -Suggests: openipmi -Description: Easy-to-use IPMI server management utilities - The ipmiutil package provides easy-to-use utilities to view the SEL, - perform an IPMI chassis reset, set up the IPMI LAN and Platform Event Filter - entries to allow SNMP alerts, Serial-Over-LAN console, event daemon, and - other IPMI tasks. - . - These can be invoked with the metacommand ipmiutil, or via subcommand - shortcuts as well. IPMIUTIL can also write sensor thresholds, FRU asset tags, - and has a full IPMI configuration save/restore. - An IPMI driver can be provided by either the OpenIPMI driver (/dev/ipmi0) - or the Intel IPMI driver (/dev/imb), etc. If used locally and no driver is - detected, ipmiutil will use user-space direct I/Os instead. - +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: IPMI Management Utilities + ipmiutil is an easy-to-use set of IPMI server management + utilities. It can get/set sensor thresholds, automate + SEL management, do SOL console, etc. |