Source: ruby-mini-magick Maintainer: Debian Ruby Team Uploaders: Soren Stoutner , Markus Tornow , Pirate Praveen , Utkarsh Gupta Section: ruby Testsuite: autopkgtest-pkg-ruby Priority: optional # Build-depend 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: debhelper-compat (= 13), gem2deb, pry, rake, ruby-mocha, ruby-posix-spawn, ruby-rspec, ruby-webmock, imagemagick , imagemagick-7.q16 Standards-Version: 4.7.0 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 Rules-Requires-Root: no Package: ruby-mini-magick Architecture: all Depends: imagemagick, ruby-posix-spawn, ${misc:Depends}, ${ruby: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.