Compare commits
7 Commits
debian/8.7
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
51dd823f9d | ||
|
|
402cac26b3 | ||
|
|
76a2977b3e | ||
|
|
f7ec11e06e | ||
|
|
8078b3f1a2 | ||
|
|
65aa31946c | ||
|
|
2c372eb035 |
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -1,3 +1,11 @@
|
||||
megacli (8.7.14.1) UNRELEASED; urgency=medium
|
||||
|
||||
* Rebuild for all Distros
|
||||
* import
|
||||
* Imported Upstream version 8.07.14
|
||||
|
||||
-- Mario Fetka <mario@localhost.localdomain> Thu, 26 May 2016 18:01:20 +0200
|
||||
|
||||
megacli (8.07.14-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
2
debian/compat
vendored
2
debian/compat
vendored
@@ -1 +1 @@
|
||||
5
|
||||
7
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -2,7 +2,7 @@ Source: megacli
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
|
||||
Build-Depends: debhelper (>= 5)
|
||||
Build-Depends: debhelper (>= 5), libncurses6, patchelf
|
||||
Standards-Version: 3.9.5
|
||||
Homepage: http://www.lsi.com/support/Pages/Download-Results.aspx?keyword=megacli
|
||||
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -22,10 +22,12 @@ install: build
|
||||
install $(CURDIR)/debian/megacli.wrapper $(CURDIR)/debian/megacli/usr/sbin/megacli
|
||||
ifeq ($(DEB_BUILD_ARCH),amd64)
|
||||
install $(CURDIR)/amd64/opt/MegaRAID/MegaCli/MegaCli64 $(CURDIR)/debian/megacli/usr/lib/megacli/megacli.real
|
||||
patchelf --replace-needed libncurses.so.5 libncurses.so.6 $(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
|
||||
endif
|
||||
ifeq ($(DEB_BUILD_ARCH),i386)
|
||||
install $(CURDIR)/i386/opt/MegaRAID/MegaCli/MegaCli $(CURDIR)/debian/megacli/usr/lib/megacli/megacli.real
|
||||
patchelf --replace-needed libncurses.so.5 libncurses.so.6 $(CURDIR)/debian/megacli/usr/lib/megacli/megacli.real
|
||||
# Seem to be x64 only
|
||||
#install $(CURDIR)/i386/opt/MegaRAID/MegaCli/libstorelibir-2.so.14.07-0 $(CURDIR)/debian/megacli/usr/lib/megacli/libstorelibir-2.so.14.07-0
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user