Author: branden Date: 2004-04-19 12:28:45 -0500 (Mon, 19 Apr 2004) New Revision: 50
Modified: trunk/debian/changelog trunk/debian/rules Log: Add versioning to libxcursor1's shlibs information, since Xcursor 1.1.2 added a member to the XcursorImages structure and added the XcursorImagesSetName() and XcursorLibraryPath() functions. Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2004-04-19 17:18:16 UTC (rev 49) +++ trunk/debian/changelog 2004-04-19 17:28:45 UTC (rev 50) @@ -2,8 +2,12 @@ * New upstream version. - -- Branden Robinson <[EMAIL PROTECTED]> Mon, 19 Apr 2004 12:14:29 -0500 + * Add versioning to libxcursor1's shlibs information, since Xcursor 1.1.2 + added a member to the XcursorImages structure and added the + XcursorImagesSetName() and XcursorLibraryPath() functions. + -- Branden Robinson <[EMAIL PROTECTED]> Mon, 19 Apr 2004 12:26:50 -0500 + xcursor (1.0.2-5) unstable; urgency=low * Make package compatible with the XFree86 4.3.0 package reorganization. Modified: trunk/debian/rules =================================================================== --- trunk/debian/rules 2004-04-19 17:18:16 UTC (rev 49) +++ trunk/debian/rules 2004-04-19 17:28:45 UTC (rev 50) @@ -8,3 +8,10 @@ # RPATH is considered harmful by the Debian Project. DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath + +# In Xcursor 1.1.2: +# XcursorImages structure added member *name. +# XcursorImagesSetName() added. +# XcursorLibraryPath() added. +# +DEB_DH_MAKESHLIBS_ARGS_ALL := -V "libxcursor1 (>> 1.1.2)"