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

Gunnar Wolf gwolf at alioth.debian.org
Tue Apr 21 19:59:09 UTC 2009


Author: gwolf
Date: 2009-04-21 19:59:09 +0000 (Tue, 21 Apr 2009)
New Revision: 3413

Added:
   packages/libole-ruby/
   packages/libole-ruby/trunk/debian/control
   packages/libole-ruby/trunk/debian/oletool.1
   packages/libole-ruby/trunk/debian/patches/
   packages/libole-ruby/trunk/debian/rules
Removed:
   packages-wip/libole-ruby/
   packages/libole-ruby/trunk/bin/
   packages/libole-ruby/trunk/debian/control
   packages/libole-ruby/trunk/debian/rules
Log:
Moving libole-ruby out of packages-wip

Deleted: packages/libole-ruby/trunk/debian/control
===================================================================
--- packages-wip/libole-ruby/trunk/debian/control	2009-04-21 18:32:48 UTC (rev 3409)
+++ packages/libole-ruby/trunk/debian/control	2009-04-21 19:59:09 UTC (rev 3413)
@@ -1,35 +0,0 @@
-Source: libole-ruby
-Section: ruby
-Priority: optional
-Maintainer: Gunnar Wolf <gwolf at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8)
-Build-Depends-Indep: ruby1.8, rdoc
-Standards-Version: 3.8.1
-
-Package: libole-ruby
-Architecture: all
-Depends: ${misc:Depends}, 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 is a dummy package depending on the library for the current default
- version of Ruby.
-
-Package: libole-ruby1.8
-Architecture: all
-Depends: ${misc:Depends}, ruby1.8, rubygems1.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.

Copied: packages/libole-ruby/trunk/debian/control (from rev 3412, packages-wip/libole-ruby/trunk/debian/control)
===================================================================
--- packages/libole-ruby/trunk/debian/control	                        (rev 0)
+++ packages/libole-ruby/trunk/debian/control	2009-04-21 19:59:09 UTC (rev 3413)
@@ -0,0 +1,51 @@
+Source: libole-ruby
+Section: ruby
+Priority: optional
+Maintainer: Gunnar Wolf <gwolf at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8), quilt
+Build-Depends-Indep: ruby1.8, rdoc
+Standards-Version: 3.8.1
+
+Package: libole-ruby
+Architecture: all
+Depends: ${misc:Depends}, 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 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
+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.

Copied: packages/libole-ruby/trunk/debian/oletool.1 (from rev 3412, packages-wip/libole-ruby/trunk/debian/oletool.1)
===================================================================
--- packages/libole-ruby/trunk/debian/oletool.1	                        (rev 0)
+++ packages/libole-ruby/trunk/debian/oletool.1	2009-04-21 19:59:09 UTC (rev 3413)
@@ -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).

Deleted: packages/libole-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libole-ruby/trunk/debian/rules	2009-04-21 18:32:48 UTC (rev 3409)
+++ packages/libole-ruby/trunk/debian/rules	2009-04-21 19:59:09 UTC (rev 3413)
@@ -1,4 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk

Copied: packages/libole-ruby/trunk/debian/rules (from rev 3412, packages-wip/libole-ruby/trunk/debian/rules)
===================================================================
--- packages/libole-ruby/trunk/debian/rules	                        (rev 0)
+++ packages/libole-ruby/trunk/debian/rules	2009-04-21 19:59:09 UTC (rev 3413)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+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