[DRE-commits] [SCM] ruby-flexmock.git branch, master, updated. bf9c24985fdcf40626f2c266d00c62aaa77106b5

Antonio Terceiro terceiro at softwarelivre.org
Sat Nov 19 16:59:37 UTC 2011


The following commit has been merged in the master branch:
commit 9789d3bf5f6d5082cb96a992de8c849bcbb519a1
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Sat Nov 19 14:25:55 2011 -0200

    Add transitional packages

diff --git a/debian/control b/debian/control
index 522095a..6e23520 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,35 @@ Package: ruby-flexmock
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Replaces: libflexmock-ruby (<< 0.9.0-1~), libflexmock-ruby1.8 (<< 0.9.0-1~), libflexmock-ruby1.9.1 (<< 0.9.0-1~)
+Breaks: libflexmock-ruby (<< 0.9.0-1~), libflexmock-ruby1.8 (<< 0.9.0-1~), libflexmock-ruby1.9.1 (<< 0.9.0-1~)
+Provides: libflexmock-ruby, libflexmock-ruby1.8, libflexmock-ruby1.9.1
 Description: simple and flexible mock objects for testing
  FlexMock is a extremely simple mock object class compatible
  with the Test::Unit framework.  Although the FlexMock's
  interface is simple, it is very flexible.
+
+# Transitional packages
+Package: libflexmock-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-flexmock
+Description: Transitional package for ruby-flexmock
+ This is a transitional package to ease upgrades to the ruby-flexmock
+ package. It can safely be removed.
+
+Package: libflexmock-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-flexmock
+Description: Transitional package for ruby-flexmock
+ This is a transitional package to ease upgrades to the ruby-flexmock
+ package. It can safely be removed.
+
+Package: libflexmock-ruby1.9.1
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-flexmock
+Description: Transitional package for ruby-flexmock
+ This is a transitional package to ease upgrades to the ruby-flexmock
+ package. It can safely be removed.

-- 
ruby-flexmock.git



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