File: control

package info (click to toggle)
xcursor 1.1.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,508 kB
  • ctags: 261
  • sloc: sh: 8,327; ansic: 2,783; cpp: 54; makefile: 15
file content (47 lines) | stat: -rw-r--r-- 2,196 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
Source: xcursor
Section: devel
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Branden Robinson <branden@debian.org>, ISHIKAWA Mutsumi <ishikawa@debian.org>, Daniel Stone <daniels@debian.org>
Build-Depends: cdbs (>= 0.4.12), debhelper (>= 4.0.0), x-dev, libx11-dev, libxrender-dev, pkg-config
Standards-Version: 3.6.1

Package: libxcursor1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: X cursor management library
 Xcursor is a simple library designed to help locate and load cursors for the
 X Window System.  Cursors can be loaded from files or memory and can exist in
 several sizes; the library automatically picks the best size.  When using
 images loaded from files, Xcursor prefers to use the Render extension's
 CreateCursor request for rendering cursors.  Where the Render extension is
 not supported, Xcursor maps the cursor image to a standard X cursor and uses
 the core X protocol CreateCursor request.

Package: libxcursor1-dbg
Section: libdevel
Priority: extra
Architecture: any
Depends: libxcursor1 (= ${Source-Version}), ${shlibs:Depends}
Description: X cursor management library (unstripped)
 This package provides an unstripped shared object with debugging symbols,
 useful to provide a backtrace with symbol names in a debugger; this
 facilitates interpretation of core dumps, and aids in finding logic errors in
 programs using this library (or the library itself).  The library is
 installed in /usr/lib/debug and can be used by placing that directory in the
 LD_LIBRARY_PATH environment variable when the code to be debugged is
 executed.  Non-programmers will likely have little use for this package.
 .
 Non-programmers will likely have little use for this package.  See the
 libxcursor1 package for further information.

Package: libxcursor-dev
Section: libdevel
Architecture: any
Depends: libxcursor1 (= ${Source-Version}), libc6-dev | libc-dev, x-dev, libx11-dev, libxrender-dev
Description: X cursor management library (development files)
 Header files and a static version of the X cursor management library are
 provided by this package.
 .
 See the libxcursor1 package for further information.