File: control

package info (click to toggle)
libnet-dbus-perl 0.33.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 692 kB
  • ctags: 422
  • sloc: perl: 4,714; makefile: 50; sh: 34
file content (23 lines) | stat: -rw-r--r-- 958 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
Source: libnet-dbus-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5), perl (>= 5.6.10-12), libdbus-1-dev, libxml-twig-perl
Maintainer: Jack Bates <ms419@freezone.co.uk>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Net-DBus/

Package: libnet-dbus-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libxml-twig-perl
Description: Extension for the DBus bindings
 Net::DBus provides a Perl API for the DBus message system.
 The DBus Perl interface is currently operating against
 the 0.32 development version of DBus, but should work with
 later versions too, providing the API changes have not been
 too drastic.
 .
 Users of this package are either typically, service providers
 in which case the Net::DBus::Service and Net::DBus::Object
 modules are of most relevance, or are client consumers, in which
 case Net::DBus::RemoteService and Net::DBus::RemoteObject
 are of most relevance.