[DRE-commits] r3409 - in packages-wip/libole-ruby/trunk: . bin debian

Gunnar Wolf gwolf at alioth.debian.org
Tue Apr 21 18:32:48 UTC 2009


Author: gwolf
Date: 2009-04-21 18:32:48 +0000 (Tue, 21 Apr 2009)
New Revision: 3409

Added:
   packages-wip/libole-ruby/trunk/debian/
   packages-wip/libole-ruby/trunk/debian/changelog
   packages-wip/libole-ruby/trunk/debian/compat
   packages-wip/libole-ruby/trunk/debian/control
   packages-wip/libole-ruby/trunk/debian/copyright
   packages-wip/libole-ruby/trunk/debian/format
   packages-wip/libole-ruby/trunk/debian/rules
   packages-wip/libole-ruby/trunk/debian/watch
Modified:
   packages-wip/libole-ruby/trunk/bin/oletool
Log:
[svn-inject] Applying Debian modifications to trunk

Modified: packages-wip/libole-ruby/trunk/bin/oletool
===================================================================
--- packages-wip/libole-ruby/trunk/bin/oletool	2009-04-21 18:30:07 UTC (rev 3408)
+++ packages-wip/libole-ruby/trunk/bin/oletool	2009-04-21 18:32:48 UTC (rev 3409)
@@ -1,4 +1,4 @@
-#! /usr/bin/ruby
+#! /usr/bin/ruby1.8
 
 require 'optparse'
 require 'rubygems'


Property changes on: packages-wip/libole-ruby/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages-wip/libole-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libole-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libole-ruby/trunk/debian/changelog	2009-04-21 18:32:48 UTC (rev 3409)
@@ -0,0 +1,5 @@
+libole-ruby (1.2.8.2-1) unstable; urgency=low
+
+  * Initial upload (Closes: #525026)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 21 Apr 2009 13:24:41 -0500

Added: packages-wip/libole-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libole-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libole-ruby/trunk/debian/compat	2009-04-21 18:32:48 UTC (rev 3409)
@@ -0,0 +1 @@
+5

Added: packages-wip/libole-ruby/trunk/debian/control
===================================================================
--- packages-wip/libole-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libole-ruby/trunk/debian/control	2009-04-21 18:32:48 UTC (rev 3409)
@@ -0,0 +1,35 @@
+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.

Added: packages-wip/libole-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libole-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libole-ruby/trunk/debian/copyright	2009-04-21 18:32:48 UTC (rev 3409)
@@ -0,0 +1,20 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=420
+Upstream-Name: Ruby-ole
+Upstream-Maintainer: Charles Lowe <aquasync at hotmail.com>
+Upstream-Source: http://code.google.com/p/ruby-ole/
+
+Files: *
+Copyright: Copyright © 2007-2009 Charles Lowe <aquasync at hotmail.com>
+License: GPL-2
+
+Files: debian/*
+Copyright: Copyright © 2009, Gunnar Wolf <gwolf at debian.org>
+License: GPL-2
+
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify 
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 dated June 1991
+ .
+ On Debian GNU/Linux systems, the complete text of version 2 of the GNU
+ General Public License can be found in `/usr/share/common-licenses/GPL-2'

Added: packages-wip/libole-ruby/trunk/debian/format
===================================================================
--- packages-wip/libole-ruby/trunk/debian/format	                        (rev 0)
+++ packages-wip/libole-ruby/trunk/debian/format	2009-04-21 18:32:48 UTC (rev 3409)
@@ -0,0 +1 @@
+3.0 (native)

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


Property changes on: packages-wip/libole-ruby/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages-wip/libole-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libole-ruby/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libole-ruby/trunk/debian/watch	2009-04-21 18:32:48 UTC (rev 3409)
@@ -0,0 +1,2 @@
+version=3
+http://code.google.com/p/ruby-ole/downloads/list .*/ruby-ole-(\d.+).tgz




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