[DRE-commits] r3404 - in packages-wip/libspreadsheet-ruby/trunk: . bin debian

Gunnar Wolf gwolf at alioth.debian.org
Tue Apr 21 16:14:50 UTC 2009


Author: gwolf
Date: 2009-04-21 16:14:50 +0000 (Tue, 21 Apr 2009)
New Revision: 3404

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

Modified: packages-wip/libspreadsheet-ruby/trunk/bin/xlsopcodes
===================================================================
--- packages-wip/libspreadsheet-ruby/trunk/bin/xlsopcodes	2009-04-21 16:14:18 UTC (rev 3403)
+++ packages-wip/libspreadsheet-ruby/trunk/bin/xlsopcodes	2009-04-21 16:14:50 UTC (rev 3404)
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby
+#! /usr/bin/ruby1.8
 
 require 'spreadsheet'
 


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

Added: packages-wip/libspreadsheet-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libspreadsheet-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libspreadsheet-ruby/trunk/debian/changelog	2009-04-21 16:14:50 UTC (rev 3404)
@@ -0,0 +1,5 @@
+libspreadsheet-ruby (0.6.3.1-1) unstable; urgency=low
+
+  * Initial upload (Closes: #525019)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 21 Apr 2009 10:43:41 -0500

Added: packages-wip/libspreadsheet-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libspreadsheet-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libspreadsheet-ruby/trunk/debian/compat	2009-04-21 16:14:50 UTC (rev 3404)
@@ -0,0 +1 @@
+5

Added: packages-wip/libspreadsheet-ruby/trunk/debian/control
===================================================================
--- packages-wip/libspreadsheet-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libspreadsheet-ruby/trunk/debian/control	2009-04-21 16:14:50 UTC (rev 3404)
@@ -0,0 +1,28 @@
+Source: libspreadsheet-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: libspreadsheet-ruby
+Architecture: all
+Depends: ${misc:Depends}, libspreadsheet-ruby1.8
+Description: Ruby library for manipulating .xls spreadsheets
+ Pure-Ruby implementation of a spreadsheet manipulation library,
+ allowing for creating, reading and modifying files in the Microsoft
+ Excel (.xls) format.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libspreadsheet-ruby1.8
+Architecture: all
+Depends: ${misc:Depends}, ruby1.8, rubygems1.8, libole-ruby
+Description: Ruby library for manipulating .xls spreadsheets
+ Pure-Ruby implementation of a spreadsheet manipulation library,
+ allowing for creating, reading and modifying files in the Microsoft
+ Excel (.xls) format.
+

Added: packages-wip/libspreadsheet-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libspreadsheet-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libspreadsheet-ruby/trunk/debian/copyright	2009-04-21 16:14:50 UTC (rev 3404)
@@ -0,0 +1,20 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=420
+Upstream-Name: Spreadsheet
+Upstream-Maintainer: Hannes Wyss <hannes.wyss at gmail.com>
+Upstream-Source: http://spreadsheet.rubyforge.org/
+
+Files: *
+Copyright: Copyright © 2005 Daniel J. Berger <djberg96 at gmail.com>; Copyright © 2003-2009 Haness Wyss <haness.wyss at gmail.com>
+License: GPL-3
+
+Files: debian/*
+Copyright: Copyright © 2009, Gunnar Wolf <gwolf at debian.org>
+License: GPL-3
+
+License: GPL-3
+ 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 3 dated June 29, 2007.
+ .
+ On Debian GNU/Linux systems, the complete text of version 3 of the GNU
+ General Public License can be found in `/usr/share/common-licenses/GPL-3'

Added: packages-wip/libspreadsheet-ruby/trunk/debian/format
===================================================================
--- packages-wip/libspreadsheet-ruby/trunk/debian/format	                        (rev 0)
+++ packages-wip/libspreadsheet-ruby/trunk/debian/format	2009-04-21 16:14:50 UTC (rev 3404)
@@ -0,0 +1 @@
+3.0 (native)

Added: packages-wip/libspreadsheet-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libspreadsheet-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libspreadsheet-ruby/trunk/debian/rules	2009-04-21 16:14:50 UTC (rev 3404)
@@ -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/libspreadsheet-ruby/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages-wip/libspreadsheet-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libspreadsheet-ruby/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libspreadsheet-ruby/trunk/debian/watch	2009-04-21 16:14:50 UTC (rev 3404)
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=678 .*/spreadsheet-(.*)\.tgz




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