[DRE-commits] [SCM] ruby-xmlparser.git branch, master, updated. upstream/0.7.2-7-g3784277

Lucas Nussbaum lucas at lucas-nussbaum.net
Thu Jun 16 20:05:41 UTC 2011


The following commit has been merged in the master branch:
commit 6b50d7863024dfcdd9cefc3bcf9d55b64d0d0b90
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Thu Jun 16 21:44:49 2011 +0200

    add transitional packages

diff --git a/debian/control b/debian/control
index d07daf3..9cffbae 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,33 @@ Package: ruby-xmlparser
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Replaces: libxml-parser-ruby1.8 (<< 0.7.2-1~), libxml-parser-ruby1.9.1 (<< 0.7.2-1~), libxml-parser-ruby (<< 0.7.2-1~)
+Conflicts: libxml-parser-ruby1.8 (<< 0.7.2-1~), libxml-parser-ruby1.9.1 (<< 0.7.2-1~), libxml-parser-ruby (<< 0.7.2-1~)
+Provides: libxml-parser-ruby1.8, libxml-parser-ruby1.9.1, libxml-parser-ruby
 Description: Ruby interface for the expat XML parser toolkit
  This is the module to access to James Clark's XML Parser Toolkit "expat" 
  <URL:http://www.jclark.com/xml/expat.html> from Ruby.
+
+Package: libxml-parser-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-xmlparser
+Description: Transitional package for ruby-xmlparser
+ This is a transitional package to ease upgrades to the ruby-xmlparser
+ package. It can safely be removed.
+
+Package: libxml-parser-ruby1.9.1
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-xmlparser
+Description: Transitional package for ruby-xmlparser
+ This is a transitional package to ease upgrades to the ruby-xmlparser
+ package. It can safely be removed.
+
+Package: libxml-parser-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-xmlparser
+Description: Transitional package for ruby-xmlparser
+ This is a transitional package to ease upgrades to the ruby-xmlparser
+ package. It can safely be removed.

-- 
ruby-xmlparser.git



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