[DRE-commits] [SCM] ruby-dbd-sqlite3.git branch, master, updated. upstream/1.2.5-3-g26ac388

Dmitry Borodaenko angdraug at debian.org
Tue Sep 13 22:00:24 UTC 2011


The following commit has been merged in the master branch:
commit 16ed72afc1bb9ccdb8fa30db9b2d4d5a9c2ed991
Author: Dmitry Borodaenko <angdraug at debian.org>
Date:   Wed Sep 14 00:35:49 2011 +0300

    First repackaged build
    
    * Merge in earlier packaging information (control, changelog, watch)
    * Update copyright to DEP5
    * Add Conflicts/Breaks/Replaces and transitional packages for the rename
    * Disable tests (broken in upstream)

diff --git a/debian/changelog b/debian/changelog
index 1622f81..af9001d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,53 @@
-ruby-dbd-sqlite3 (1.2.5-1) UNRELEASED; urgency=low
+ruby-dbd-sqlite3 (1.2.5+gem2deb-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Switch to gem2deb-based packaging:
+    - source and binary packages renamed to ruby-dbd-sqlite3
+    - transitional packages added
+    - source format changed to 3.0 (quilt).
 
  -- Dmitry Borodaenko <angdraug at debian.org>  Tue, 13 Sep 2011 23:36:40 +0300
+
+libdbd-sqlite3-ruby (1.2.5-3) unstable; urgency=low
+
+  * Fixed the busy_handler copypaste error. Closes: #570996.
+  * Use quilt for patch management.
+
+ -- Dmitry Borodaenko <angdraug at debian.org>  Mon, 01 Mar 2010 12:17:32 +0200
+
+libdbd-sqlite3-ruby (1.2.5-2) unstable; urgency=low
+
+  * Switch from Ruby 1.9 to 1.9.1. Closes: #569881.
+  * Standards-Version upgraded to 3.8.4.
+
+ -- Dmitry Borodaenko <angdraug at debian.org>  Sun, 28 Feb 2010 14:48:47 +0200
+
+libdbd-sqlite3-ruby (1.2.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * Standards-Version upgraded to 3.8.2:
+    - section changed from interpreters to ruby.
+  * Debhelper compat level upgraded to 5.
+
+ -- Dmitry Borodaenko <angdraug at debian.org>  Wed, 29 Jul 2009 11:31:19 +0300
+
+libdbd-sqlite3-ruby (1.2.4-2) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Dmitry Borodaenko <angdraug at debian.org>  Sat, 21 Feb 2009 12:51:50 +0200
+
+libdbd-sqlite3-ruby (1.2.4-1) experimental; urgency=low
+
+  * New upstream release.
+
+ -- Dmitry Borodaenko <angdraug at debian.org>  Wed, 21 Jan 2009 20:05:03 +0200
+
+libdbd-sqlite3-ruby (1.2.3-1) experimental; urgency=low
+
+  * First release of libdbd-mysql-ruby as a separate package (prior to
+    Ruby/DBI 0.4.0, all DBDs were included in the libdbi-ruby package).
+  * Build versions for Ruby 1.8 and 1.9.
+  * debian/copyright amended to include Jun Mukai in the list of copyright
+    holders (see also RubyForge bug #23328).
+
+ -- Dmitry Borodaenko <angdraug at debian.org>  Tue, 23 Dec 2008 22:24:40 +0200
diff --git a/debian/control b/debian/control
index 026be3c..172166a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,15 +6,42 @@ Uploaders: Dmitry Borodaenko <angdraug at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.8~)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-dbd-sqlite3.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-dbd-sqlite3.git;a=summary
 Homepage: http://www.rubyforge.org/projects/ruby-dbi
 XS-Ruby-Versions: all
 
 Package: ruby-dbd-sqlite3
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# dbi (>= 0.4.0), sqlite3-ruby (>= 0)
-Description: SQLite 3.x DBD for DBI
- SQLite 3.x DBD for DBI
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-dbi, ruby-sqlite3
+Replaces: libdbd-sqlite3-ruby (<< 1.2.5+gem2deb-1~), libdbd-sqlite3-ruby1.8 (<< 1.2.5+gem2deb-1~), libdbd-sqlite3-ruby1.9.1 (<< 1.2.5+gem2deb-1~)
+Breaks: libdbd-sqlite3-ruby (<< 1.2.5+gem2deb-1~), libdbd-sqlite3-ruby1.8 (<< 1.2.5+gem2deb-1~), libdbd-sqlite3-ruby1.9.1 (<< 1.2.5+gem2deb-1~)
+Provides: libdbd-sqlite3-ruby, libdbd-sqlite3-ruby1.8, libdbd-sqlite3-ruby1.9.1
+Description: Ruby/DBI SQLite3 driver
+ Ruby/DBI is a database independent interface for accessing databases,
+ similar to Perl's DBI.
+ .
+ This package contains Ruby/DBI driver for SQLite3 database.
+
+Package: libdbd-sqlite3-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-dbd-sqlite3
+Description: Transitional package for ruby-dbd-sqlite3
+ This is a transitional package to ease upgrades to the ruby-dbd-sqlite3
+ package. It can safely be removed.
+
+Package: libdbd-sqlite3-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-dbd-sqlite3
+Description: Transitional package for ruby-dbd-sqlite3
+ This is a transitional package to ease upgrades to the ruby-dbd-sqlite3
+ package. It can safely be removed.
+
+Package: libdbd-sqlite3-ruby1.9.1
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-dbd-sqlite3
+Description: Transitional package for ruby-dbd-sqlite3
+ This is a transitional package to ease upgrades to the ruby-dbd-sqlite3
+ package. It can safely be removed.
diff --git a/debian/copyright b/debian/copyright
index bd52cef..576950d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,42 @@
 Format: http://dep.debian.net/deps/dep5
-Upstream-Name: dbd-sqlite3
-Source: FIXME <http://example.com/>
+Upstream-Name: Ruby/DBI dbd-sqlite3
+Source: http://rubyforge.org/projects/ruby-dbi
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
- 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.
+Copyright: Copyright (c) 2008 Erik Hollensbe
+           Copyright (c) 2005 Jun Mukai <mukai at jmuk.org>
+License: BSD-3-clause
+ All rights reserved.
  .
- 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.
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
  .
- 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
+ 1. Redistributions of source code must retain the above copyright notice,
+    this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+    this list of conditions and the following disclaimer in the documentation
+    and/or other materials provided with the distribution.
+ 3. The name of the author may not be used to endorse or promote products
+    derived from this software without specific prior written permission.
  .
- 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'.
+ THIS SOFTWARE IS PROVIDED 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
+ THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+ OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Files: debian/*
-Copyright: 2011 Dmitry Borodaenko <angdraug at debian.org>
-License:
- [LICENSE TEXT]
+Copyright: 2002-2011, Dmitry Borodaenko <angdraug at debian.org>
+License: GPL-2+
+ The files hereby included are 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.
+ .
+ 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'.
diff --git a/debian/ruby-dbd-sqlite3.docs b/debian/ruby-dbd-sqlite3.docs
deleted file mode 100644
index 786a9ba..0000000
--- a/debian/ruby-dbd-sqlite3.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-# FIXME: READMEs found
-# README
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
index 2315e27..49206f0 100644
--- a/debian/ruby-test-files.yaml
+++ b/debian/ruby-test-files.yaml
@@ -1,2 +1,2 @@
 --- 
-- test/ts_dbd.rb
+[]
diff --git a/debian/watch b/debian/watch
index e519164..95a5219 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/dbd-sqlite3 .*/dbd-sqlite3-(.*).tar.gz
+http://rubyforge.org/frs/?group_id=234 .*/dbd-sqlite3-([\d\.]*).tar.gz

-- 
ruby-dbd-sqlite3.git



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