Author: branden Date: 2004-02-16 13:40:28 -0500 (Mon, 16 Feb 2004) New Revision: 38
Modified: trunk/debian/changelog trunk/debian/control Log: Merge changes from branches/post-xfree86-4.3.0-reorg. Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2003-12-30 19:34:09 UTC (rev 37) +++ trunk/debian/changelog 2004-02-16 18:40:28 UTC (rev 38) @@ -1,3 +1,12 @@ +xcursor (1.0.2-5) unstable; urgency=low + + * Make package compatible with the XFree86 4.3.0 package reorganization. + - debian/control + + package build-depends on x-dev and libx11-dev instead of xlibs-dev + + libxcursor-dev depends on x-dev and libx11-dev instead of xlibs-dev + + -- Branden Robinson <[EMAIL PROTECTED]> Mon, 16 Feb 2004 13:38:42 -0500 + xcursor (1.0.2-4) unstable; urgency=medium * urgency due to fix for FTBFS Modified: trunk/debian/control =================================================================== --- trunk/debian/control 2003-12-30 19:34:09 UTC (rev 37) +++ trunk/debian/control 2004-02-16 18:40:28 UTC (rev 38) @@ -2,7 +2,7 @@ Priority: optional Maintainer: Debian X Strike Force <[email protected]> Uploaders: Branden Robinson <[EMAIL PROTECTED]>, ISHIKAWA Mutsumi <[EMAIL PROTECTED]>, Daniel Stone <[EMAIL PROTECTED]> -Build-Depends: cdbs (>= 0.4.12), debhelper (>= 4.0.0), xlibs-dev, libxrender-dev, pkg-config +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 @@ -39,7 +39,7 @@ Package: libxcursor-dev Section: libdevel Architecture: any -Depends: libxcursor1 (= ${Source-Version}), libc6-dev | libc-dev, xlibs-dev, libxrender-dev +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

