[DRE-commits] [ruby-zip] 07/07: Wrap and sort

David Suárez deiv-guest at moszumanska.debian.org
Tue Sep 23 18:47:46 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-zip.

commit a3f7918c352a3c097d13439342534c40b04941e9
Author: David Suárez <david.sephirot at gmail.com>
Date:   Tue Sep 23 20:44:37 2014 +0200

    Wrap and sort
---
 debian/control   | 13 +++++++++++--
 debian/copyright |  4 ++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 568d2fc..6f9c0b8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,12 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Tatsuki Sugiura <sugi at nemui.org>, Taku YASUI <tach at debian.or.jp>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~), ruby-minitest, zip, unzip, rake
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.6.1~),
+               rake,
+               ruby-minitest,
+               unzip,
+               zip
 Standards-Version: 3.9.5
 Homepage: https://github.com/rubyzip/rubyzip
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-zip.git
@@ -13,7 +18,11 @@ XS-Ruby-Versions: all
 Package: ruby-zip
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, zip, unzip
+Depends: ruby | ruby-interpreter,
+         unzip,
+         zip,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Ruby module for reading and writing zip files
  rubyzip is a ruby library for reading and writing zip (pkzip format)
  files, with the restriction that only uncompressed and deflated zip
diff --git a/debian/copyright b/debian/copyright
index 590835d..f4c93d3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -60,9 +60,9 @@ License: Ruby
      For the list of those files and their copying conditions, see the
      file LEGAL.
  .
-  5. The scripts and library files supplied as input to or produced as 
+  5. The scripts and library files supplied as input to or produced as
      output from the software do not automatically fall under the
-     copyright of the software, but belong to whomever generated them, 
+     copyright of the software, but belong to whomever generated them,
      and may be sold commercially, and may be aggregated with this
      software.
  .

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



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