mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-09-24 08:44:04 +00:00
fix(ipmitool): Update debian packaging for Ubuntu 22.04-26.04
- Bump debhelper Build-Depends to >= 13, drop autotools-dev - Update libssl runtime dep to libssl3t64 | libssl3 | libssl1.1 - Remove --with-kerneldir (conflicts with kernel 7.0 headers)
This commit is contained in:
@@ -2,12 +2,12 @@ Source: ipmitool-xcat
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: xCAT <xcat-user@lists.sourceforge.net>
|
||||
Build-Depends: debhelper (>> 4.0.0), libreadline-dev, libssl-dev, quilt, autotools-dev
|
||||
Build-Depends: debhelper (>= 13), libreadline-dev, libssl-dev, quilt
|
||||
Standards-Version: 3.6.2.1
|
||||
|
||||
Package: ipmitool-xcat
|
||||
Architecture: i386 amd64 ia64 ppc64el
|
||||
Depends: libc6 (>= 2.15), libssl3 | libssl1.1 (>= 1.1.0) | libssl1.0.0 (>=1.0.0), lsb-base
|
||||
Depends: libc6 (>= 2.15), libssl3t64 | libssl3 | libssl1.1
|
||||
Suggests: openipmi
|
||||
Description: utility for IPMI control with kernel driver or LAN interface
|
||||
A utility for managing and configuring devices that support the
|
||||
|
||||
@@ -25,7 +25,6 @@ configure-stamp:
|
||||
|
||||
ifneq ($(TARGET_ARCH),ppc64el)
|
||||
./configure --prefix=/usr \
|
||||
--with-kerneldir \
|
||||
--mandir=/usr/share/man
|
||||
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user