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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: libimage-science-ruby
Section: ruby
Priority: optional
Maintainer: Gunnar Wolf <gwolf@debian.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 7), quilt, libsetup-ruby1.8, libfreeimage-dev, libinline-ruby
Build-Depends-Indep: ruby1.8, rdoc
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libimage-science-ruby/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libimage-science-ruby/
Standards-Version: 3.8.3
Homepage: http://seattlerb.rubyforge.org/ImageScience.html
Package: libimage-science-ruby
Architecture: all
Depends: ${misc:Depends}, libimage-science-ruby1.8
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.
.
This is a dummy package depending on the library for the current
default version of Ruby.
Package: libimage-science-ruby-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libimage-science-ruby
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.
.
This is the documentation package, with upstream documentation, as well as
generated rdoc.
Package: libimage-science-ruby1.8
Architecture: all
Depends: ${misc:Depends}, ruby1.8, libinline-ruby1.8, libfreeimage-dev
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.
|