File: control

package info (click to toggle)
ruby-mini-magick 5.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,584 kB
  • sloc: ruby: 1,444; makefile: 6
file content (40 lines) | stat: -rw-r--r-- 1,598 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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
Priority: optional
Build-Depends: debhelper-compat (= 13),
               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: pry,
                     imagemagick <!nocheck>,
                     imagemagick-7.q16 <!nocheck>
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
Standards-Version: 4.7.2

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.