[DRE-commits] [ruby-packable] 01/04: d/control: Wrap and sort (Build-)Depends (no changes)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Sun Apr 27 20:41:30 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-packable.

commit 0048ff342e87b4f2408fe85f5ac288049d38d3d2
Author: Sebastien Badia <seb at sebian.fr>
Date:   Sun Apr 27 22:36:35 2014 +0200

    d/control: Wrap and sort (Build-)Depends (no changes)
---
 debian/control | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f17f98e..6cef3f1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,12 @@ 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.1~), ruby-backports, ruby-test-unit, ruby-mocha, ruby-shoulda
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.3.1~),
+               ruby-backports,
+               ruby-mocha,
+               ruby-shoulda,
+               ruby-test-unit
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-packable.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-packable.git;a=summary
@@ -13,7 +18,10 @@ XS-Ruby-Versions: ruby1.9.1
 Package: ruby-packable
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-backports
+Depends: ruby | ruby-interpreter,
+         ruby-backports,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: extensive packing and unpacking capabilities for Ruby
  The packable Ruby library provides a nicer, smarter and more powerful
  alternative to Ruby's Array::pack and String::unpack methods to read and write

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



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