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
|
Source: libinotify-ruby
Section: libs
Priority: optional
Maintainer: Torsten Werner <twerner@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ruby-pkg-tools (>= 0.8), ruby1.8,
ruby1.8-dev, ruby1.9 (>= 1.9.0+20070523), ruby1.9-dev (>= 1.9.0+20070523)
Standards-Version: 3.7.3
Vcs-Svn: https://bollin.googlecode.com/svn/libinotify-ruby/trunk
Vcs-Browser: http://bollin.googlecode.com/svn/libinotify-ruby/trunk
Homepage: http://raa.ruby-lang.org/project/ruby-inotify/
Package: libinotify-ruby
Architecture: all
Depends: libinotify-ruby1.8
Description: Ruby interface to Linux's inotify system
The Ruby package ruby-inotify allows to use Linux's inotify system.
.
This is a dependency package which depends on Debian's default Ruby version
(currently 1.8.x).
Package: libinotify-ruby1.8
Architecture: any
Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
Description: Ruby interface to Linux's inotify system
The Ruby package ruby-inotify allows to use Linux's inotify system.
.
This package is built for Ruby 1.8.
Package: libinotify-ruby1.9
Architecture: any
Depends: ruby1.9, ${shlibs:Depends}, ${misc:Depends}
Description: Ruby interface to Linux's inotify system
The Ruby package ruby-inotify allows to use Linux's inotify system.
.
This package is built for Ruby 1.9.
|