[DRE-commits] [ruby-powerpack] 04/05: d/control: Wrap and sort control file

Sebastien Badia sbadia-guest at moszumanska.debian.org
Mon Apr 21 14:02:03 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-powerpack.

commit 1efaede023f48d3b0bd2d36e487cb46734e2c016
Author: Sebastien Badia <seb at sebian.fr>
Date:   Mon Apr 21 02:53:18 2014 +0200

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

diff --git a/debian/control b/debian/control
index 7d1eb5f..3055adf 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Sebastien Badia <seb at sebian.fr>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), ruby-rake, ruby-rspec, ruby-yard
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.7.5~),
+               rake,
+               ruby-rspec
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-powerpack.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-powerpack.git;a=summary
@@ -13,8 +16,8 @@ XS-Ruby-Versions: all
 Package: ruby-powerpack
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: A few useful extensions to core Ruby classes.
+Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
+Description: Useful extensions to core Ruby classes
  Powerpack offers some useful extensions to the standard Ruby classes (kind of
  like ActiveSupport, but less ambitious and more modular). Powerpack add some
  extensions on Array, Enumerable, Hash, Numeric and String core classes.

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



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