Author: branden Date: 2003-10-12 22:52:47 -0500 (Sun, 12 Oct 2003) New Revision: 11
Modified: trunk/debian/control Log: (cosmetic) Make miscellaneous cleanups to Debian control file. - debian/control: + Refer to the XSF as the "Debian X Strike Force". + Whitespace police. + Reflow extended description paragraphs with a consistent line width of 78 characters. Modified: trunk/debian/control =================================================================== --- trunk/debian/control 2003-10-13 03:48:43 UTC (rev 10) +++ trunk/debian/control 2003-10-13 03:52:47 UTC (rev 11) @@ -1,6 +1,6 @@ Source: xcursor Priority: optional -Maintainer: X Strike Force <debian-x@lists.debian.org> +Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Uploaders: Branden Robinson <[EMAIL PROTECTED]>, ISHIKAWA Mutsumi <[EMAIL PROTECTED]> Build-Depends: debhelper (>> 4.0.0), xlibs-dev (>> 4.2.1), libxrender-dev, cdbs, autotools-dev, pkg-config Standards-Version: 3.5.10 @@ -10,29 +10,29 @@ 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. + 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. Package: libxcursor1-dbg Section: libdevel 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. + 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. . 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 + 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, and should use libcursor1 instead. @@ -41,10 +41,10 @@ Architecture: any Depends: libxcursor1 (= ${Source-Version}), ${shlibs:Depends}, libc6-dev | libc-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. + 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. . This package provides a static library and C header files.