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
|
Source: libshadow-ruby
Section: interpreters
Priority: optional
Maintainer: akira yamada <akira@debian.org>
Build-Depends: debhelper (>> 3), ruby1.6, ruby1.6-dev, ruby1.8, ruby1.8-dev
Standards-Version: 3.6.1
Package: libshadow-ruby1.6
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libshadow-ruby (<< 1.4.1-6)
Replaces: libshadow-ruby (<< 1.4.1-6)
Description: Interface of shadow password for Ruby 1.6
This is a module which used when you access Linux shadow password files
from Ruby.
.
This package provides library files for Ruby 1.6.
Package: libshadow-ruby1.8
Architecture: any
Depends: ${shlibs:Depends}
Description: Interface of shadow password for Ruby 1.8
This is a module which used when you access Linux shadow password files
from Ruby.
.
This package provides library files for Ruby 1.8.
|