Author: branden Date: 2004-05-21 01:00:15 -0500 (Fri, 21 May 2004) New Revision: 1426
Modified: trunk/debian/CHANGESETS trunk/debian/changelog trunk/debian/control Log: Adjust package relationships of libxrandr2 and libxrandr2-dbg so that they no longer conflict with and replace xlibs (<< 4.3.0); there are no file overlaps in these cases (though there are with libxrandr-dev), so such declarations are spurious. (Closes: #248539) Modified: trunk/debian/CHANGESETS =================================================================== --- trunk/debian/CHANGESETS 2004-05-21 05:52:46 UTC (rev 1425) +++ trunk/debian/CHANGESETS 2004-05-21 06:00:15 UTC (rev 1426) @@ -114,4 +114,10 @@ Fix typo. 1421 +Adjust package relationships of libxrandr2 and libxrandr2-dbg so that they no +longer conflict with and replace xlibs (<< 4.3.0); there are no file overlaps in +these cases (though there are with libxrandr-dev), so such declarations are +spurious. + 1426 + vim:set ai et sts=4 sw=4 tw=80: Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2004-05-21 05:52:46 UTC (rev 1425) +++ trunk/debian/changelog 2004-05-21 06:00:15 UTC (rev 1426) @@ -180,12 +180,17 @@ * Add Turkish debconf template translations (thanks, Osman YĆ¼ksel). (Closes: #248144) + * Adjust package relationships of libxrandr2 and libxrandr2-dbg so that they + no longer conflict with and replace xlibs (<< 4.3.0); there are no file + overlaps in these cases (though there are with libxrandr-dev), so such + declarations are spurious. (Closes: #248539) + Changes by Fabio Massimo Di Nitto: * Update xutils's package description to refer to bdftruncate and ucs2any programs by their correct names. - -- Branden Robinson <[EMAIL PROTECTED]> Tue, 18 May 2004 10:55:59 -0500 + -- Branden Robinson <[EMAIL PROTECTED]> Fri, 21 May 2004 00:56:45 -0500 xfree86 (4.3.0.dfsg.1-1) unstable; urgency=low Modified: trunk/debian/control =================================================================== --- trunk/debian/control 2004-05-21 05:52:46 UTC (rev 1425) +++ trunk/debian/control 2004-05-21 06:00:15 UTC (rev 1426) @@ -638,8 +638,6 @@ Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Conflicts: xlibs (<< 4.3.0) -Replaces: xlibs (<< 4.3.0) Description: X Window System Resize, Rotate and Reflection extension library libXrandr provides an X Window System client interface to the root window resizing, rotation, and reflection ("R and R") extension to the X protocol. @@ -654,8 +652,6 @@ Priority: extra Architecture: any Depends: libxrandr2 (= ${Source-Version}), ${misc:Depends} -Conflicts: xlibs-dbg (<< 4.3.0) -Replaces: xlibs-dbg (<< 4.3.0) Description: X Window System Resize, Rotate and Reflection extension library (unstripped) This package is useful to provide a backtrace with symbol names in a debugger; this facilitates interpretation of core dumps, and aids in finding