[DRE-commits] [SCM] ruby-innate.git branch, master, updated. upstream/2012.03-8-g0ee882f

Cédric Boutillier cedric.boutillier at gmail.com
Mon May 28 23:52:02 UTC 2012


The following commit has been merged in the master branch:
commit 38453277aa9a2938b6da1076a238e2ede4bb7280
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue May 29 01:18:38 2012 +0200

    Update control file

diff --git a/debian/control b/debian/control
index a97ff55..bd89e9c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,53 @@ Source: ruby-innate
 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-innate.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-innate.git;a=summary
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), ruby-rack, ruby-rack-test, ruby-bacon, rake
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-innate.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-innate.git;a=summary
 Homepage: http://github.com/manveru/innate
 XS-Ruby-Versions: all
 
 Package: ruby-innate
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack
+Suggests: ruby-rack-test, ruby-bacon, ruby-hpricot
+Replaces: libinnate-ruby1.8 (<< 2012.03-1~), libinnate-ruby1.9.1 (<< 2012.03-1~), libinnate-ruby (<< 2012.03-1~)
+Breaks: libinnate-ruby1.8 (<< 2012.03-1~), libinnate-ruby1.9.1 (<< 2012.03-1~), libinnate-ruby (<< 2012.03-1~)
+Provides: libinnate-ruby1.8, libinnate-ruby1.9.1, libinnate-ruby
 # rack (~> 1.4.1), rack-test (>= 0.6.1, development), bacon (>= 1.1.0, development)
-Description: Powerful web-framework wrapper for Rack.
- Simple, straight-forward base for web-frameworks.
+Description: core web-framework part of Ramaze
+ Innate is the core web-framework part of Ramaze and can be used
+ standalone, it features a small and concise code-base, extensive docs
+ and specs, and full integration with Rack.
+
+Package: libinnate-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-innate
+Description: Transitional package for ruby-innate
+ This is a transitional package to ease upgrades to the ruby-innate
+ package. It can safely be removed.
+
+Package: libinnate-ruby1.9.1
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-innate
+Description: Transitional package for ruby-innate
+ This is a transitional package to ease upgrades to the ruby-innate
+ package. It can safely be removed.
+
+Package: libinnate-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-innate
+Description: Transitional package for ruby-innate
+ This is a transitional package to ease upgrades to the ruby-innate
+ package. It can safely be removed.
+

-- 
ruby-innate.git



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