6ea51ff4e4f61fd992fea4c913440c380de00f54
[framework/uifw/xorg/util/x11-utils.git] / debian / control
1 Source: x11-utils
2 Section: x11
3 Priority: optional
4 Maintainer: Sung-Jin Park <sj76.park@samsung.com>, Sangjin Lee <lsj119@samsung.com>, Debian X Strike Force <debian-x@lists.debian.org>
5 Uploaders: SooChan Lim <sc1.lim@samsung.com>, Sung-Jin Park <sj76.park@samsung.com>, David Nusinow <dnusinow@debian.org>, Brice Goglin <bgoglin@debian.org>
6 Build-Depends: debhelper (>= 5.0.0), 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), quilt, x11proto-input-dev (>= 1.4), libxinerama-dev (>= 1:1.0.1), libfontenc-dev, libxcb1-dev, libxcb-atom1-dev, xutils-dev (>= 1:7.5-1slp2+1), libxcb-shape0-dev
7 # Reasons for build-depends:
8 # debhelper for the packaging, pkg-config needed by configure scripts
9 # Individual apps:
10 # appres: libx11-dev, libxt-dev
11 # editres: libx11-dev, libxt-dev, libxmu-dev
12 # listres: libx11-dev, libxt-dev, libxmu-dev
13 # luit: libx11-dev, libfontenc-dev
14 # viewres: libxt-dev
15 # xdpyinfo: libxext-dev, libx11-dev, libxtst-dev, libxxf86vm-dev,
16 #           libxxf86dga-dev, (libxxf86misc-dev,) libxi-dev, libxrender-dev,
17 #           libxinerama-dev, libdmx-dev
18 # xdriinfo: libx11-dev, x11proto-gl-dev, libgl1-mesa-dev
19 # xev: libx11-dev
20 # xfd: libxaw7-dev, libfreetype2-dev, libfontconfig-dev, libxft-dev, libxt-dev
21 # xfontsel: libxaw7-dev, libxt-dev
22 # xkill: libx11-dev, libxmuu-dev
23 # xlsatoms: libxcb1-dev
24 # xlsclients: libxcb1-dev, libxcb-atom1-dev
25 # xlsfonts: libx11-dev
26 # xmessage: libxaw7-dev, libxt-dev
27 # xprop: libxmuu-dev, libx11-dev
28 # xvinfo: libxv-dev, libx11-dev
29 # xwininfo: libxmuu-dev, libxext-dev, libx11-dev
30 Standards-Version: 3.8.4
31 Vcs-Git: git://git.debian.org/git/pkg-xorg/app/x11-utils
32 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/x11-utils.git
33
34 Package: x11-utils
35 Architecture: any
36 Depends: ${shlibs:Depends}, ${misc:Depends}
37 #Depends: ${shlibs:Depends}, ${misc:Depends}, cpp
38 Pre-Depends: x11-common (>= 1:7.0.0)
39 Conflicts: appres, editres, listres, luit, viewres, xdpyinfo, xdriinfo, xev, xfd, xfontsel, xkill, xlsatoms, xlsclients, xlsfonts, xmessage, xprop, xvinfo, xwininfo
40 Replaces: xbase-clients (<< 1:7.2.ds3), xutils (<< 1:7.2), appres, editres, listres, luit, viewres, xdpyinfo, xdriinfo, xev, xfd, xfontsel, xkill, xlsatoms, xlsclients, xlsfonts, xmessage, xprop, xvinfo, xwininfo
41 Suggests: mesa-utils
42 Description: X11 utilities
43  An X client is a program that interfaces with an X server (almost always via
44  the X libraries), and thus with some input and output hardware like a
45  graphics card, monitor, keyboard, and pointing device (such as a mouse).
46  .
47  This package provides a miscellaneous assortment of X utilities
48  that ship with the X Window System, including:
49   - appres, editres, listres and viewres, which query the X resource database;
50   - luit, a filter that can be run between an arbitrary application and a
51     UTF-8 terminal emulator;
52   - xdpyinfo, a display information utility for X;
53   - xdriinfo, query configuration information of DRI drivers;
54   - xev, an X event displayer;
55   - xfd, a tool that displays all the glyphs in a given X font;
56   - xfontsel, a tool for browsing and selecting X fonts;
57   - xkill, a tool for terminating misbehaving X clients;
58   - xlsatoms, which lists interned atoms defined on an X server;
59   - xlsclients, which lists client applications running on an X display;
60   - xlsfonts, a server font list displayer;
61   - xmessage, a tool to display message or dialog boxes;
62   - xprop, a property displayer for X;
63   - xvinfo, an Xv extension information utility for X;
64   - xwininfo, a window information utility for X;
65  .
66  The editres and viewres programs use bitmap images provided by the
67  xbitmaps package. The luit program requires locale information from
68  the libx11-data package.