[DRE-commits] [ruby-mail] 02/03: d/control: wrap-sort
Jonas Genannt
genannt at moszumanska.debian.org
Sun Aug 16 19:29:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
genannt pushed a commit to branch master
in repository ruby-mail.
commit a57244719b66a85736c5cce6fe5fe91594193594
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Sun Aug 16 21:25:43 2015 +0200
d/control: wrap-sort
---
debian/control | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 93819d2..a4b22aa 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,12 @@ Source: ruby-mail
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Carl Worth <cworth at debian.org>, Caitlin Matos <caitlin.matos at zoho.com>
-Build-Depends: debhelper (>= 9), gem2deb (>= 0.3.0~), ruby-rspec, ruby-mime-types
+Uploaders: Carl Worth <cworth at debian.org>,
+ Caitlin Matos <caitlin.matos at zoho.com>
+Build-Depends: debhelper (>= 9),
+ gem2deb (>= 0.3.0~),
+ ruby-mime-types,
+ ruby-rspec
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mail.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-mail.git;a=summary
@@ -13,7 +17,10 @@ XS-Ruby-Versions: all
Package: ruby-mail
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-mime-types
+Depends: ruby | ruby-interpreter,
+ ruby-mime-types,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Ruby library to handle email generation, parsing and sending
The purpose of this library is to provide a single point of access to
handle all email functions, including sending and receiving
@@ -28,4 +35,3 @@ Description: Ruby library to handle email generation, parsing and sending
system that really opens up the email messages you are parsing, if
you know what you are doing, you can fiddle with every last bit of
your email directly.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-mail.git
More information about the Pkg-ruby-extras-commits
mailing list