[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XFree86 SVN commit: r1432 - trunk/debian



Author: branden
Date: 2004-05-21 12:47:12 -0500 (Fri, 21 May 2004)
New Revision: 1432

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/changelog
   trunk/debian/control
Log:
Add dependency of libxp-dev on xlibs-static-dev, since the former's
Print.h #includes the latter's Xauth.h (thanks, Matt Kraai).
(Closes: #249738)


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2004-05-21 16:38:54 UTC (rev 1431)
+++ trunk/debian/CHANGESETS	2004-05-21 17:47:12 UTC (rev 1432)
@@ -127,4 +127,8 @@
 Update ARM support patch (#234808).  Rename it.
     1430, 1431
 
+Add dependency of libxp-dev on xlibs-static-dev, since the former's Print.h
+#includes the latter's Xauth.h (thanks, Matt Kraai).
+    1432
+
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-05-21 16:38:54 UTC (rev 1431)
+++ trunk/debian/changelog	2004-05-21 17:47:12 UTC (rev 1432)
@@ -192,12 +192,16 @@
   * Update ARM support patch #315 to add #define guards against more instances
     of x86 and legacy VGA I/O code (thanks, Wookey).  (Closes: #234808)
 
+  * Add dependency of libxp-dev on xlibs-static-dev, since the former's
+    Print.h #includes the latter's Xauth.h (thanks, Matt Kraai).
+    (Closes: #249738)
+
   Changes by Fabio Massimo Di Nitto:
 
   * Update xutils's package description to refer to bdftruncate and ucs2any
     programs by their correct names.
 
- -- Branden Robinson <branden@debian.org>  Fri, 21 May 2004 11:34:13 -0500
+ -- Branden Robinson <branden@debian.org>  Fri, 21 May 2004 12:44:37 -0500
 
 xfree86 (4.3.0.dfsg.1-1) unstable; urgency=low
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2004-05-21 16:38:54 UTC (rev 1431)
+++ trunk/debian/control	2004-05-21 17:47:12 UTC (rev 1432)
@@ -581,7 +581,7 @@
 Package: libxp-dev
 Section: libdevel
 Architecture: any
-Depends: libxp6 (= ${Source-Version}), x-dev, libxext-dev, libx11-dev, libc6-dev | libc-dev
+Depends: libxp6 (= ${Source-Version}), x-dev, xlibs-static-dev, libxext-dev, libx11-dev, libc6-dev | libc-dev
 Conflicts: xlibs-dev (<< 4.3.0)
 Replaces: xlibs-dev (<< 4.3.0)
 Description: X Window System printing extension library development files



Reply to: