[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force Xcursor SVN commit: r61 - trunk/debian



Author: branden
Date: 2004-04-19 15:40:20 -0500 (Mon, 19 Apr 2004)
New Revision: 61

Modified:
   trunk/debian/changelog
   trunk/debian/control
Log:
Update package descriptions.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-04-19 20:08:01 UTC (rev 60)
+++ trunk/debian/changelog	2004-04-19 20:40:20 UTC (rev 61)
@@ -26,8 +26,10 @@
   * Update config.guess, config.sub, and ltmain.sh with libtoolize --force
     --copy.
 
- -- Branden Robinson <branden@debian.org>  Mon, 19 Apr 2004 15:05:57 -0500
+  * Update package descriptions.
 
+ -- Branden Robinson <branden@debian.org>  Mon, 19 Apr 2004 15:39:41 -0500
+
 xcursor (1.0.2-5) unstable; urgency=low
 
   * Make package compatible with the XFree86 4.3.0 package reorganization.

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2004-04-19 20:08:01 UTC (rev 60)
+++ trunk/debian/control	2004-04-19 20:40:20 UTC (rev 61)
@@ -10,25 +10,21 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: X Cursor management library
- Xcursor is a simple library designed to help locate and load cursors.
- Cursors can be loaded from files or memory and can exist in several sizes and
- the library automatically picks the best size. When using images loaded from
- files, Xcursor prefers to use the Render extension CreateCursor request for
- rendering cursor.
+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)
- Xcursor is a simple library designed to help locate and load cursors.
- Cursors can be loaded from files or memory and can exist in several sizes and
- the library automatically picks the best size. When using images loaded from
- files, Xcursor prefers to use the Render extension CreateCursor request for
- rendering cursor.
- .
+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
@@ -36,16 +32,16 @@
  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)
- Xcursor is a simple library designed to help locate and load cursors.
- Cursors can be loaded from files or memory and can exist in several sizes and
- the library automatically picks the best size. When using images loaded from
- files, Xcursor prefers to use the Render extension CreateCursor request for
- rendering cursor.
+Description: X cursor management library (development files)
+ Header files and a static version of the X cursor management library are
+ provided by this package.
  .
- This package provides a static library and C header files.
+ See the libxcursor1 package for further information.



Reply to: