File: control

package info (click to toggle)
libpoe-loop-tk-perl 1.305-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100 kB
  • sloc: perl: 441; makefile: 6
file content (38 lines) | stat: -rw-r--r-- 1,536 bytes parent folder | download | duplicates (2)
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
Source: libpoe-loop-tk-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libpoe-test-loops-perl (>= 1.352),
                     perl-tk (>= 804.031),
                     libpoe-perl (>= 2:1.356),
                     libio-pty-perl,
                     libsocket6-perl,
                     netbase,
                     xvfb,
                     xauth,
                     xfonts-base
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-loop-tk-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpoe-loop-tk-perl.git
Homepage: https://metacpan.org/release/POE-Loop-Tk/

Package: libpoe-loop-tk-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libpoe-perl (>= 2:1.356),
         perl-tk (>= 804.031)
Enhances: libpoe-perl
Breaks: libpoe-perl (<< 2:1.0200-1)
Replaces: libpoe-perl (<< 2:1.0200-1)
Description: POE event loop implementation using Tk
 POE::Loop::Tk implements the standard POE::Loop event loop interface for the
 Tk toolkit. It provides features needed to manage a Tk-based event loop in
 Perl in a consistent fashion and does not differ from the standard interface.
 Please see POE::Loop from libpoe-perl for details on how this works.