Author: branden Date: 2003-10-13 00:19:48 -0500 (Mon, 13 Oct 2003) New Revision: 65
Modified: trunk/debian/changelog trunk/debian/control Log: Clean up package's build-dependencies and -dbg and -dev packages' dependencies. - debian/control: + drop versioning of build-dependency on xlibs-dev; all that is needed is libX11.so.6, and any version of xlibs-dev provides that + drop libxrender1-dbg's dependency on xlibs-dbg (>> 4.2.1); this isn't a true dependency, so let's get rid of it + drop versioning of libxrender-dev's dependency on xlibs-dev; all that is needed is libX11.so.6, and any version of xlibs-dev provides that + and dependency of libxrender-dev on render-dev Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2003-10-13 04:44:16 UTC (rev 64) +++ trunk/debian/changelog 2003-10-13 05:19:48 UTC (rev 65) @@ -1,3 +1,18 @@ +xrender (0.8.3-3) unstable; urgency=low + + * Clean up package's build-dependencies and -dbg and -dev packages' + dependencies. + - debian/control: + + drop versioning of build-dependency on xlibs-dev; all that is needed + is libX11.so.6, and any version of xlibs-dev provides that + + drop libxrender1-dbg's dependency on xlibs-dbg (>> 4.2.1); this isn't + a true dependency, so let's get rid of it + + drop versioning of libxrender-dev's dependency on xlibs-dev; all that + is needed is libX11.so.6, and any version of xlibs-dev provides that + + and dependency of libxrender-dev on render-dev + + -- Branden Robinson <[EMAIL PROTECTED]> Mon, 13 Oct 2003 00:16:30 -0500 + xrender (0.8.3-2) unstable; urgency=medium * Urgency medium because the problem fixed by this release bites a lot of Modified: trunk/debian/control =================================================================== --- trunk/debian/control 2003-10-13 04:44:16 UTC (rev 64) +++ trunk/debian/control 2003-10-13 05:19:48 UTC (rev 65) @@ -2,7 +2,7 @@ Section: x11 Priority: optional Maintainer: Branden Robinson <[EMAIL PROTECTED]> -Build-Depends: cdbs (>= 0.4.12), debhelper (>= 4.0.0), xlibs-dev (>> 4.2.1), render-dev +Build-Depends: cdbs (>= 0.4.12), debhelper (>= 4.0.0), xlibs-dev, render-dev Standards-Version: 3.6.1 Package: libxrender1 @@ -23,7 +23,7 @@ Section: libdevel Priority: extra Architecture: any -Depends: libxrender1 (= ${Source-Version}), ${shlibs:Depends}, xlibs-dbg (>> 4.2.1) +Depends: libxrender1 (= ${Source-Version}), ${shlibs:Depends} Description: X Rendering Extension client library (unstripped) The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. @@ -44,7 +44,7 @@ Package: libxrender-dev Section: libdevel Architecture: any -Depends: libxrender1 (= ${Source-Version}), libc6-dev | libc-dev, xlibs-dev (>> 4.2.1) +Depends: libxrender1 (= ${Source-Version}), libc6-dev | libc-dev, xlibs-dev, render-dev Description: X Rendering Extension client library (development files) The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]