[DRE-commits] [ruby-rabl] 02/03: wrap and sort; build-depend on ruby-hashie

Cédric Boutillier boutil at moszumanska.debian.org
Fri Aug 22 13:40:14 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-rabl.

commit 866a1aee1e3f939bcdccf6720f9f1516f6ac000e
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Aug 22 15:23:45 2014 +0200

    wrap and sort; build-depend on ruby-hashie
---
 debian/control | 32 ++++++++++++++++++++------------
 1 file changed, 20 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index 2ab9080..e1a76f0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,18 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~),
-  ruby-activesupport,
-  ruby-bson,
-  ruby-builder,
-  ruby-json,
-  ruby-msgpack,
-  ruby-oj,
-  ruby-plist,
-  ruby-tilt, 
-  ruby-riot
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.3.0~),
+               ruby-activesupport,
+               ruby-bson,
+               ruby-builder,
+               ruby-hashie,
+               ruby-json,
+               ruby-msgpack,
+               ruby-oj,
+               ruby-plist,
+               ruby-riot,
+               ruby-tilt
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rabl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-rabl.git;a=summary
@@ -22,7 +24,14 @@ XS-Ruby-Versions: all
 Package: ruby-rabl
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-activesupport, ruby-bson, ruby-json, ruby-msgpack
+Depends: ruby | ruby-interpreter,
+         ruby-activesupport,
+         ruby-bson,
+         ruby-json,
+         ruby-msgpack,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Suggests: ruby-hashie
 Description: Ruby templating library with JSON, BSON, XML and MessagePack support
  RABL (Ruby API Builder Language) is a Rails and Padrino Ruby templating system
  for generating JSON, XML, MessagePack, and BSON.
@@ -34,4 +43,3 @@ Description: Ruby templating library with JSON, BSON, XML and MessagePack suppor
   * rename or alias attributes to change the name from the model
   * append attributes from a child into a parent node
   * include nodes only if a certain condition has been met
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rabl.git



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