[DRE-commits] [SCM] ruby-addressable.git branch, master, updated. upstream/2.2.6-20-gf09bbea

Cédric Boutillier cedric.boutillier at gmail.com
Fri Jun 29 19:35:29 UTC 2012


The following commit has been merged in the master branch:
commit d6d1d134e1085dbb163b5be198a995a3c591120e
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Fri Jun 29 06:05:34 2012 +0200

    Set priority of transitional packages to extra; improve short description

diff --git a/debian/control b/debian/control
index 1ec639d..ff35181 100644
--- a/debian/control
+++ b/debian/control
@@ -17,13 +17,14 @@ 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~)
 Conflicts: 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
-Description: URI Implementation
+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
@@ -32,6 +33,7 @@ Description: Transitional package for ruby-addressable
 
 Package: libaddressable-ruby1.8
 Section: oldlibs
+Priority: extra
 Architecture: all 
 Depends: ruby-addressable, ${misc:Depends}
 Description: Transitional package for ruby-addressable
@@ -40,6 +42,7 @@ Description: Transitional package for ruby-addressable
 
 Package: libaddressable-ruby1.9.1
 Section: oldlibs
+Priority: extra
 Architecture: all 
 Depends: ruby-addressable, ${misc:Depends}
 Description: Transitional package for ruby-addressable

-- 
ruby-addressable.git



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