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 56
|
Source: ruby-dbus
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Paul van Tilburg <paulvt@debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), dbus
Build-Depends-Indep: rake, ruby-bluecloth
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-dbus.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-dbus.git;a=summary
Homepage: https://trac.luon.net/ruby-dbus
XS-Ruby-Versions: all
Package: ruby-dbus
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Replaces: libdbus-ruby (<< 0.7.0-1~), libdbus-ruby1.8 (<< 0.7.0-1~)
Breaks: libdbus-ruby (<< 0.7.0-1~), libdbus-ruby1.8 (<< 0.7.0-1~)
Provides: libdbus-ruby, libdbus-ruby1.8
Depends: ${misc:Depends}, ruby | ruby-interpreter
Recommends: ruby-glib2
Description: Ruby binding for D-Bus
This module allows Ruby programs to interface with the D-Bus message
bus installed on newer Unix operating systems.
.
Ruby D-Bus currently supports the following features:
* Connecting to local buses.
* Accessing remote services, objects and interfaces.
* Invoking methods on remote objects synchronously and asynchronously.
* Catch signals on remote objects and handle them via callbacks.
* Remote object introspection.
* Walking object trees.
* Creating services and registering them on the bus.
* Exporting objects with interfaces on a bus for remote use.
* Rubyish D-Bus object and interface syntax support that automatically
allows for introspection.
* Emitting signals on exported objects.
Package: libdbus-ruby
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-dbus
Description: Transitional package for ruby-dbus
This is a transitional package to ease upgrades to the ruby-dbus
package. It can safely be removed.
Package: libdbus-ruby1.8
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-dbus
Description: Transitional package for ruby-dbus
This is a transitional package to ease upgrades to the ruby-dbus
package. It can safely be removed.
|