Source: ruby-pygments.rb
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Per Andersson <avtobiff@gmail.com>,
           Dominique Dumont <dod@debian.org>
Section: ruby
Priority: optional
Build-Depends: debhelper (>= 9),
               gem2deb (>= 0.3.0~),
               bundler,
               python-pygments,
               rake-compiler,
               ruby-posix-spawn,
               ruby-yajl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/packages/ruby-pygments.rb.git
Vcs-Git: https://anonscm.debian.org/pkg-ruby-extras/packages/ruby-pygments.rb.git
Homepage: http://github.com/tmm1/pygments.rb
XS-Ruby-Versions: all

Package: ruby-pygments.rb
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
         python,
         python-pygments,
         ruby | ruby-interpreter,
         ruby-posix-spawn,
         ruby-yajl
Provides: ruby-pygments
Description: pygments wrapper for Ruby
 A Ruby wrapper for the Python pygments syntax highlighter.
 .
 pygments.rb works by talking over a simple pipe to a long-lived Python child
 process. This library replaces albino, as well as a version of pygments.rb
 that used an embedded Python interpreter.
 .
 Each Ruby process that runs has its own 'personal Python'; for example, 4
 Unicorn workers will have one Python process each.  If a Python process dies,
 a new one will be spawned on the next pygments.rb request.
XB-Ruby-Versions: ${ruby:Versions}
