[DRE-commits] [SCM] ruby-roxml.git branch, master, updated. upstream/3.3.1-15-g8375e9a

Cédric Boutillier boutil at debian.org
Thu Apr 18 15:51:48 UTC 2013


The following commit has been merged in the master branch:
commit 758d2e7e54e771d27ba25959324c89f033f22a65
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Apr 18 17:15:24 2013 +0200

    update control file

diff --git a/debian/control b/debian/control
index 9a55393..ca328d1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,23 +2,22 @@ Source: ruby-roxml
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
-Standards-Version: 3.9.3
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-roxml.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-roxml.git;a=summary
+Uploaders: Cédric Boutillier <boutil at debian.org>, Praveen Arimbrathodiyil <praveen at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-nokogiri, ruby-sqlite3, ruby-activerecord, ruby-rspec, ruby-test-unit
+Standards-Version: 3.9.4
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-roxml.git
+Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-roxml.git;a=summary
 Homepage: http://roxml.rubyforge.org
 XS-Ruby-Versions: all
 
 Package: ruby-roxml
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# activesupport (>= 2.3.0), nokogiri (>= 1.3.3), rake (>= 0, development), jeweler (>= 0, development), rspec (>= 2.0.0, development), sqlite3-ruby (>= 1.2.4, development), activerecord (>= 2.2.2, development)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-nokogiri, ruby-libxml
 Description: Ruby Object to XML mapping library
- ROXML is a Ruby library designed to make it easier for Ruby developers to work with XML.
- Using simple annotations, it enables Ruby classes to be mapped to XML. ROXML takes care
- of the marshalling and unmarshalling of mapped attributes so that developers can focus on
- building first-class Ruby classes. As a result, ROXML simplifies the development of
- RESTful applications, Web Services, and XML-RPC.
+ ROXML is a Ruby library designed to make it easier for Ruby developers
+ to work with XML. Using simple annotations, it enables Ruby classes to
+ be mapped to XML. ROXML takes care of the marshalling and unmarshalling
+ of mapped attributes so that developers can focus on building
+ first-class Ruby classes. As a result, ROXML simplifies the development
+ of RESTful applications, Web Services, and XML-RPC.

-- 
ruby-roxml.git



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