mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 19:17:22 +00:00
updates to debian builds from Petter Reinholdtsen
This commit is contained in:
parent
55ac08dc49
commit
20a4a2f950
@ -34,7 +34,8 @@
|
|||||||
|
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
dist_pkgdata_DATA = bmclanconf README \
|
dist_pkgdata_DATA = README
|
||||||
ipmi.init.basic ipmi.init.redhat \
|
|
||||||
|
pkgdata_SCRIPTS = bmclanconf ipmi.init.basic ipmi.init.redhat \
|
||||||
collect_data.sh create_rrds.sh create_webpage_compact.sh create_webpage.sh
|
collect_data.sh create_rrds.sh create_webpage_compact.sh create_webpage.sh
|
||||||
|
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
ipmitool (1.8.0-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Initial upload into Debian, based on the upstream build
|
||||||
|
rules. (Closes: #299924)
|
||||||
|
* Convert debian/changelog to UTF-8.
|
||||||
|
* Change section from 'contrib' to 'utils'.
|
||||||
|
* Build-depend on debhelper (>> 4.0.0) to match the rules file.
|
||||||
|
* Set Standards-version to 3.6.1.
|
||||||
|
* Make sure binary dependency is properly generated.
|
||||||
|
* Add long description, copied from the project README.
|
||||||
|
* Drop useless provides 'ipmitool', as the package is called 'ipmitool'.
|
||||||
|
* Don't install the COPYING file, as the license text already is
|
||||||
|
included in debian/copyright.
|
||||||
|
* Remove unused parts of the rules file.
|
||||||
|
* Correct clean target in rules file, to use 'distclean' and remove
|
||||||
|
configure-stamp not bogus config-stamp.
|
||||||
|
|
||||||
|
-- Petter Reinholdtsen <pere@debian.org> Sun, 3 Apr 2005 20:52:02 +0200
|
||||||
|
|
||||||
ipmitool (1.8.0) unstable; urgency=low
|
ipmitool (1.8.0) unstable; urgency=low
|
||||||
|
|
||||||
* Fix IPMIv2.0 issues
|
* Fix IPMIv2.0 issues
|
||||||
@ -100,7 +119,7 @@ ipmitool (1.5.6) unstable; urgency=low
|
|||||||
* Fix SEL event decoding for generic events
|
* Fix SEL event decoding for generic events
|
||||||
* Handle empty SEL gracefully when doing "sel list"
|
* Handle empty SEL gracefully when doing "sel list"
|
||||||
* Fix sdr handling of sensors that do not return a reading
|
* Fix sdr handling of sensors that do not return a reading
|
||||||
* Fix for CSV display of sensor readings/units from Fredrik Öhrn
|
* Fix for CSV display of sensor readings/units from Fredrik Öhrn
|
||||||
|
|
||||||
-- Duncan Laurie <duncan@sun.com> Thu, 4 Dec 2003 14:47:19 -0700
|
-- Duncan Laurie <duncan@sun.com> Thu, 4 Dec 2003 14:47:19 -0700
|
||||||
|
|
||||||
|
@ -1,12 +1,27 @@
|
|||||||
Source: ipmitool
|
Source: ipmitool
|
||||||
Section: contrib
|
Section: utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Duncan Laurie <duncan@iceblink.org>
|
Maintainer: Petter Reinholdtsen <pere@debian.org>
|
||||||
Build-Depends: debhelper (>> 3.0.0)
|
Uploaders: Duncan Laurie <duncan@iceblink.org>
|
||||||
Standards-Version: 3.5.8
|
Build-Depends: debhelper (>> 4.0.0),
|
||||||
|
Standards-Version: 3.6.1
|
||||||
|
|
||||||
Package: ipmitool
|
Package: ipmitool
|
||||||
Architecture: i386 amd64
|
Architecture: i386 amd64
|
||||||
Provides: ipmitool
|
Depends: ${shlibs:Depends}
|
||||||
Description: Utility for IPMI control with kernel driver or LAN interface
|
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
|
||||||
|
for monitoring, logging, recovery, inventory, and control of hardware
|
||||||
|
that is implemented independent of the main CPU, BIOS, and OS. The
|
||||||
|
service processor (or Baseboard Management Controller, BMC) is the
|
||||||
|
brain behind platform management and its primary purpose is to handle
|
||||||
|
the autonomous sensor monitoring and event logging features.
|
||||||
|
.
|
||||||
|
The ipmitool program provides a simple command-line interface to this
|
||||||
|
BMC. It features the ability to read the sensor data repository
|
||||||
|
(SDR) and print sensor values, display the contents of the System
|
||||||
|
Event Log (SEL), print Field Replaceable Unit (FRU) inventory
|
||||||
|
information, read and set LAN configuration parameters, and perform
|
||||||
|
remote chassis power control.
|
||||||
|
|
||||||
|
@ -1,4 +1,2 @@
|
|||||||
README
|
README
|
||||||
COPYING
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
ChangeLog
|
|
||||||
|
@ -41,10 +41,10 @@ build-indep-stamp: configure-stamp
|
|||||||
clean:
|
clean:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
rm -f build-arch-stamp build-indep-stamp config-stamp
|
rm -f build-arch-stamp build-indep-stamp configure-stamp
|
||||||
|
|
||||||
# Add here commands to clean up after the build process.
|
# Add here commands to clean up after the build process.
|
||||||
-$(MAKE) clean
|
-$(MAKE) distclean
|
||||||
|
|
||||||
dh_clean
|
dh_clean
|
||||||
|
|
||||||
@ -71,6 +71,17 @@ install-arch:
|
|||||||
# debian/tmp.
|
# debian/tmp.
|
||||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/ipmitool
|
$(MAKE) install DESTDIR=$(CURDIR)/debian/ipmitool
|
||||||
|
|
||||||
|
# No need to have two copies of the license text in the package.
|
||||||
|
$(RM) $(CURDIR)/debian/ipmitool/usr/share/doc/ipmitool/COPYING
|
||||||
|
|
||||||
|
# Move upstream changelog to correct filename.
|
||||||
|
mv $(CURDIR)/debian/ipmitool/usr/share/doc/ipmitool/ChangeLog \
|
||||||
|
$(CURDIR)/debian/ipmitool/usr/share/doc/ipmitool/changelog
|
||||||
|
|
||||||
|
# Compress to avoid lintian warning. Not sure why dh_compress
|
||||||
|
# isn't fixing this.
|
||||||
|
gzip -9 $(CURDIR)/debian/ipmitool/usr/share/doc/ipmitool/changelog
|
||||||
|
|
||||||
# dh_movefiles -a
|
# dh_movefiles -a
|
||||||
# Must not depend on anything. This is to be called by
|
# Must not depend on anything. This is to be called by
|
||||||
# binary-arch/binary-multi
|
# binary-arch/binary-multi
|
||||||
@ -78,27 +89,15 @@ install-arch:
|
|||||||
binary-common:
|
binary-common:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
# dh_installdebconf
|
|
||||||
dh_installdocs
|
dh_installdocs
|
||||||
# dh_installexamples
|
dh_installchangelogs
|
||||||
# dh_installmenu
|
|
||||||
# dh_installemacsen
|
|
||||||
# dh_installpam
|
|
||||||
# dh_installinit
|
|
||||||
# dh_installcron
|
|
||||||
# dh_installmanpages
|
|
||||||
# dh_installinfo
|
|
||||||
# dh_undocumented
|
|
||||||
# dh_installchangelogs
|
|
||||||
dh_link
|
dh_link
|
||||||
dh_strip
|
dh_strip
|
||||||
dh_compress
|
dh_compress
|
||||||
dh_fixperms
|
dh_fixperms
|
||||||
# You may want to make some executables suid here.
|
|
||||||
# dh_suidregister
|
|
||||||
dh_makeshlibs
|
dh_makeshlibs
|
||||||
|
dh_shlibdeps
|
||||||
dh_installdeb
|
dh_installdeb
|
||||||
# dh_perl
|
|
||||||
dh_gencontrol
|
dh_gencontrol
|
||||||
dh_md5sums
|
dh_md5sums
|
||||||
dh_builddeb
|
dh_builddeb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user