[DRE-commits] [ruby-http-cookie] 04/06: d/control: wrap sort

Jonas Genannt jonas at brachium-system.net
Fri Oct 10 08:59:40 UTC 2014


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

hggh-guest pushed a commit to branch master
in repository ruby-http-cookie.

commit 7f4314057fa51d96198d3a6e17089a26a05078b4
Author: Jonas Genannt <jonas.genannt at brachium-system.net>
Date:   Fri Oct 10 10:48:54 2014 +0200

    d/control: wrap sort
---
 debian/control | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 7b8a518..c413619 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,11 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~), ruby-test-unit, ruby-sqlite3, ruby-domain-name
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.4.1~),
+               ruby-domain-name,
+               ruby-sqlite3,
+               ruby-test-unit
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-http-cookie.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-http-cookie.git;a=summary
@@ -14,7 +18,10 @@ Testsuite: autopkgtest-pkg-ruby
 Package: ruby-http-cookie
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-domain-name
+Depends: ruby | ruby-interpreter,
+         ruby-domain-name,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Recommends: ruby-sqlite3
 Description: Ruby library to handle HTTP Cookies based on RFC 6265
  HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC

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



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