[DRE-commits] [ruby-delorean] 01/02: d/control: Wrap and sort control file

Sebastien Badia sbadia-guest at moszumanska.debian.org
Sat Nov 15 17:19:41 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-delorean.

commit f7bd222df4b181bc27964fa0cfeea6028ae77ca3
Author: Sebastien Badia <seb at sebian.fr>
Date:   Sat Nov 15 17:45:18 2014 +0100

    d/control: Wrap and sort control file
---
 debian/control | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 785bd89..2d4e9f5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,12 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~),
- ruby-chronic, rake, ruby-rspec, ruby-activesupport-3.2
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.3.0~),
+               rake,
+               ruby-activesupport-3.2,
+               ruby-chronic,
+               ruby-rspec
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-delorean.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-delorean.git;a=summary
@@ -15,10 +19,12 @@ Testsuite: autopkgtest-pkg-ruby
 Package: ruby-delorean
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-chronic
+Depends: ruby | ruby-interpreter,
+         ruby-chronic,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: lets you travel in time with Ruby by mocking Time.now
- Delorean is a smart way to mock Ruby’s Time.now method thereby allowing 
+ Delorean is a smart way to mock Ruby’s Time.now method thereby allowing
  you to travel in time.
  .
  Time-travelling can be extremely useful when you're testing your application.

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



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