Change to ncurses6

This commit is contained in:
geos_one 2025-08-06 16:19:45 +02:00
parent 76a2977b3e
commit 402cac26b3
2 changed files with 2 additions and 1 deletions

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: megacli
Section: admin
Priority: optional
Maintainer: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
Build-Depends: debhelper (>= 5), libncurses5
Build-Depends: debhelper (>= 5), libncurses6, patchelf
Standards-Version: 3.9.5
Homepage: http://www.lsi.com/support/Pages/Download-Results.aspx?keyword=megacli

1
debian/rules vendored
View File

@ -23,6 +23,7 @@ install: build
ifeq ($(DEB_BUILD_ARCH),amd64)
install $(CURDIR)/amd64/opt/MegaRAID/MegaCli/MegaCli64 $(CURDIR)/debian/megacli/usr/lib/megacli/megacli.real
install $(CURDIR)/amd64/opt/MegaRAID/MegaCli/libstorelibir-2.so.14.07-0 $(CURDIR)/debian/megacli/usr/lib/megacli/libstorelibir-2.so.14.07-0
patchelf --replace-needed libncurses.so.5 libncurses.so.6 $(CURDIR)/debian/megacli/usr/lib/megacli/megacli.real
endif
ifeq ($(DEB_BUILD_ARCH),i386)
install $(CURDIR)/i386/opt/MegaRAID/MegaCli/MegaCli $(CURDIR)/debian/megacli/usr/lib/megacli/megacli.real