Source: ruby-mini-magick
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Soren Stoutner <soren@debian.org>,
           Markus Tornow <tornow@riseup.net>,
           Pirate Praveen <praveen@debian.org>,
           Utkarsh Gupta <utkarsh@debian.org>
Section: ruby
Build-Depends: debhelper-compat (= 14),
               dh-sequence-ruby,
               gem2deb,
               rake,
               ruby-mocha,
               ruby-posix-spawn,
               ruby-rspec,
               ruby-webmock
# Build-Depends-Indep on imagemagick-7.q16, which causes imagemagick to be
# installed instead of graphicsmagick-imagemagick-compat, which provides
# imagemagick, but produces errors when running the tests.
Build-Depends-Indep: imagemagick <!nocheck>, imagemagick-7.q16 <!nocheck>, pry
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-mini-magick
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-mini-magick.git
Homepage: https://github.com/minimagick/minimagick
Testsuite: autopkgtest-pkg-ruby

Package: ruby-mini-magick
Architecture: all
Depends: imagemagick, ruby-posix-spawn
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.
