mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 01:21:44 +00:00
resolve the conflict between ipmitool and ipmitool-xcat
Former-commit-id: 5cfc8afad85ded92a5c32211089b1222039c11b2
This commit is contained in:
parent
094a83c93d
commit
cd02c36e91
@ -10,8 +10,6 @@ Package: ipmitool-xcat
|
||||
Architecture: i386 amd64 ia64
|
||||
Depends: ${shlibs:Depends}, lsb-base
|
||||
Suggests: openipmi
|
||||
Conflicts: ipmitool
|
||||
Replaces: ipmitool
|
||||
Description: utility for IPMI control with kernel driver or LAN interface
|
||||
A utility for managing and configuring devices that support the
|
||||
Intelligent Platform Management Interface. IPMI is an open standard
|
||||
|
@ -1,4 +1 @@
|
||||
usr/bin
|
||||
usr/sbin
|
||||
usr/share/ipmitool
|
||||
usr/share/doc/ipmitool
|
||||
/opt/xcat/bin/
|
||||
|
@ -73,6 +73,7 @@ install-arch:
|
||||
# debian/tmp.
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/ipmitool-xcat
|
||||
|
||||
cp $(CURDIR)/debian/ipmitool-xcat/usr/bin/ipmitool $(CURDIR)/debian/ipmitool-xcat/opt/xcat/bin/ipmitool-xcat
|
||||
# No need to have two copies of the license text in the package.
|
||||
$(RM) $(CURDIR)/debian/ipmitool-xcat/usr/share/doc/ipmitool/COPYING
|
||||
|
||||
@ -96,6 +97,7 @@ binary-common:
|
||||
dh_installinit --name ipmievd
|
||||
dh_link
|
||||
dh_strip
|
||||
rm -rf $(CURDIR)/debian/ipmitool-xcat/usr
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_makeshlibs
|
||||
|
Loading…
Reference in New Issue
Block a user