[DRE-commits] [SCM] ruby-rspec.git branch, master, updated. upstream/2.5.0-9-g696f08d

Cédric Boutillier cedric.boutillier at gmail.com
Wed Feb 15 16:05:51 UTC 2012


The following commit has been merged in the master branch:
commit 95acc53c40bbfb0f11bead4b336f11ec232a66a8
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Wed Feb 15 14:01:15 2012 +0100

    add myself to uploaders and set priority of transitional packages to extra

diff --git a/debian/control b/debian/control
index 758440c..227baf9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: ruby-rspec
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>
+Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>, Cédric Boutillier <cedric.boutillier at gmail.com>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1)
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rspec.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rspec.git;a=summary
 Homepage: http://github.com/rspec/rspec
@@ -14,9 +14,9 @@ XS-Ruby-Versions: all
 Package: ruby-rspec
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter, ruby-rspec-core, ruby-rspec-expectations, ruby-rspec-mocks
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rspec-core, ruby-rspec-expectations, ruby-rspec-mocks
 Replaces: librspec-ruby1.8 (<< 2.5.0-1~), librspec-ruby1.9.1 (<< 2.5.0-1~), librspec-ruby (<< 2.5.0-1~)
-Conflicts: librspec-ruby1.8 (<< 2.5.0-1~), librspec-ruby1.9.1 (<< 2.5.0-1~), librspec-ruby (<< 2.5.0-1~)
+Breaks: librspec-ruby1.8 (<< 2.5.0-1~), librspec-ruby1.9.1 (<< 2.5.0-1~), librspec-ruby (<< 2.5.0-1~)
 Provides: librspec-ruby1.8, librspec-ruby1.9.1, librspec-ruby
 Description: Behaviour Driven Development framework for Ruby - metapackage
  RSpec is a Behaviour Driven Development framework for Ruby. It
@@ -25,6 +25,7 @@ Description: Behaviour Driven Development framework for Ruby - metapackage
 
 Package: librspec-ruby1.8
 Section: oldlibs
+Priority: extra
 Architecture: all
 Depends: ${misc:Depends}, ruby-rspec
 Description: Transitional package for ruby-rspec
@@ -33,6 +34,7 @@ Description: Transitional package for ruby-rspec
 
 Package: librspec-ruby1.9.1
 Section: oldlibs
+Priority: extra
 Architecture: all
 Depends: ${misc:Depends}, ruby-rspec
 Description: Transitional package for ruby-rspec
@@ -41,6 +43,7 @@ Description: Transitional package for ruby-rspec
 
 Package: librspec-ruby
 Section: oldlibs
+Priority: extra
 Architecture: all
 Depends: ${misc:Depends}, ruby-rspec
 Description: Transitional package for ruby-rspec

-- 
ruby-rspec.git



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