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: librmagick-ruby
Section: interpreters
Priority: optional
Maintainer: Lucas Nussbaum <lucas@lucas-nussbaum.net>
Uploaders: @RUBY_EXTRAS_TEAM@
Build-Depends: debhelper (>= 5), libmagick9-dev (>= 6.2.4), ruby1.8, ruby1.8-dev, libwmf-bin, gs-gpl, gsfonts, cdbs (>= 0.4.33), ruby-pkg-tools (>= 0.8), rdoc, graphviz, dpatch, pkg-config
Standards-Version: 3.7.2
Package: librmagick-ruby
Architecture: all
Depends: librmagick-ruby1.8
Suggests: librmagick-ruby-doc
Description: ImageMagick API for Ruby
RMagick is an interface between the Ruby programming language and the
ImageMagick image processing library.
.
Homepage: http://rmagick.rubyforge.org/
.
This is a dependency package, which depends on an RMagick package built
for the latest version of Ruby.
Package: librmagick-ruby1.8
Architecture: any
Suggests: librmagick-ruby-doc
Depends: ${shlibs:Depends}
Description: ImageMagick API for Ruby
RMagick is an interface between the Ruby programming language and the
ImageMagick image processing library.
.
Homepage: http://rmagick.rubyforge.org/
Package: librmagick-ruby-doc
Architecture: all
Description: ImageMagick API for Ruby (documentation)
RMagick is an interface between the Ruby programming language and the
ImageMagick image processing library.
.
This package contains the documentation and some example scripts.
.
Homepage: http://rmagick.rubyforge.org/
|