[DRE-commits] [SCM] ruby-addressable.git branch, master, updated. debian/2.2.8-1-10-geffcf7f

Cédric Boutillier boutil at debian.org
Tue Jun 4 21:07:12 UTC 2013


The following commit has been merged in the master branch:
commit 69edbd7dd6cbcf63416a47a0b8d38331093848b7
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Jun 4 21:38:25 2013 +0200

    update debian/control
    
    * add myself to Uploaders
    * bump Standards-Version to 3.9.4 (no changes needed)
    * drop transitional libaddressable-ruby* packages
    * depend on ruby instead of ruby1.8

diff --git a/debian/control b/debian/control
index e0c472a..0a859bb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: ruby-addressable
 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>
+Uploaders: Deepak Tripathi <deepak at debian.org>, Cédric Boutillier <boutil at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0), ruby-rspec, rake
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-addressable.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-addressable.git;a=summary
 Homepage: http://addressable.rubyforge.org/
@@ -13,38 +13,8 @@ XS-Ruby-Versions: all
 Package: ruby-addressable
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
-Replaces: libaddressable-ruby (<< 2.2.2-1~), libaddressable-ruby1.8 (<< 2.2.2-1~), libaddressable-ruby1.9.1 (<< 2.2.2-1~)
-Breaks: libaddressable-ruby (<< 2.2.2-1~), libaddressable-ruby1.8 (<< 2.2.2-1~), libaddressable-ruby1.9.1 (<< 2.2.2-1~)
-Provides: libaddressable-ruby, libaddressable-ruby1.8, libaddressable-ruby1.9.1
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Description: alternative URI implementation for Ruby
  Addressable is a replacement for the URI implementation that is part of
  Ruby's standard library. It more closely conforms to the relevant RFCs and
  adds support for IRIs and URI templates.
- 
-Package: libaddressable-ruby
-Section: oldlibs
-Priority: extra
-Architecture: all 
-Depends: ruby-addressable, ${misc:Depends}
-Description: Transitional package for ruby-addressable
- This is a transitional package to ease upgrades to the ruby-addressable	
- package. It can safely be removed.	
-
-Package: libaddressable-ruby1.8
-Section: oldlibs
-Priority: extra
-Architecture: all 
-Depends: ruby-addressable, ${misc:Depends}
-Description: Transitional package for ruby-addressable
- This is a transitional package to ease upgrades to the ruby-addressable	
- package. It can safely be removed.	
-
-Package: libaddressable-ruby1.9.1
-Section: oldlibs
-Priority: extra
-Architecture: all 
-Depends: ruby-addressable, ${misc:Depends}
-Description: Transitional package for ruby-addressable
- This is a transitional package to ease upgrades to the ruby-addressable	
- package. It can safely be removed.	

-- 
ruby-addressable.git



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