Author: branden
Date: 2003-12-05 00:19:35 -0500 (Fri, 05 Dec 2003)
New Revision: 78

Modified:
   trunk/debian/changelog
   trunk/debian/control
Log:
Each of libxrender1, libxrender1-dbg, and libxrender-dev now conflict with
their xlibs counterparts versioned less than 4.2.1, because the Xrender
shared objects and related files in xlibs 4.1.0 are named
"libXrender.so.1.0", not "libXrender.so.1.1" as the dpkg-divert commands
in the xrender package's maintainer scripts expect.  This prevents
libxrender1 from being removed because.  We also can't add
conditionals to handle this because the user might upgrade xlibs to 4.2.1
in the meantime.  (Closes: #222343)


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2003-10-16 17:11:22 UTC (rev 77)
+++ trunk/debian/changelog      2003-12-05 05:19:35 UTC (rev 78)
@@ -1,3 +1,19 @@
+xrender (0.8.3-5) unstable; urgency=high
+
+  * Urgency due to fix for grave bug.
+
+  * Each of libxrender1, libxrender1-dbg, and libxrender-dev now conflict with
+    their xlibs counterparts versioned less than 4.2.1, because the Xrender
+    shared objects and related files in xlibs 4.1.0 are named
+    "libXrender.so.1.0", not "libXrender.so.1.1" as the dpkg-divert commands
+    in the xrender package's maintainer scripts expect.  This prevents
+    libxrender1 from being removed because.  We also can't add
+    conditionals to handle this because the user might upgrade xlibs to 4.2.1
+    in the meantime.  (Closes: #222343)
+    - debian/control
+
+ -- Branden Robinson <[EMAIL PROTECTED]>  Thu,  4 Dec 2003 23:45:32 -0500
+
 xrender (0.8.3-4) unstable; urgency=medium
 
   * Urgency due to fix for serious bug.

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control        2003-10-16 17:11:22 UTC (rev 77)
+++ trunk/debian/control        2003-12-05 05:19:35 UTC (rev 78)
@@ -10,6 +10,7 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
+Conflicts: xlibs (<< 4.2.1)
 Description: X Rendering Extension client library
  The X Rendering Extension (Render) introduces digital image composition as
  the foundation of a new rendering model within the X Window System.
@@ -23,6 +24,7 @@
 Priority: extra
 Architecture: any
 Depends: libxrender1 (= ${Source-Version}), ${shlibs:Depends}
+Conflicts: xlibs-dbg (<< 4.2.1)
 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.
@@ -43,6 +45,7 @@
 Section: libdevel
 Architecture: any
 Depends: libxrender1 (= ${Source-Version}), libc6-dev | libc-dev, xlibs-dev, 
render-dev
+Conflicts: xlibs-dev (<< 4.2.1)
 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.

Reply via email to