[DRE-commits] [SCM] Packaging for ruby-json branch, master, updated. upstream/1.5.1-11-gdbac6b3

Lucas Nussbaum lucas at lucas-nussbaum.net
Sun Apr 3 14:10:34 UTC 2011


The following commit has been merged in the master branch:
commit e033d4bfb02b304bee49ab603079849fd3486ad4
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Sun Apr 3 14:34:43 2011 +0200

    add transitional packages

diff --git a/debian/control b/debian/control
index 6bb9570..97ac0ee 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,9 @@ Package: ruby-json
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
+Replaces: libjson-ruby (<< 1.5.1-1~), libjson-ruby-doc (<< 1.5.1-1~), libjson-ruby1.8 (<< 1.5.1-1~)
+Conflicts: libjson-ruby (<< 1.5.1-1~), libjson-ruby-doc (<< 1.5.1-1~), libjson-ruby1.8 (<< 1.5.1-1~)
+Provides: libjson-ruby, libjson-ruby-doc, libjson-ruby1.8
 Description: JSON library for Ruby
  This library implements the JSON (JavaScript Object Notation) specification in
  Ruby, allowing the developer to easily convert data between Ruby and JSON. You
@@ -28,3 +31,27 @@ Depends: ${misc:Depends}, ruby1.8, ruby-json, libgtk2-ruby1.8
 Description: JSON files editor
  Small graphical JSON editor. It allows creating and modifying JSON (JavaScript
  Object Notation) files with the aid of a graphical user interface.
+
+Package: libjson-ruby
+Section: oldlibs
+Architecture: all
+Depends: ruby-json
+Description: Transitional package for ruby-json
+ This is a transitional package to ease upgrades to the ruby-json
+ package. It can safely be removed.
+
+Package: libjson-ruby-doc
+Section: oldlibs
+Architecture: all
+Depends: ruby-json
+Description: Transitional package for ruby-json
+ This is a transitional package to ease upgrades to the ruby-json
+ package. It can safely be removed.
+
+Package: libjson-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ruby-json
+Description: Transitional package for ruby-json
+ This is a transitional package to ease upgrades to the ruby-json
+ package. It can safely be removed.

-- 
Packaging for ruby-json



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