File: control

package info (click to toggle)
x11-utils 7.7%2B3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,108 kB
  • ctags: 2,624
  • sloc: ansic: 20,693; sh: 8,625; makefile: 708; xml: 219
file content (100 lines) | stat: -rw-r--r-- 3,575 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Source: x11-utils
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
 dpkg-dev (>= 1.16.1),
 debhelper (>= 9),
 dh-autoreconf,
 quilt,
 xutils-dev (>= 1:7.5+4),
 pkg-config,
 libx11-dev (>= 2:1.0.0),
 libxaw7-dev (>= 1:1.0.1),
 libxext-dev (>= 1:1.0.0),
 libxft-dev (>= 2.1.8.2-6),
 libxi-dev (>= 1:1.0.0-3),
 libxmuu-dev (>= 1:1.0.1),
 libxrender-dev (>= 1:0.9.0.2-2),
 libxt-dev (>= 1:1.0.0),
 libxtst-dev (>= 1:1.0.1),
 libxxf86dga-dev (>= 1:1.0.1),
 libxv-dev (>= 1:1.0.1),
 libxxf86vm-dev (>= 1:1.0.0),
 libxcomposite-dev,
 x11proto-gl-dev,
 libgl1-mesa-dev,
 x11proto-core-dev (>= 7.0.25),
 x11proto-input-dev (>= 1.4),
 libxinerama-dev (>= 1:1.0.1),
 libfontenc-dev,
 libxcb1-dev (>= 1.6),
 libx11-xcb-dev,
 libxcb-shape0-dev,
 libxrandr-dev (>= 2:1.2),
 gettext,
# Reasons for build-depends:
# debhelper for the packaging, pkg-config needed by configure scripts
# Individual apps:
# appres: libx11-dev, libxt-dev
# editres: libx11-dev, libxt-dev, libxmu-dev
# listres: libxt-dev, libxmu-dev
# luit: libx11-dev, libfontenc-dev
# viewres: libxt-dev
# xdpyinfo: libxext-dev, libx11-dev, libxtst-dev, libxxf86vm-dev,
#           libxcb1-dev, libx11-xcb-dev,
#           libxxf86dga-dev, (libxxf86misc-dev,) libxi-dev, libxrender-dev,
#           libxinerama-dev, libdmx-dev, libxcomposite-dev
# xdriinfo: libx11-dev, x11proto-gl-dev, libgl1-mesa-dev
# xev: libx11-dev, libxrandr-dev, x11proto-core-dev
# xfd: libxaw7-dev, libfontconfig-dev, libxft-dev, libxt-dev,
#      gettext
# xfontsel: libxaw7-dev, libxt-dev
# xkill: libx11-dev, libxmuu-dev
# xlsatoms: libxcb1-dev
# xlsclients: libxcb1-dev
# xlsfonts: libx11-dev
# xmessage: libxaw7-dev, libxt-dev
# xprop: libxmuu-dev, libx11-dev
# xvinfo: libxv-dev, libx11-dev
# xwininfo: libxmuu-dev, libxext-dev, libx11-dev, libxcb-shape0-dev,
#           x11proto-core-dev
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-xorg/app/x11-utils
Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/x11-utils.git

Package: x11-utils
Architecture: any
Multi-Arch: foreign
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Suggests:
 mesa-utils,
Description: X11 utilities
 An X client is a program that interfaces with an X server (almost always via
 the X libraries), and thus with some input and output hardware like a
 graphics card, monitor, keyboard, and pointing device (such as a mouse).
 .
 This package provides a miscellaneous assortment of X utilities
 that ship with the X Window System, including:
  - appres, editres, listres and viewres, which query the X resource database;
  - luit, a filter that can be run between an arbitrary application and a
    UTF-8 terminal emulator;
  - xdpyinfo, a display information utility for X;
  - xdriinfo, query configuration information of DRI drivers;
  - xev, an X event displayer;
  - xfd, a tool that displays all the glyphs in a given X font;
  - xfontsel, a tool for browsing and selecting X fonts;
  - xkill, a tool for terminating misbehaving X clients;
  - xlsatoms, which lists interned atoms defined on an X server;
  - xlsclients, which lists client applications running on an X display;
  - xlsfonts, a server font list displayer;
  - xmessage, a tool to display message or dialog boxes;
  - xprop, a property displayer for X;
  - xvinfo, an Xv extension information utility for X;
  - xwininfo, a window information utility for X;
 .
 The editres and viewres programs use bitmap images provided by the
 xbitmaps package. The luit program requires locale information from
 the libx11-data package.