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

X Strike Force X.Org X11 SVN commit: r2260 - trunk/util/xutils-dev/debian



Author: dnusinow
Date: 2006-05-30 00:22:34 -0400 (Tue, 30 May 2006)
New Revision: 2260

Modified:
   trunk/util/xutils-dev/debian/changelog
   trunk/util/xutils-dev/debian/control
Log:
* Move depends on xorg-x11 to pre-depends

Modified: trunk/util/xutils-dev/debian/changelog
===================================================================
--- trunk/util/xutils-dev/debian/changelog	2006-05-30 04:21:00 UTC (rev 2259)
+++ trunk/util/xutils-dev/debian/changelog	2006-05-30 04:22:34 UTC (rev 2260)
@@ -12,8 +12,9 @@
     x suffix on linux
     + Make use of this fix in this package by autoreconf'ing with the macros
       containing this fix installed
+  * Move depends on xorg-x11 to pre-depends
 
- -- David Nusinow <dnusinow@debian.org>  Tue, 30 May 2006 00:20:59 -0400
+ -- David Nusinow <dnusinow@debian.org>  Tue, 30 May 2006 00:23:02 -0400
 
 xutils-dev (1:1.0.2-3) unstable; urgency=low
 

Modified: trunk/util/xutils-dev/debian/control
===================================================================
--- trunk/util/xutils-dev/debian/control	2006-05-30 04:21:00 UTC (rev 2259)
+++ trunk/util/xutils-dev/debian/control	2006-05-30 04:22:34 UTC (rev 2260)
@@ -8,7 +8,8 @@
 
 Package: xutils-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common (>= 1:7.0.0), cpp
+Pre-Depends: x11-common (>= 1:7.0.0)
+Depends: ${shlibs:Depends}, ${misc:Depends}, cpp
 Description: X Window System utility programs for development
  xutils-dev provides a set of utility programs shipped with the X Window System
  that do not require the X libraries; many of these programs are useful



Reply to: