[DRE-commits] [SCM] ruby-validatable.git branch, master, updated. upstream/1.6.7-7-gcea6940

Cédric Boutillier cedric.boutillier at gmail.com
Sat May 19 15:22:29 UTC 2012


The following commit has been merged in the master branch:
commit 5ea52457a1a18edd82398ed1b8b814873ab03471
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sat May 19 16:47:07 2012 +0200

    update debian/control

diff --git a/debian/control b/debian/control
index 2b76db9..321703e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ruby-validatable
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>
+Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>, Cédric Boutillier <cedric.boutillier at gmail.com>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
-Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-validatable.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-validatable.git;a=summary
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-validatable.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-validatable.git;a=summary
 Homepage: http://validatable.rubyforge.org
 XS-Ruby-Versions: all
 
@@ -15,5 +15,39 @@ Package: ruby-validatable
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Validatable is a library for adding validations.
- Validatable is a library for adding validations.
+Replaces: libvalidatable-ruby1.8 (<< 1.6.7-1~), libvalidatable-ruby1.9.1 (<< 1.6.7-1~), libvalidatable-ruby (<< 1.6.7-1~)
+Breaks: libvalidatable-ruby1.8 (<< 1.6.7-1~), libvalidatable-ruby1.9.1 (<< 1.6.7-1~), libvalidatable-ruby (<< 1.6.7-1~)
+Provides: libvalidatable-ruby1.8, libvalidatable-ruby1.9.1, libvalidatable-ruby
+Description: Ruby library for adding validations
+ The validatable library can be included with any Ruby class and
+ provide ActiveRecord looking validations. The library follows
+ ActiveRecord's lead for features that are similar and introduce new
+ features.
+
+Package: libvalidatable-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-validatable
+Description: Transitional package for ruby-validatable
+ This is a transitional package to ease upgrades to the ruby-validatable
+ package. It can safely be removed.
+
+Package: libvalidatable-ruby1.9.1
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-validatable
+Description: Transitional package for ruby-validatable
+ This is a transitional package to ease upgrades to the ruby-validatable
+ package. It can safely be removed.
+
+Package: libvalidatable-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-validatable
+Description: Transitional package for ruby-validatable
+ This is a transitional package to ease upgrades to the ruby-validatable
+ package. It can safely be removed.
+

-- 
ruby-validatable.git



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