[DRE-commits] [ruby-mini-magick] 07/08: Wrap and sort

David Suárez deiv-guest at moszumanska.debian.org
Sun Oct 5 18:35:31 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-mini-magick.

commit d0df0a1c3d58476244fb671ef81947c6ce61e406
Author: David Suárez <david.sephirot at gmail.com>
Date:   Sun Oct 5 20:25:26 2014 +0200

    Wrap and sort
---
 debian/control   | 17 ++++++++++++++---
 debian/copyright |  5 ++---
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index f989f6a..5d1954e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,14 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Markus Tornow <tornow at riseup.net>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), imagemagick (>= 8:6.6.3~), rake, ruby-subexec, ruby-mocha, ruby-rspec, graphicsmagick
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.3.0~),
+               graphicsmagick,
+               imagemagick (>= 8:6.6.3~),
+               rake,
+               ruby-mocha,
+               ruby-rspec,
+               ruby-subexec
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mini-magick.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-mini-magick.git;a=summary
@@ -13,9 +20,13 @@ XS-Ruby-Versions: all
 Package: ruby-mini-magick
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, imagemagick (>= 6.6.3~) | graphicsmagick, ruby-subexec
+Depends: imagemagick (>= 6.6.3~) | graphicsmagick,
+         ruby | ruby-interpreter,
+         ruby-subexec,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: wrapper for ImageMagick with a small memory footprint
  MiniMagick is a Ruby library providing a wrapper around
  ImageMagick or GraphicsMagick, allowing manipulation of images with
  minimal use of memory. MiniMagick gives access to all the commandline
- options provided by ImageMagick. 
+ options provided by ImageMagick.
diff --git a/debian/copyright b/debian/copyright
index a884e75..2354e49 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,9 +1,9 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: mini_magick
-Source: https://github.com/minimagick/minimagick 
+Source: https://github.com/minimagick/minimagick
 
 Files: *
-Copyright: 2005 Corey Johnson <probablycorey at gmail.com> 
+Copyright: 2005 Corey Johnson <probablycorey at gmail.com>
 License: Expat
 
 Files: debian/*
@@ -31,4 +31,3 @@ License: Expat
  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  OTHER DEALINGS IN THE SOFTWARE.
-	

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



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