add backward compatibility
This commit is contained in:
parent
9eab75f6f7
commit
6db0a73e01
3
debian/control
vendored
3
debian/control
vendored
@ -8,6 +8,9 @@ Standards-Version: 3.9.3
|
||||
Package: hpssacli
|
||||
Architecture: i386 amd64
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Conflicts: hpacucli
|
||||
Breaks: hpacucli
|
||||
Replaces: hpacucli
|
||||
Description: HP command line SmartArray configuration utility
|
||||
This is the proprietary command line utility from HP to manage HP/Compaq
|
||||
SmartArray hardware RAID HBAs mostly found in Proliant servers.
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -34,8 +34,10 @@ ifeq ($(DEB_BUILD_ARCH),amd64)
|
||||
endif
|
||||
install -D -m 755 $(CURDIR)/debian/hpssacli.wrapper \
|
||||
$(DESTDIR)/usr/sbin/hpssacli
|
||||
ln -sf hpssacli $(DESTDIR)/usr/sbin/hpacucli
|
||||
install -D -m 755 $(CURDIR)/debian/hpssascripting.wrapper \
|
||||
$(DESTDIR)/usr/sbin/hpssascripting
|
||||
ln -sf hpssascripting $(DESTDIR)/usr/sbin/hpacuscripting
|
||||
|
||||
binary-indep: build install
|
||||
binary-arch: build install
|
||||
|
Loading…
Reference in New Issue
Block a user