[DRE-commits] [SCM] ruby-activerecord-2.3.git branch, master, updated. debian/2.3.14-1

Ondřej Surý ondrej at sury.org
Mon Sep 26 10:44:54 UTC 2011


The following commit has been merged in the master branch:
commit 7008a1e9661c445ba28bfe284a7569d9d6621695
Author: Ondřej Surý <ondrej at sury.org>
Date:   Wed Jun 1 14:49:51 2011 +0200

    Rename ruby-activerecord to ruby-activerecord-2.3

diff --git a/debian/control b/debian/control
index a8a5855..c01423c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: ruby-activerecord
+Source: ruby-activerecord-2.3
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
@@ -6,20 +6,21 @@ Uploaders: Ondřej Surý <ondrej at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~),
 	       gem2deb (>= 0.2.3~),
-	       ruby-activesupport
-Standards-Version: 3.9.1
-Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-activerecord.git
-Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-activerecord.git
+	       ruby-activesupport-2.3
+Standards-Version: 3.9.2
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-activerecord-2.3.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-activerecord-2.3.git
 Homepage: http://www.rubyonrails.org
 XS-Ruby-Versions: all
 
-Package: ruby-activerecord
+Package: ruby-activerecord-2.3
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends},
 	 ${misc:Depends},
 	 ruby | ruby-interpreter,
-	 ruby-activesupport (>= ${source:Version})
+	 ruby-activesupport-2.3 (>= ${source:Version}~),
+	 ruby-activesupport-2.3 (<< ${source:Version}.1~)
 Replaces: libactiverecord-ruby (<< 2.3.11-1~),
 	  libactiverecord-ruby1.8 (<< 2.3.11-1~),
 	  libactiverecord-ruby1.9.1 (<< 2.3.11-1~)
@@ -34,27 +35,3 @@ Description: ORD database interface for ruby
  database tables and classes together for business objects, like
  Customer or Subscription, that can find, save, and destroy themselves
  without resorting to manual SQL.
-
-Package: libactiverecord-ruby
-Section: oldlibs
-Architecture: all
-Depends: ${misc:Depends}, ruby-activerecord
-Description: Transitional package for ruby-activerecord
- This is a transitional package to ease upgrades to the ruby-activerecord
- package. It can safely be removed.
-
-Package: libactiverecord-ruby1.8
-Section: oldlibs
-Architecture: all
-Depends: ${misc:Depends}, ruby-activerecord
-Description: Transitional package for ruby-activerecord
- This is a transitional package to ease upgrades to the ruby-activerecord
- package. It can safely be removed.
-
-Package: libactiverecord-ruby1.9.1
-Section: oldlibs
-Architecture: all
-Depends: ${misc:Depends}, ruby-activerecord
-Description: Transitional package for ruby-activerecord
- This is a transitional package to ease upgrades to the ruby-activerecord
- package. It can safely be removed.

-- 
ruby-activerecord-2.3.git



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