[DRE-commits] [SCM] ruby-dataobjects.git branch, master, updated. upstream/0.10.6-5-g57b8009

Deepak Tripathi deepak at debian.org
Thu Jun 16 09:39:06 UTC 2011


The following commit has been merged in the master branch:
commit 57b8009398f26f0265d3f8673a2bf0ebe4c802e8
Author: Deepak Tripathi <deepak at debian.org>
Date:   Thu Jun 16 15:07:42 2011 +0530

    Updated changelog and control file.

diff --git a/debian/changelog b/debian/changelog
index 23cc0bd..fc25463 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,73 @@
 ruby-dataobjects (0.10.6-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
-
+  * New upstream release
+  * Switch to gem2deb-based packaging. Rename source and binary package.
+  * debian/control
+       - Removed DM upload tag.
+       - Bumped the standard version.
+   * debian/copyright
+       - update copyright information.
+  
  -- Deepak Tripathi <deepak at debian.org>  Thu, 16 Jun 2011 14:27:54 +0530
+
+libdataobjects-ruby (0.10.2-2) unstable; urgency=low
+
+  * debian/control
+     + added libaddressable-ruby as Depends (Closes: #593085).
+     + bumped standard version to 3.9.1 (no changes).
+     + removed DM Upload tag.
+
+ -- Deepak Tripathi <deepak at debian.org>  Mon, 18 Oct 2010 21:45:26 +0530
+
+libdataobjects-ruby (0.10.2-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/watch
+     + updated source file.
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Fri, 21 May 2010 17:00:56 -0400
+
+libdataobjects-ruby (0.10.1-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/copyright
+     + update copyright info.
+     + update download location.
+  * debian/
+     + removed repack.sh and README.Debian-source.
+  * debian/watch
+     + update for new download source
+  * debian/control
+     + added DM-Upload field.
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Sat, 08 May 2010 01:46:15 +0530
+
+libdataobjects-ruby (0.10.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Taking over from Sebestien.
+  * Keeping under pkg-ruby-extras group.
+  * Added Homepage and Vcs-* entry
+		+ Changes in debian/control
+  * Bumped standard version
+  * Update debian/copyright
+  * Changed debian/rules to cdbs
+  * Added debian/source/format
+  * Modified debian/watch for .gem
+  * Added README.Debian-source and repack.sh
+  
+ -- 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
diff --git a/debian/control b/debian/control
index ad5e11f..7352481 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,48 @@ 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
+Standards-Version: 3.9.2
+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
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+	  ruby-addressable (~> 2.1), ruby-rspec (~> 2.5)
+Replaces: libdataobjects-ruby (<< 0.10.2-2~), libdataobjects-ruby1.8 (<< 0.10.2-2~), libdataobjects-ruby1.9.1 (<< 0.10.2-2~) 
+Provides: libdataobjects-ruby, libdataobjects-ruby1.8, libdataobjects-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).
+
+Package: libdataobjects-ruby
+Section: oldlibs
+Architecture: all 
+Depends: ruby-dataobjects, ${misc:Depends}
+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).
+
+Package: libdataobjects-ruby1.8
+Section: oldlibs
+Architecture: all 
+Depends: ruby-dataobjects, ${misc:Depends}
+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).
+
+Package: libdataobjects-ruby1.9.1
+Section: oldlibs
+Architecture: all 
+Depends: ruby-dataobjects, ${misc:Depends}
+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).

-- 
ruby-dataobjects.git



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