[DRE-commits] [ruby-origin] 01/04: Run wrap-and-sort -a

zeha at debian.org zeha at debian.org
Wed Mar 2 20:01:14 UTC 2016


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

zeha pushed a commit to branch master
in repository ruby-origin.

commit 20eb874a7cc621b1697da8125407e2e6157de59c
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Wed Mar 2 20:55:44 2016 +0100

    Run wrap-and-sort -a
    
    Git-Dch: ignore
---
 debian/control | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 1390bd4..b6f63ba 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.1~), ruby-rspec, ruby-i18n,
- ruby-activesupport, ruby-tzinfo
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.3.1~),
+               ruby-activesupport,
+               ruby-i18n,
+               ruby-rspec,
+               ruby-tzinfo
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-origin.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-origin.git;a=summary
@@ -14,9 +18,13 @@ XS-Ruby-Versions: all
 Package: ruby-origin
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-activesupport,
- ruby-i18n, ruby-tzinfo
+Depends: ruby | ruby-interpreter,
+         ruby-activesupport,
+         ruby-i18n,
+         ruby-tzinfo,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Simple DSL for MongoDB query generation
  Origin provides a DSL to mix in to any object to give it the ability to build
  MongoDB queries easily. It was extracted from Mongoid in an attempt to allow
- others to leverage the DSL in their own applications without needing a mapper. 
+ others to leverage the DSL in their own applications without needing a mapper.

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



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