Source: ruby-xmlrpc
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-webrick (>= 1.7.0)
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-xmlrpc.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-xmlrpc
Homepage: https://github.com/ruby/xmlrpc
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-xmlrpc
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Multi-Arch: foreign
# XXX no dependency on ruby, on purpose
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: XMLRPC library for Ruby
 XMLRPC is a lightweight protocol that enables remote procedure calls over
 HTTP.  It is defined at http://www.xmlrpc.com.
 .
 This package enables you to create a server that implements remote procedures
 and a client that calls them.  Very little code is required to achieve either
 of these.
