[DRE-commits] r3412 - packages-wip/libole-ruby/trunk/debian

Gunnar Wolf gwolf at alioth.debian.org
Tue Apr 21 19:54:22 UTC 2009


Author: gwolf
Date: 2009-04-21 19:54:22 +0000 (Tue, 21 Apr 2009)
New Revision: 3412

Added:
   packages-wip/libole-ruby/trunk/debian/oletool.1
Modified:
   packages-wip/libole-ruby/trunk/debian/control
   packages-wip/libole-ruby/trunk/debian/rules
Log:
Also creates -doc package; added missing manpage

Modified: packages-wip/libole-ruby/trunk/debian/control
===================================================================
--- packages-wip/libole-ruby/trunk/debian/control	2009-04-21 19:27:41 UTC (rev 3411)
+++ packages-wip/libole-ruby/trunk/debian/control	2009-04-21 19:54:22 UTC (rev 3412)
@@ -22,6 +22,22 @@
  This is a dummy package depending on the library for the current default
  version of Ruby.
 
+Package: libole-ruby-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: libole-ruby1.8
+Description: Ruby library for read/write access for OLE compound documents
+ Ruby-ole is a library for read/write access to OLE2 structured storage
+ files, such as those produced by Microsoft Office, eg *.doc, *.msg
+ etc.
+ .
+ It provides a simple and easy to use API, supporting read and write
+ streaming, by providing transparent access to the "files" within OLE
+ documents as IO-like objects, supporting all the expected operations.
+ .
+ This package provides the API documentation.
+
 Package: libole-ruby1.8
 Architecture: all
 Depends: ${misc:Depends}, ruby1.8, rubygems1.8

Added: packages-wip/libole-ruby/trunk/debian/oletool.1
===================================================================
--- packages-wip/libole-ruby/trunk/debian/oletool.1	                        (rev 0)
+++ packages-wip/libole-ruby/trunk/debian/oletool.1	2009-04-21 19:54:22 UTC (rev 3412)
@@ -0,0 +1,34 @@
+.TH oletool 1 "April 21, 2209"
+.SH NAME
+oletool - Walks the object trees in OLE documents
+.SH SYNOPSIS
+.B oletool
+[options] [files]
+.SH DESCRIPTION
+.SH OPTIONS
+.TP 8
+.B \-t, --tree
+Dump ole trees for files (default)
+.TP 8
+.B \-r, --repack
+Repack the ole files in canonical form
+.TP 8
+.B \-m, --mimetype
+Print the guessed mime types
+.TP 8
+.B \-y, --metadata
+Dump the internal meta data as YAML
+.TP 8
+.B \-v, --[no-]verbose
+Run verbosely
+.TP 8
+.B \-h, --help
+Shows help message
+.SH SEE ALSO
+This program is shipped as part of the Debian libole-ruby1.8 library
+package, you can check its corresponding documentation can be found in
+the libole-ruby-doc package.
+.SH AUTHOR
+This manual page was written by Gunnar Wolf <gwolf at debian.org>, based
+on the command-line output of this program, for the Debian GNU/Linux
+system (but may be freely used by others).

Modified: packages-wip/libole-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libole-ruby/trunk/debian/rules	2009-04-21 19:27:41 UTC (rev 3411)
+++ packages-wip/libole-ruby/trunk/debian/rules	2009-04-21 19:54:22 UTC (rev 3412)
@@ -5,3 +5,6 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 DEB_RUBY_CONFIG_ARGS = --datadir=/usr/share/libole-ruby1.8 --installdirs=std
+
+install/libole-ruby1.8::
+	dh_installman debian/oletool.1 -p libole-ruby1.8




More information about the Pkg-ruby-extras-commits mailing list