[DRE-commits] [ruby-ronn] 04/06: d/control: wrap sort

Jonas Genannt jonas at brachium-system.net
Thu Oct 9 11:40:02 UTC 2014


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

hggh-guest pushed a commit to branch master
in repository ruby-ronn.

commit 46991da95318e5cf78813d4782b434fcfd17285c
Author: Jonas Genannt <jonas.genannt at brachium-system.net>
Date:   Thu Oct 9 12:56:37 2014 +0200

    d/control: wrap sort
---
 debian/control | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 27e33de..1c1b400 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,13 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Martin Ueding <dev at martin-ueding.de>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-contest, ruby-hpricot (>= 0.8.2), ruby-rdiscount (>= 1.5.8), ruby-mustache (>= 0.7.0), ruby-json
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.3.0~),
+               ruby-contest,
+               ruby-hpricot (>= 0.8.2),
+               ruby-json,
+               ruby-mustache (>= 0.7.0),
+               ruby-rdiscount (>= 1.5.8)
 Standards-Version: 3.9.6
 Homepage: http://rtomayko.github.com/ronn
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-ronn.git
@@ -13,7 +19,11 @@ XS-Ruby-Versions: all
 Package: ruby-ronn
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-hpricot (>= 0.8.2), ruby-rdiscount (>= 1.5.8), ruby-mustache (>= 0.7.0)
+Depends: ruby | ruby-interpreter,
+         ruby-hpricot (>= 0.8.2),
+         ruby-mustache (>= 0.7.0),
+         ruby-rdiscount (>= 1.5.8),
+         ${misc:Depends}
 Description: Builds manuals from Markdown
  Ronn builds manuals. It converts simple, human readable textfiles to roff for
  terminal display, and also to HTML for the web.

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



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