[DRE-commits] [SCM] ruby-dataobjects.git branch, master, updated. upstream/0.10.0-4-ga9ba61d

Deepak Tripathi deepak at debian.org
Thu Jun 16 09:03:46 UTC 2011


The following commit has been merged in the master branch:
commit a9ba61da16a14d9a6d33b9c675d773b098aab99b
Merge: 1dbc5d419535dee9bfb8e955c2da0fb809c57588 467605f0d679e47fa607d6515f392cb42d62ea5f
Author: Deepak Tripathi <deepak at debian.org>
Date:   Thu Jun 16 14:27:54 2011 +0530

    Imported Debian patch 0.10.6-1

diff --combined debian/changelog
index 0000000,0000000..23cc0bd
new file mode 100644
--- /dev/null
+++ b/debian/changelog
@@@ -1,0 -1,0 +1,5 @@@
++ruby-dataobjects (0.10.6-1) UNRELEASED; urgency=low
++
++  * Initial release (Closes: #nnnn)
++
++ -- Deepak Tripathi <deepak at debian.org>  Thu, 16 Jun 2011 14:27:54 +0530
diff --combined debian/compat
index 0000000,0000000..7f8f011
new file mode 100644
--- /dev/null
+++ b/debian/compat
@@@ -1,0 -1,0 +1,1 @@@
++7
diff --combined debian/control
index 0000000,0000000..ad5e11f
new file mode 100644
--- /dev/null
+++ b/debian/control
@@@ -1,0 -1,0 +1,20 @@@
++Source: ruby-dataobjects
++Section: ruby
++Priority: optional
++Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
++Uploaders: Deepak Tripathi <deepak at debian.org>
++DM-Upload-Allowed: yes
++Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3)
++Standards-Version: 3.9.1
++#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-dataobjects.git
++#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-dataobjects.git;a=summary
++Homepage: http://github.com/datamapper/do
++XS-Ruby-Versions: all
++
++Package: ruby-dataobjects
++Architecture: all
++XB-Ruby-Versions: ${ruby:Versions}
++Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
++# addressable (~> 2.1), rspec (~> 2.5, development), yard (~> 0.5, development)
++Description: DataObjects basic API and shared driver specifications
++ Provide a standard and simplified API for communicating with RDBMS from Ruby
diff --combined debian/copyright
index 0000000,0000000..7f36a18
new file mode 100644
--- /dev/null
+++ b/debian/copyright
@@@ -1,0 -1,0 +1,33 @@@
++FIXME. fill-in with DEP5 copyright file. http://dep.debian.net/deps/dep5/
++Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
++Upstream-Name: data-objects
++Source: FIXME (URL where source can be downloaded)
++
++Files: *
++Copyright: Copyright 1998 John Doe <jdoe at example.com>
++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; either
++ version 2 of the License, or (at your option) any later
++ version.
++ .
++ This program is distributed in the hope that it will be
++ useful, but WITHOUT ANY WARRANTY; without even the implied
++ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
++ PURPOSE.  See the GNU General Public License for more
++ details.
++ .
++ You should have received a copy of the GNU General Public
++ License along with this package; if not, write to the Free
++ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
++ Boston, MA  02110-1301 USA
++ .
++ On Debian systems, the full text of the GNU General Public
++ License version 2 can be found in the file
++ `/usr/share/common-licenses/GPL-2'.
++
++Files: debian/*
++Copyright: Copyright 1998 Jane Smith <jsmith at example.net>
++License:
++ [LICENSE TEXT]
diff --combined debian/ruby-dataobjects.docs
index 0000000,0000000..53cfb6b
new file mode 100644
--- /dev/null
+++ b/debian/ruby-dataobjects.docs
@@@ -1,0 -1,0 +1,2 @@@
++# FIXME: READMEs found
++# README.markdown
diff --combined debian/ruby-test-files.yaml
index 0000000,0000000..68331a2
new file mode 100644
--- /dev/null
+++ b/debian/ruby-test-files.yaml
@@@ -1,0 -1,0 +1,11 @@@
++--- 
++- spec/command_spec.rb
++- spec/connection_spec.rb
++- spec/do_mock.rb
++- spec/do_mock2.rb
++- spec/pooling_spec.rb
++- spec/reader_spec.rb
++- spec/result_spec.rb
++- spec/spec_helper.rb
++- spec/transaction_spec.rb
++- spec/uri_spec.rb
diff --combined debian/rules
index 0000000,0000000..a5e7dc8
new file mode 100755
--- /dev/null
+++ b/debian/rules
@@@ -1,0 -1,0 +1,15 @@@
++#!/usr/bin/make -f
++#export DH_VERBOSE=1
++#
++# Uncomment to ignore all test failures (but the tests will run anyway)
++#export DH_RUBY_IGNORE_TESTS=all
++#
++# Uncomment to ignore some test failures (but the tests will run anyway).
++# Valid values:
++#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
++#
++# If you need to specify the .gemspec (eg there is more than one)
++#export DH_RUBY_GEMSPEC=gem.gemspec
++
++%:
++	dh $@ --buildsystem=ruby --with ruby
diff --combined debian/source/format
index 0000000,0000000..163aaf8
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)
diff --combined debian/watch
index 0000000,0000000..e27b5d6
new file mode 100644
--- /dev/null
+++ b/debian/watch
@@@ -1,0 -1,0 +1,2 @@@
++version=3
++http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/data-objects .*/data-objects-(.*).tar.gz

-- 
ruby-dataobjects.git



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