[pkg-boost-commits] r13958 - boost/trunk/debian

Domenico Andreoli cavok at costa.debian.org
Fri Mar 17 18:59:40 UTC 2006


Author: cavok
Date: 2006-03-17 18:59:40 +0000 (Fri, 17 Mar 2006)
New Revision: 13958

Modified:
   boost/trunk/debian/bcp.1
   boost/trunk/debian/changelog
Log:
bcp now has its manpage (bug: #348523)

Modified: boost/trunk/debian/bcp.1
===================================================================
--- boost/trunk/debian/bcp.1	2006-03-17 18:38:15 UTC (rev 13957)
+++ boost/trunk/debian/bcp.1	2006-03-17 18:59:40 UTC (rev 13958)
@@ -5,7 +5,7 @@
 ' accompanying file LICENSE_1_0.txt or copy at
 ' http://www.boost.org/LICENSE_1_0.txt)
 '=======================================================================
-'TH BCP "1" "March 2006" "Boost C++ Libraries" "Boost C++ Libraries Documentation"
+.TH BCP "1" "March 2006" "Boost C++ Libraries" "Boost C++ Libraries Documentation"
 .SH NAME
 bcp \- extract subsets of Boost
 .SH SYNOPSIS
@@ -18,31 +18,22 @@
 .B bcp
 \fB\-\-report\fR [\fIoptions\fR] \fImodule\-list html\-file\fR
 .br
+.B bcp
+\fB\-\-help\fR
 .SH DESCRIPTION
 Copies all the files, including dependencies, found in \fImodule-list\fR
 to \fIoutput-path\fR. \fIoutput-path\fR must be an existing path.
 .PP
-It is useful for Boost authors who want to distribute their library
-separately from Boost and for Boost users who want to distribute a
-subset of Boost with their application.
-.PP
 With \fB\-\-list\fR, prints the list of all the
 files in \fImodule-list\fR, including dependencies.
 .PP
 With \fB\-\-report\fR, writes the HTML report to \fIhtml-file\fR.
-.SS File dependencies
-C++ source files are scanned for #includes, all #includes present in the
-Boost source tree will then be scanned for their dependencies and so on.
 .PP
-C++ source files are associated with the name of a library, if that
-library has source code (and possibly build data), then include that
-source in the dependencies.
+With \fB\-\-help\fR, prints a quick usage reminder.
 .PP
-C++ source files are checked for dependencies on Boost.Test (for example
-to see if they use cpp_main as an entry point).
-.PP
-HTML files are scanned for immediate dependencies (images and style
-sheets, but not links).
+It is useful for Boost authors who want to distribute their library
+separately from Boost and for Boost users who want to distribute a
+subset of Boost with their application.
 .SS \fImodule-list\fR
 .PP
 When the --scan option is not used, a list of Boost files or library names to copy. It can be:
@@ -58,20 +49,33 @@
 \- The name of a file: for example "boost/regex.hpp".
 .PP
 When the --scan option is used, a list of (probably non-boost) files to scan for Boost dependencies, the files in the module list are not therefore copied/listed.
+.SS File dependencies
+C++ source files are scanned for #includes, all #includes present in the
+Boost source tree will then be scanned for their dependencies and so on.
+.PP
+C++ source files are associated with the name of a library, if that
+library has source code (and possibly build data), then include that
+source in the dependencies.
+.PP
+C++ source files are checked for dependencies on Boost.Test (for example
+to see if they use cpp_main as an entry point).
+.PP
+HTML files are scanned for immediate dependencies (images and style
+sheets, but not links).
 .SS
 HTML report contains:
-.IP
+.PP
 \- all the licenses in effect, plus the files using each license, and
 the copyright holders using each license
-.IP
+.PP
 \- any files with no recognizable license (please report these to the
 Boost mailing lists)
-.IP
+.PP
 \- any files with no recognizable copyright holders (please report these
 to the Boost mailing lists)
-.IP
+.PP
 \- all the copyright holders and the files on which they hold copyright
-.IP
+.PP
 \- file dependency information - indicates the reason for the inclusion
 of any particular file in the dependencies found
 .SH OPTIONS
@@ -114,9 +118,8 @@
 \fBbcp \-\-report\fR regex.hpp boost-regex-report.html
 Creates a HTML report called boost-regex-report.html for the Boost
 module regex.hpp.
-.SH AUTHOR
-This manual page was written by Domenico Andreoli <cavok at debian.org>,
-copying stuff from bcp --help and HTML documentation
-.P
-
-
+.SH AUTHORS
+Author of bcp is John Maddock.
+.PP
+Author of this manpage is Domenico Andreoli, who copied stuff from bcp
+--help and the HTML documentation.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2006-03-17 18:38:15 UTC (rev 13957)
+++ boost/trunk/debian/changelog	2006-03-17 18:59:40 UTC (rev 13958)
@@ -5,6 +5,7 @@
   * Fixed build of Boost.Graph library.  Closes: #326089.
   * Shared library packages do not install the empty /usr/include/boost
     directory any more.  Closes: #344599.
+  * Added manpage for bcp.  Closes: #348523.
 
  -- Domenico Andreoli <cavok at debian.org>  Thu, 16 Mar 2006 13:40:06 +0100
 




More information about the pkg-boost-commits mailing list