[DRE-commits] [ruby-dbi] 06/08: Wrap and sort

David Suárez deiv-guest at moszumanska.debian.org
Fri Feb 21 20:36:11 UTC 2014


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

deiv-guest pushed a commit to branch master
in repository ruby-dbi.

commit 4c17890bd7b6986809ffea6600a64218ea859782
Author: David Suárez <david.sephirot at gmail.com>
Date:   Fri Feb 21 21:29:07 2014 +0100

    Wrap and sort
---
 debian/control | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 0155d76..da8a582 100644
--- a/debian/control
+++ b/debian/control
@@ -13,11 +13,14 @@ XS-Ruby-Versions: all
 Package: ruby-dbi
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-deprecated (>= 3.0~), libjs-jquery
+Depends: libjs-jquery,
+         ruby | ruby-interpreter,
+         ruby-deprecated (>= 3.0~),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Provides: libdbi-ruby
 Description: Database Independent Interface for Ruby
  Ruby/DBI is a database independent interface for accessing databases,
  similar to Perl's DBI.
  .
  Database-specific drivers are located in ruby-dbd-* packages.
-

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



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