File: control

package info (click to toggle)
libx11-windowhierarchy-perl 0.004-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 164 kB
  • ctags: 3
  • sloc: perl: 275; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 1,076 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
Source: libx11-windowhierarchy-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dima Kogan <dima@secretsauce.net>
Build-Depends: debhelper (>=8)
Build-Depends-Indep: libx11-protocol-perl,
                     perl, perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
                     libtest-pod-perl, xauth, xvfb
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libx11-windowhierarchy-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libx11-windowhierarchy-perl.git
Homepage: https://metacpan.org/release/X11-WindowHierarchy

Package: libx11-windowhierarchy-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libx11-protocol-perl
Description: Perl module for retrieving the current X11 window hierarchy
 X11::WindowHierarchy provides a couple of helper functions based on
 X11::Protocol for extracting the current window hierarchy. You can easily get
 the whole window tree, or search for specific windows.