File: control

package info (click to toggle)
libnet-dbus-glib-perl 0.33.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 152 kB
  • sloc: perl: 85; sh: 34; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,204 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
Source: libnet-dbus-glib-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11),
               libglib-perl,
               libnet-dbus-perl,
               libtest-pod-coverage-perl,
               libtest-pod-perl,
               perl,
               pkg-config,
               libdbus-glib-1-dev
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: intrigeri <intrigeri@debian.org>
Standards-Version: 4.2.1
Homepage: https://metacpan.org/release/Net-DBus-GLib
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-dbus-glib-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-dbus-glib-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libnet-dbus-glib-perl
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${perl:Depends},
         libglib-perl,
         libnet-dbus-perl
Description: extension for the DBus GLib bindings
 Net::DBus::GLib provides an extension to the Net::DBus module allowing
 integration with the GLib mainloop. To integrate with the main loop, simply
 get a connection to the bus via the methods in Net::DBus::GLib rather than
 the usual Net::DBus module.