[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:51 UTC 2011


The following commit has been merged in the master branch:
commit f54e80a66f46195a6d8a36549aec6035ef1c493b
Author: Ondřej Surý <ondrej at sury.org>
Date:   Sat May 28 23:36:26 2011 +0200

    Finalize debian/control

diff --git a/debian/control b/debian/control
index 93f82e6..e8b8426 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,57 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Ondřej Surý <ondrej at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3~)
+Build-Depends: debhelper (>= 7.0.50~),
+	       gem2deb (>= 0.2.3~),
+	       ruby-activesupport (>= ${source:Version})
 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;a=summary
+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
 Homepage: http://www.rubyonrails.org
 XS-Ruby-Versions: all
 
 Package: ruby-activerecord
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# activesupport (= 2.3.11, runtime)
-Description: Implements the ActiveRecord pattern for ORM.
- Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties database tables and classes together for business objects, like Customer or Subscription, that can find, save, and destroy themselves without resorting to manual SQL.
+Depends: ${shlibs:Depends},
+	 ${misc:Depends},
+	 ruby | ruby-interpreter,
+	 ruby-activesupport (>= ${source:Version})
+Replaces: libactiverecord-ruby (<< 2.3.11-1~),
+	  libactiverecord-ruby1.8 (<< 2.3.11-1~),
+	  libactiverecord-ruby1.9.1 (<< 2.3.11-1~)
+Conflicts: libactiverecord-ruby (<< 2.3.11-1~),
+	   libactiverecord-ruby1.8 (<< 2.3.11-1~),
+	   libactiverecord-ruby1.9.1 (<< 2.3.11-1~)
+Provides: libactiverecord-ruby,
+	  libactiverecord-ruby1.8,
+	  libactiverecord-ruby1.9.1
+Description: ORD database interface for ruby
+ Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM.  It ties
+ 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