install docs in /usr/share/doc/ipmitool

update debian build rules
This commit is contained in:
Duncan Laurie 2004-09-10 04:50:13 +00:00
parent df2b4c2da1
commit 7855f9b4ff
5 changed files with 7 additions and 6 deletions

View File

@ -32,7 +32,7 @@
# in the design, construction, operation or maintenance of any nuclear
# facility.
DOCDIR = $(DESTDIR)/$(datadir)/doc/$(distdir)
DOCDIR = $(DESTDIR)/$(datadir)/doc/$(PACKAGE)
DOCLIST = README COPYING AUTHORS ChangeLog
EXTRA_DIST = $(DOCLIST) \

View File

@ -52,11 +52,10 @@ rm -rf $RPM_BUILD_DIR/ipmitool-@VERSION@
%files
%defattr(-,root,root)
%doc %{_mandir}/man1/*
%{_bindir}/*
%{_datadir}/doc/ipmitool-@VERSION@/*
%dir %{_datadir}/ipmitool
%{_datadir}/ipmitool/*
%doc %{_mandir}/man1/*
%doc %{_datadir}/doc/ipmitool/*
%changelog
* Wed Aug 18 2004 <duncan@iceblink.org> 1.6.0-1

View File

@ -6,7 +6,7 @@ Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.5.8
Package: ipmitool
Architecture: i386
Architecture: i386 amd64
Provides: ipmitool
Description: Utility for IPMI control with kernel driver or LAN interface

View File

@ -1,2 +1,3 @@
usr/bin
usr/include/ipmitool
usr/share/ipmitool
usr/share/doc/ipmitool

View File

@ -1,3 +1,4 @@
README
COPYING
AUTHORS
ChangeLog