1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: ruby-libxml
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Filipe Lautert <filipe@debian.org>,
Paul van Tilburg <paulvt@debian.org>,
Ryan Niebur <ryan@debian.org>,
Gunnar Wolf <gwolf@debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.11~), libxml2-dev, libxslt1-dev, zlib1g-dev
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-libxml.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-libxml.git;a=summary
Homepage: http://xml4r.github.com/libxml-ruby
XS-Ruby-Versions: all
Package: ruby-libxml
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Replaces: libxml-ruby (<< 2.2.2-1~), libxml-ruby1.8 (<< 2.2.2-1~), libxml-ruby1.9.1 (<< 2.2.2-1~)
Breaks: libxml-ruby (<< 2.2.2-1~), libxml-ruby1.8 (<< 2.2.2-1~), libxml-ruby1.9.1 (<< 2.2.2-1~)
Provides: libxml-ruby, libxml-ruby1.8, libxml-ruby1.9.1
Description: Ruby Bindings for LibXML2
The Libxml-Ruby project provides Ruby language bindings for the GNOME
Libxml2 XML toolkit. It is free software, released under the MIT License.
Libxml-ruby's primary advantage over REXML is performance - if speed
is your need, these are good libraries to consider, as demonstrated
by the informal benchmark below.
# Transitional packages
Package: libxml-ruby
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-libxml
Description: Transitional package for ruby-libxml
This is a transitional package to ease upgrades to the ruby-libxml
package. It can safely be removed.
Package: libxml-ruby1.8
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-libxml
Description: Transitional package for ruby-libxml
This is a transitional package to ease upgrades to the ruby-libxml
package. It can safely be removed.
Package: libxml-ruby1.9.1
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-libxml
Description: Transitional package for ruby-libxml
This is a transitional package to ease upgrades to the ruby-libxml
package. It can safely be removed.
|