File: control

package info (click to toggle)
ruby-ffi 1.0.11debian-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,488 kB
  • sloc: ansic: 6,608; ruby: 6,167; xml: 151; sh: 74; makefile: 12
file content (55 lines) | stat: -rw-r--r-- 2,228 bytes parent folder | download
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: ruby-ffi
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>, Micah Anderson <micah@debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), libffi-dev, ruby-rspec, rake
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-ffi.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-ffi.git;a=summary
Homepage: http://wiki.github.com/ffi/ffi
XS-Ruby-Versions: ruby1.8 ruby1.9.1

Package: ruby-ffi
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Replaces: libffi-ruby (<< 1.0.9debian-1~), libffi-ruby1.8 (<< 1.0.9debian-1~), libffi-ruby1.9.1 (<< 1.0.9debian-1~)
Breaks: libffi-ruby (<< 1.0.9debian-1~), libffi-ruby1.8 (<< 1.0.9debian-1~), libffi-ruby1.9.1 (<< 1.0.9debian-1~)
Provides: libffi-ruby, libffi-ruby1.8, libffi-ruby1.9.1
Description: load dynamic libraries, bind functions from within ruby code
 Ruby-FFI is a ruby extension for programmatically loading dynamic
 libraries, binding functions within them, and calling those functions
 from Ruby code. Moreover, a Ruby-FFI extension works without changes
 on Ruby and JRuby. Discover why should you write your next extension
 using Ruby-FFI here[http://wiki.github.com/ffi/ffi/why-use-ffi].

# Transitional packages
Package: libffi-ruby
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-ffi
Description: Transitional package for ruby-ffi
 This is a transitional package to ease upgrades to the ruby-ffi
 package. It can safely be removed.

Package: libffi-ruby1.8
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-ffi
Description: Transitional package for ruby-ffi
 This is a transitional package to ease upgrades to the ruby-ffi
 package. It can safely be removed.

Package: libffi-ruby1.9.1
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-ffi
Description: Transitional package for ruby-ffi
 This is a transitional package to ease upgrades to the ruby-ffi
 package. It can safely be removed.