X Strike Force X.Org X11 SVN commit: r1738 - branches/modular/lib/libX11-X11R7.0-1.0.0/debian
Author: dnusinow
Date: 2006-04-11 18:19:28 -0400 (Tue, 11 Apr 2006)
New Revision: 1738
Modified:
branches/modular/lib/libX11-X11R7.0-1.0.0/debian/changelog
branches/modular/lib/libX11-X11R7.0-1.0.0/debian/control
Log:
* Remove libx11-dev's dependencies on libxi-dev and libxkbfile-dev. Add a
dependency on x11proto-input-dev instead. This should break some circular
dependencies. Thanks go yet again to Kurt Roeckx.
Modified: branches/modular/lib/libX11-X11R7.0-1.0.0/debian/changelog
===================================================================
--- branches/modular/lib/libX11-X11R7.0-1.0.0/debian/changelog 2006-04-11 01:40:33 UTC (rev 1737)
+++ branches/modular/lib/libX11-X11R7.0-1.0.0/debian/changelog 2006-04-11 22:19:28 UTC (rev 1738)
@@ -1,3 +1,11 @@
+libx11 (2:1.0.0-6) unstable; urgency=low
+
+ * Remove libx11-dev's dependencies on libxi-dev and libxkbfile-dev. Add a
+ dependency on x11proto-input-dev instead. This should break some circular
+ dependencies. Thanks go yet again to Kurt Roeckx.
+
+ -- David Nusinow <dnusinow@debian.org> Tue, 11 Apr 2006 18:17:46 -0400
+
libx11 (2:1.0.0-5) unstable; urgency=low
* Upload to unstable
Modified: branches/modular/lib/libX11-X11R7.0-1.0.0/debian/control
===================================================================
--- branches/modular/lib/libX11-X11R7.0-1.0.0/debian/control 2006-04-11 01:40:33 UTC (rev 1737)
+++ branches/modular/lib/libX11-X11R7.0-1.0.0/debian/control 2006-04-11 22:19:28 UTC (rev 1738)
@@ -57,7 +57,7 @@
Package: libx11-dev
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-6 (= ${Source-Version}), libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1), libxext-dev, libxi-dev (>= 1:1.0.0-1), libxkbfile-dev (>= 1:1.0.0.1-1), x11proto-core-dev (>= 6.8.99.8-1), x11proto-kb-dev, xtrans-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-6 (= ${Source-Version}), libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1), libxext-dev, x11proto-core-dev (>= 6.8.99.8-1), x11proto-input-dev, x11proto-kb-dev, xtrans-dev
Description: X11 client-side library (development headers)
This package provides the main client interface to the X Window System, and is
otherwise known as 'Xlib'. It provides a complete API for the basic functions
Reply to: