[DRE-commits] [ruby-childprocess] 01/06: d/control: Wrap and sort control file

Sebastien Badia sbadia-guest at moszumanska.debian.org
Tue Mar 18 18:18:29 UTC 2014


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

sbadia-guest pushed a commit to branch master
in repository ruby-childprocess.

commit 7f74b56918b656df7c3df8c6ca10ef9bc1627e46
Author: Sebastien Badia <seb at sebian.fr>
Date:   Tue Mar 18 18:21:13 2014 +0100

    d/control: Wrap and sort control file
---
 debian/control | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 01aeba4..13cd539 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,11 @@ Source: ruby-childprocess
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Laurent Bigonville <bigon at debian.org>, Cédric Boutillier <cedric.boutillier at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec (>= 2.0.0)
+Uploaders: Laurent Bigonville <bigon at debian.org>,
+           Cédric Boutillier <cedric.boutillier at gmail.com>
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.3.0~),
+               ruby-rspec (>= 2.0.0)
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-childprocess.git
 Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-childprocess.git;a=summary
@@ -13,11 +16,13 @@ XS-Ruby-Versions: all
 Package: ruby-childprocess
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ffi (>= 1.0.11)
+Depends: ruby | ruby-interpreter,
+         ruby-ffi (>= 1.0.11),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Ruby library for controlling external programs running in the background
  This library aims at being a simple and reliable solution for controlling
  external programs running in the background on any Ruby / OS combination.
  .
  The code originated in the selenium-webdriver gem, but should prove useful as
  a standalone library.
-

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



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