[DRE-commits] [ruby-gon] 06/07: Wrap and sort

David Suárez deiv-guest at moszumanska.debian.org
Sat Oct 11 23:25:53 UTC 2014


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

deiv-guest pushed a commit to branch master
in repository ruby-gon.

commit 3047feb5284ab1728b9bd78028d128b831d1a554
Author: David Suárez <david.sephirot at gmail.com>
Date:   Sun Oct 12 01:23:52 2014 +0200

    Wrap and sort
---
 debian/control | 30 ++++++++++++++++++------------
 1 file changed, 18 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index 83ff532..6b696c0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,17 @@ 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-actionpack|ruby-actionpack-3.2, 
- ruby-rabl,
- ruby-rabl-rails,
- ruby-jbuilder,
- ruby-rspec, 
- rake,
- ruby-multi-json,
- ruby-oj | ruby-json,
- ruby-request-store
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.3.0~),
+               rake,
+               ruby-actionpack | ruby-actionpack-3.2,
+               ruby-jbuilder,
+               ruby-multi-json,
+               ruby-oj | ruby-json,
+               ruby-rabl,
+               ruby-rabl-rails,
+               ruby-request-store,
+               ruby-rspec
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-gon.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-gon.git;a=summary
@@ -22,8 +23,13 @@ XS-Ruby-Versions: all
 Package: ruby-gon
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-multi-json, ruby-oj | ruby-json, ruby-request-store
-Recommends: ruby-rabl, ruby-rabl-rails, ruby-jbuilder
+Depends: ruby | ruby-interpreter,
+         ruby-multi-json,
+         ruby-oj | ruby-json,
+         ruby-request-store,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: ruby-jbuilder, ruby-rabl, ruby-rabl-rails
 Description: Ruby library to send data to JavaScript from a Ruby application
  Gon is a Ruby library allowing one to easily send the content of
  variables of a Ruby web application to JavaScript. It supports JBuilder,

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



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