Author: branden
Date: 2003-12-09 06:15:51 -0500 (Tue, 09 Dec 2003)
New Revision: 33

Modified:
   branches/post-xfree86-4.3.0-reorg/debian/changelog
   branches/post-xfree86-4.3.0-reorg/debian/control
Log:
Make package compatible with the XFree86 4.3.0 package reorganization.
+ package build-depends on x-dev and libx11-dev instead of xlibs-dev
+ libxcursor-dev depends on x-dev and libx11-dev instead of xlibs-dev


Modified: branches/post-xfree86-4.3.0-reorg/debian/changelog
===================================================================
--- branches/post-xfree86-4.3.0-reorg/debian/changelog  2003-12-09 11:12:57 UTC 
(rev 32)
+++ branches/post-xfree86-4.3.0-reorg/debian/changelog  2003-12-09 11:15:51 UTC 
(rev 33)
@@ -4,8 +4,13 @@
     disparity).
     - debian/control
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Tue,  9 Dec 2003 06:09:24 -0500
+  * Make package compatible with the XFree86 4.3.0 package reorganization.
+    - debian/control
+      + package build-depends on x-dev and libx11-dev instead of xlibs-dev
+      + libxcursor-dev depends on x-dev and libx11-dev instead of xlibs-dev
 
+ -- Branden Robinson <[EMAIL PROTECTED]>  Tue,  9 Dec 2003 06:13:21 -0500
+
 xcursor (1.0.2-3) unstable; urgency=low
 
   * Update copyright file to refer to new canonical upstream URL for source

Modified: branches/post-xfree86-4.3.0-reorg/debian/control
===================================================================
--- branches/post-xfree86-4.3.0-reorg/debian/control    2003-12-09 11:12:57 UTC 
(rev 32)
+++ branches/post-xfree86-4.3.0-reorg/debian/control    2003-12-09 11:15:51 UTC 
(rev 33)
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <[email protected]>
 Uploaders: Branden Robinson <[EMAIL PROTECTED]>, ISHIKAWA Mutsumi <[EMAIL 
PROTECTED]>, Daniel Stone <[EMAIL PROTECTED]>
-Build-Depends: cdbs (>= 0.4.12), debhelper (>= 4.0.0), xlibs-dev, 
libxrender-dev
+Build-Depends: cdbs (>= 0.4.12), debhelper (>= 4.0.0), x-dev, libx11-dev, 
libxrender-dev
 Standards-Version: 3.6.1
 
 Package: libxcursor1
@@ -39,7 +39,7 @@
 Package: libxcursor-dev
 Section: libdevel
 Architecture: any
-Depends: libxcursor1 (= ${Source-Version}), libc6-dev | libc-dev, xlibs-dev, 
libxrender-dev
+Depends: libxcursor1 (= ${Source-Version}), libc6-dev | libc-dev, x-dev, 
libx11-dev, libxrender-dev
 Description: X Cursor management library  (development files)
  Xcursor is a simple library designed to help locate and load cursors.
  Cursors can be loaded from files or memory and can exist in several sizes and

Reply via email to