[Debootloaders-devel] r201 - in /trunk/silo/debian: changelog manpages/ manpages/silocheck.8 manpages/siloconfig.8 rules

ag-guest at users.alioth.debian.org ag-guest at users.alioth.debian.org
Tue Aug 14 15:01:15 UTC 2007


Author: ag-guest
Date: Tue Aug 14 15:01:14 2007
New Revision: 201

URL: http://svn.debian.org/wsvn/debootloaders/?sc=1&rev=201
Log:
* Fix lintian warnings "binary-without-manpage usr/sbin/silocheck"
  and "binary-without-manpage usr/sbin/siloconfig" by writing and
  adding the 2 missing manpages.

Added:
    trunk/silo/debian/manpages/
    trunk/silo/debian/manpages/silocheck.8
    trunk/silo/debian/manpages/siloconfig.8
Modified:
    trunk/silo/debian/changelog
    trunk/silo/debian/rules

Modified: trunk/silo/debian/changelog
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/changelog?rev=201&op=diff
==============================================================================
--- trunk/silo/debian/changelog (original)
+++ trunk/silo/debian/changelog Tue Aug 14 15:01:14 2007
@@ -15,8 +15,11 @@
   * Add 11-silocheck_non-failure_on_stat.patch to avoid silent failure
     of silocheck when an unresolved symlink is encountered under /dev.
   * Add the XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.
-
- -- Aurélien GÉRÔME <ag at roxor.cx>  Tue, 14 Aug 2007 11:44:35 +0200
+  * Fix lintian warnings "binary-without-manpage usr/sbin/silocheck"
+    and "binary-without-manpage usr/sbin/siloconfig" by writing and
+    adding the 2 missing manpages.
+
+ -- Aurélien GÉRÔME <ag at roxor.cx>  Tue, 14 Aug 2007 16:58:20 +0200
 
 silo (1.4.13-1) unstable; urgency=low
 

Added: trunk/silo/debian/manpages/silocheck.8
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/manpages/silocheck.8?rev=201&op=file
==============================================================================
--- trunk/silo/debian/manpages/silocheck.8 (added)
+++ trunk/silo/debian/manpages/silocheck.8 Tue Aug 14 15:01:14 2007
@@ -1,0 +1,23 @@
+.TH SILOCHECK 8 "14 August 2007" "Linux"
+.SH NAME
+\fBSILOCHECK\fP \- check boot file for the Sparc Improved boot LOader
+.SH SYNOPSIS
+\fB/usr/sbin/silocheck\fP [-v] [-c] <filename>
+.SH DESCRIPTION
+\fBSILOCHECK\fP informs whether <filename> is located below 1 GB.
+.PP
+Systems with old PROMs were not able to load files above this limit.
+.SH OPTIONS
+.TP
+.B \-v
+Print disk blocks (can be very long).
+.TP
+.B \-c
+Print disk blocks in start-length format (shorter).
+.SH SEE ALSO
+\fBsilo(8)\fP, \fBsilo.conf(5)\fP
+.SH AUTHOR
+\fBSILOCHECK\fP was written by Jakub Jelinek.
+.PP
+This manual page was written by Aur\['e]lien G\['E]R\[^O]ME
+<ag at roxor.cx>, for the Debian project (but may be used by others).

Added: trunk/silo/debian/manpages/siloconfig.8
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/manpages/siloconfig.8?rev=201&op=file
==============================================================================
--- trunk/silo/debian/manpages/siloconfig.8 (added)
+++ trunk/silo/debian/manpages/siloconfig.8 Tue Aug 14 15:01:14 2007
@@ -1,0 +1,38 @@
+.TH SILOCONFIG 8 "14 August 2007" "Linux"
+.SH NAME
+\fBSILOCONFIG\fP \- interactive configure script for the Sparc Improved boot LOader
+.SH SYNOPSIS
+\fB/usr/sbin/siloconfig\fP
+.SH DESCRIPTION
+\fBSILOCONFIG\fP is an interactive program which will ask you a series
+of questions and write a \fBsilo.conf(5)\fP configuration file for
+you. It will also set up a partition boot record, so that Linux will
+boot from hard disk. It is normally run automatically whenever you
+upgrade the \fBsilo(8)\fP Debian package.
+.PP
+The configuration file generated by \fBsiloconfig\fP is intended
+for common installations; if your setup is complicated or unusual
+you should consider writing your own customised \fBsilo.conf(5)\fP.
+To do this, you should refer to the comprehensive \fBsilo(8)\fP
+documentation, which can be found in /usr/share/doc/silo/ on Debian
+systems.
+.PP
+If you have already written your own \fBsilo.conf(5)\fP, then the
+script will ask you if you wish to keep it, in which case it will
+check it for options which are incompatible with the current version
+of \fBsilo(8)\fP and run it to install the boot block.
+.PP
+The automatically generated \fBsilo.conf(5)\fP contains helpful
+comments, so it might well be a good place to start even if you wish
+to roll your own configuration file.
+.SH SEE ALSO
+\fBsilo(8)\fP, \fBsilo.conf(5)\fP
+.SH AUTHORS
+\fBSILOCONFIG\fP was written by Bruce Perens <bruce at pixar.com> as
+\fBliloconfig(8)\fP and adapted to become \fBsiloconfig\fP by Davide
+Barbieri <paci at debian.org> and Ben Collins <bcollins at debian.org>.
+.PP
+This manual page was written by Aur\['e]lien G\['E]R\[^O]ME
+<ag at roxor.cx>, based upon \fBliloconfig(8)\fP which was written by
+Peter Maydell <pmaydell at chiark.greenend.org.uk>, for the Debian project
+(but may be used by others).

Modified: trunk/silo/debian/rules
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/rules?rev=201&op=diff
==============================================================================
--- trunk/silo/debian/rules (original)
+++ trunk/silo/debian/rules Tue Aug 14 15:01:14 2007
@@ -38,6 +38,7 @@
 	dh_testroot
 	dh_installdocs $(BUILD_TREE)/docs/README{,.tilo} $(BUILD_TREE)/first-isofs/README.SILO_ISOFS
 	dh_installchangelogs
+	dh_installman debian/manpages/*
 	dh_strip
 	dh_compress
 	dh_fixperms




More information about the Debootloaders-devel mailing list