[DRE-commits] [SCM] ruby-mixlib-log.git branch, master, updated. upstream/1.3.0-12-ge4a75d0

Praveen Arimbrathodiyil pravi.a at gmail.com
Wed Sep 28 08:02:14 UTC 2011


The following commit has been merged in the master branch:
commit cfa79089e3c0978f6a4df491477038230830c7e8
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Wed Sep 28 13:25:38 2011 +0530

    add transitional packages

diff --git a/debian/control b/debian/control
index edc5979..adc24bf 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,26 @@ Package: ruby-mixlib-log
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Replaces: libmixlib-log-ruby (<< 1.3.0-1~), libmixlib-log-ruby1.8 (<< 1.3.0-1~)
+Breaks: libmixlib-log-ruby (<< 1.3.0-1~), libmixlib-log-ruby1.8 (<< 1.3.0-1~)
+Provides: libmixlib-log-ruby, libmixlib-log-ruby1.8
 Description: Simple Ruby mixin for creating a logger object
  Provides a class based object to provide logging. Messages can be sent at
  different levels such as warn or error. Logging defaults to STDOUT but
  can also be sent to a file with simple built in rotation.
+
+Package: libmixlib-log-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-mixlib-log
+Description: Transitional package for ruby-mixlib-log
+ This is a transitional package to ease upgrades to the ruby-mixlib-log
+ package. It can safely be removed.
+
+Package: libmixlib-log-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-mixlib-log
+Description: Transitional package for ruby-mixlib-log
+ This is a transitional package to ease upgrades to the ruby-mixlib-log
+ package. It can safely be removed.

-- 
ruby-mixlib-log.git



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