Author: branden Date: 2005-06-16 12:13:12 -0500 (Thu, 16 Jun 2005) New Revision: 56
Modified: trunk/debian/changelog Log: Weakly kludge around Debian's lack of "devlibdeps" by documenting new symbols in the changelog. Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2005-06-16 17:04:01 UTC (rev 55) +++ trunk/debian/changelog 2005-06-16 17:13:12 UTC (rev 56) @@ -1,9 +1,16 @@ renderext (1:0.9-1) unstable; urgency=low * Merge new upstream 0.9 release. (Closes: #312953) + + The following symbols are new: + - constants: sz_xSpanFix, sz_xTrap, sz_xRenderAddTrapsReq + - structures: xSpanFix, xTrap, xRenderAddTrapsReq + If you #include <X11/extensions/renderproto.h> and use any of the above + symbols, you will need to declare a versioned dependency and/or + build-dependency on render-dev (>= 1:0.9-1). + * Rename source package to "renderext" to follow upstream rename. - -- Branden Robinson <[EMAIL PROTECTED]> Thu, 16 Jun 2005 12:03:32 -0500 + -- Branden Robinson <[EMAIL PROTECTED]> Thu, 16 Jun 2005 12:09:26 -0500 render (1:0.8-1) unstable; urgency=low -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

