2
0
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:
Daniel Hilst
2026-05-19 19:23:41 -03:00
parent 19c65dbec5
commit 1cc3932308
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -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
-1
View File
@@ -25,7 +25,6 @@ configure-stamp:
ifneq ($(TARGET_ARCH),ppc64el)
./configure --prefix=/usr \
--with-kerneldir \
--mandir=/usr/share/man
else