[DRE-commits] r5106 - in trunk/libdataobjects-ruby: . debian debian/source
Deepak Tripathi
deepak-guest at alioth.debian.org
Tue Apr 13 05:44:38 UTC 2010
Author: deepak-guest
Date: 2010-04-13 05:44:31 +0000 (Tue, 13 Apr 2010)
New Revision: 5106
Added:
trunk/libdataobjects-ruby/debian/
trunk/libdataobjects-ruby/debian/changelog
trunk/libdataobjects-ruby/debian/control
trunk/libdataobjects-ruby/debian/copyright
trunk/libdataobjects-ruby/debian/rules
trunk/libdataobjects-ruby/debian/source/
trunk/libdataobjects-ruby/debian/source/format
Log:
[svn-inject] Applying Debian modifications to trunk
Property changes on: trunk/libdataobjects-ruby/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: trunk/libdataobjects-ruby/debian/changelog
===================================================================
--- trunk/libdataobjects-ruby/debian/changelog (rev 0)
+++ trunk/libdataobjects-ruby/debian/changelog 2010-04-13 05:44:31 UTC (rev 5106)
@@ -0,0 +1,29 @@
+libdataobjects-ruby (0.10.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * Taking over from Sebestien.
+ * Keeping under pkg-ruby-extras group.
+ * Added test for ruby1.9.1
+ + Changes in debian/rules
+ * Added Homepage and Vcs-* entry
+ + Changes in debian/control
+ * Bumped standard version
+ * Update debian/copyright
+ * Changed debian/rules to cdbs
+ * Added debian/source/format
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com> Tue, 13 Apr 2010 05:28:10 +0000
+
+libdataobjects-ruby (0.9.11-1) unstable; urgency=low
+
+ * New upstream version.
+ * Added debian/watch file.
+ * Conform to latest policy.
+
+ -- Sebastien Delafond <seb at debian.org> Wed, 19 Aug 2009 11:29:25 +0200
+
+libdataobjects-ruby (0.2-1) unstable; urgency=low
+
+ * Initial Release (Closes: #480442).
+
+ -- Sebastien Delafond <seb at debian.org> Mon, 12 May 2008 14:36:06 -0700
Added: trunk/libdataobjects-ruby/debian/control
===================================================================
--- trunk/libdataobjects-ruby/debian/control (rev 0)
+++ trunk/libdataobjects-ruby/debian/control 2010-04-13 05:44:31 UTC (rev 5106)
@@ -0,0 +1,45 @@
+Source: libdataobjects-ruby
+Section: ruby
+Priority: optional
+Maintainer: Deepak Tripathi <apenguinlinux at gmail.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), cdbs, libsetup-ruby1.8, ruby-pkg-tools (>= 0.17)
+Build-Depends-Indep: ruby1.8, ruby1.9.1
+Standards-Version: 3.8.4
+Homepage: http://rubyforge.org/projects/dorb
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libdataobjects-ruby/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libdataobjects-ruby/
+
+Package: libdataobjects-ruby1.8
+Architecture: all
+Depends: ruby1.8, ${misc:Depends}
+Recommends: libdataobjects-mysql-ruby1.8, libdataobjects-postgres-ruby1.8, libdataobjects-sqlite3-ruby1.8,
+Description: Rewrite Ruby database drivers to conform to a single interface
+ The purpose of DO.rb is to rewrite existing Ruby database drivers to
+ conform to a single interface. At present, PostgreSQL, MySQL, and
+ SQLite adapters are available (as separate packages).
+ .
+ This is the package for ruby 1.8.
+
+Package: libdataobjects-ruby1.9.1
+Architecture: all
+Depends: ruby1.9.1, ${misc:Depends}
+Recommends: libdataobjects-mysql-ruby1.9.1, libdataobjects-postgres-ruby1.9.1, libdataobjects-sqlite3-ruby1.9.1
+Description: Rewrite Ruby database drivers to conform to a single interface
+ The purpose of DO.rb is to rewrite existing Ruby database drivers to
+ conform to a single interface. At present, PostgreSQL, MySQL, and
+ SQLite adapters are available (as separate packages).
+ .
+ This is the package for ruby 1.9.1.
+
+Package: libdataobjects-ruby
+Architecture: all
+Depends: libdataobjects-ruby1.8, ${misc:Depends}
+Description: Rewrite Ruby database drivers to conform to a single interface (ruby1.8)
+ The purpose of DO.rb is to rewrite existing Ruby database drivers to
+ conform to a single interface. At present, PostgreSQL, MySQL, and
+ SQLite adapters are available (as separate packages).
+ .
+ meta-package for libdataobjects-ruby1.8
+ This package provide documentation and depends on the package
+ containing the actual library for the default Ruby version.
Added: trunk/libdataobjects-ruby/debian/copyright
===================================================================
--- trunk/libdataobjects-ruby/debian/copyright (rev 0)
+++ trunk/libdataobjects-ruby/debian/copyright 2010-04-13 05:44:31 UTC (rev 5106)
@@ -0,0 +1,60 @@
+This work was packaged for Debian by:
+
+ Deepak Tripathi <apenguinlinux at gmail.com> on Sun, 21 Feb 2010 17:11:15 +0000
+
+It was downloaded from <URL:http://rubyforge.org/projects/dorb>
+
+Upstream Authors: Copyright (c) 2007, 2008, 2009 Yehuda Katz, Dirkjan Bussink
+
+Copyright:
+
+ Copyright (c) 2007, 2008, 2009 Yehuda Katz, Dirkjan Bussink
+
+ 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.
+
+ Some portions of tasks/ext_helper_java.rb are verbatim copies of software
+ licensed under the MIT license. That license is included below:
+
+ Copyright (c) 2006-2008 Nick Sieger <nick at nicksieger.com>
+ Copyright (c) 2006-2008 Ola Bini <ola.bini at gmail.com>
+
+ 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.
+
+ The Debian packaging is:
+
+ Copyright (C) 2010 Deepak Tripathi <apenguinlinux at gmail.com> and is licensed
+ under the GPL, see `/usr/share/common-licenses/GPL-2'.
Added: trunk/libdataobjects-ruby/debian/rules
===================================================================
--- trunk/libdataobjects-ruby/debian/rules (rev 0)
+++ trunk/libdataobjects-ruby/debian/rules 2010-04-13 05:44:31 UTC (rev 5106)
@@ -0,0 +1,3 @@
+#!/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: trunk/libdataobjects-ruby/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/libdataobjects-ruby/debian/source/format
===================================================================
--- trunk/libdataobjects-ruby/debian/source/format (rev 0)
+++ trunk/libdataobjects-ruby/debian/source/format 2010-04-13 05:44:31 UTC (rev 5106)
@@ -0,0 +1 @@
+1.0
More information about the Pkg-ruby-extras-commits
mailing list