File: control

package info (click to toggle)
ruby-image-science 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 200 kB
  • sloc: ruby: 496; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 1,289 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
Source: ruby-image-science
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               libfreeimage-dev,
               ruby-inline,
               ruby-minitest
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-image-science.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-image-science
Homepage: https://github.com/seattlerb/image_science
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby

Package: ruby-image-science
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: libfreeimage-dev,
         ruby | ruby-interpreter,
         ruby-inline,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Clean Ruby library to provide simple transformations on images
 ImageScience is a clean Ruby library allowing for simple
 transformations on images, mainly geared towards generating thumbnails
 - The provided functions aim at scaling and cropping images.
 .
 Emphasis is made on keeping the code as lean as possible (at less than
 200 LoC), and on correctness to avoid memory leaks and similar
 problems that often accompany similar libraries.