File: control

package info (click to toggle)
libnet-dbus-perl 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 720 kB
  • sloc: perl: 4,919; sh: 34; makefile: 6
file content (25 lines) | stat: -rw-r--r-- 1,115 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
Source: libnet-dbus-perl
Section: perl
Priority: optional
Maintainer: Jack Bates <ms419@freezone.co.uk>
Build-Depends: debhelper (>= 8), libtest-pod-coverage-perl, libtest-pod-perl,
 libxml-twig-perl, perl, libdbus-1-dev
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Net-DBus/
Vcs-Browser: https://github.com/jablko/debian/tree/master/libnet-dbus-perl
Vcs-Git: https://github.com/jablko/debian.git

Package: libnet-dbus-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libxml-twig-perl,
 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.