[DRE-commits] r1900 - in packages-wip/libtransaction-simple-ruby/trunk: . debian

gwolf at alioth.debian.org gwolf at alioth.debian.org
Wed Sep 12 22:57:23 UTC 2007


Author: gwolf
Date: 2007-09-12 22:57:22 +0000 (Wed, 12 Sep 2007)
New Revision: 1900

Added:
   packages-wip/libtransaction-simple-ruby/trunk/debian/
   packages-wip/libtransaction-simple-ruby/trunk/debian/changelog
   packages-wip/libtransaction-simple-ruby/trunk/debian/compat
   packages-wip/libtransaction-simple-ruby/trunk/debian/control
   packages-wip/libtransaction-simple-ruby/trunk/debian/copyright
   packages-wip/libtransaction-simple-ruby/trunk/debian/rules
   packages-wip/libtransaction-simple-ruby/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages-wip/libtransaction-simple-ruby/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages-wip/libtransaction-simple-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libtransaction-simple-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libtransaction-simple-ruby/trunk/debian/changelog	2007-09-12 22:57:22 UTC (rev 1900)
@@ -0,0 +1,5 @@
+libtransaction-simple-ruby (1.4.0-1) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+
+ -- Gunnar Wolf <gwolf at debian.org>  Wed, 12 Sep 2007 17:46:26 -0500

Added: packages-wip/libtransaction-simple-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libtransaction-simple-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libtransaction-simple-ruby/trunk/debian/compat	2007-09-12 22:57:22 UTC (rev 1900)
@@ -0,0 +1 @@
+5

Added: packages-wip/libtransaction-simple-ruby/trunk/debian/control
===================================================================
--- packages-wip/libtransaction-simple-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libtransaction-simple-ruby/trunk/debian/control	2007-09-12 22:57:22 UTC (rev 1900)
@@ -0,0 +1,32 @@
+Source: libtransaction-simple-ruby
+Section: libs
+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: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 5)
+Build-Depends-Indep: ruby1.8, rdoc
+Standards-Version: 3.7.2
+
+Package: libtransaction-simple-ruby
+Architecture: all
+Depends: libtransaction-simple-ruby1.8
+Description: A generic way to add active transaction support to objects
+ (The full description goes in here)
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libtext-format-ruby-doc
+Section: doc
+Architecture: all
+Description: A generic way to add active transaction support to objects
+ (The full description goes in here)
+ .
+ This is the documentation package, with upstream documentation, as well as
+ generated rdoc.
+
+Package: libtext-format-ruby1.8
+Architecture: all
+Depends: ruby1.8
+Description: A generic way to add active transaction support to objects
+ (The full description goes in here)

Added: packages-wip/libtransaction-simple-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libtransaction-simple-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libtransaction-simple-ruby/trunk/debian/copyright	2007-09-12 22:57:22 UTC (rev 1900)
@@ -0,0 +1,29 @@
+This package was debianized by Gunnar Wolf <gwolf at debian.org> on
+Wed, 12 Sep 2007 17:46:26 -0500
+
+It was downloaded from http://rubyforge.org/frs/?group_id=295
+
+Author: Austin Ziegler <halostatue at gmail.com>
+
+License:
+
+Copyright (c) 2003 - 2007 Austin Ziegler
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
+

Added: packages-wip/libtransaction-simple-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libtransaction-simple-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libtransaction-simple-ruby/trunk/debian/rules	2007-09-12 22:57:22 UTC (rev 1900)
@@ -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/libtransaction-simple-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages-wip/libtransaction-simple-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libtransaction-simple-ruby/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libtransaction-simple-ruby/trunk/debian/watch	2007-09-12 22:57:22 UTC (rev 1900)
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=295 .*/transaction-simple-(.*)\.tar\.gz




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