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

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



Author: branden
Date: 2004-07-12 23:03:32 -0500 (Mon, 12 Jul 2004)
New Revision: 1630

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/changelog
   trunk/debian/control
Log:
Make xbase-clients depend on xlibs and explain why in the package's
extended description.  Thanks to Andreas Metzler for catching this.
(Closes: #257023)


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2004-07-13 03:53:55 UTC (rev 1629)
+++ trunk/debian/CHANGESETS	2004-07-13 04:03:32 UTC (rev 1630)
@@ -42,4 +42,9 @@
 bug script actually being shipped.  D'oh!
     1625
 
+Make xbase-clients depend on xlibs and explain why in the package's
+extended description.  Thanks to Andreas Metzler for catching this.
+(Closes: #257023)
+    1630
+
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-07-13 03:53:55 UTC (rev 1629)
+++ trunk/debian/changelog	2004-07-13 04:03:32 UTC (rev 1630)
@@ -25,8 +25,12 @@
   * Invert the sense of a test in debian/rules; this results in xlibmesa-dri's
     bug script actually being shipped.  D'oh!
 
- -- Branden Robinson <branden@debian.org>  Mon, 12 Jul 2004 00:14:08 -0500
+  * Make xbase-clients depend on xlibs and explain why in the package's
+    extended description.  Thanks to Andreas Metzler for catching this.
+    (Closes: #257023)
 
+ -- Branden Robinson <branden@debian.org>  Mon, 12 Jul 2004 23:01:45 -0500
+
 xfree86 (4.3.0.dfsg.1-6) unstable; urgency=low
 
   Changes by Branden Robinson:

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2004-07-13 03:53:55 UTC (rev 1629)
+++ trunk/debian/control	2004-07-13 04:03:32 UTC (rev 1630)
@@ -888,7 +888,7 @@
 
 Package: xbase-clients
 Architecture: any
-Depends: cpp, xlibs-data, ${shlibs:Depends}, ${misc:Depends}
+Depends: cpp, xlibs, xlibs-data, ${shlibs:Depends}, ${misc:Depends}
 Conflicts: xbase (<< 3.3.2.3a-2), xserver-common (<< 3.3.2.3a-9), xmodmap, xaw-wrappers (<< 0.90), xfonts-100dpi (<< 3.3.3.1-3), xfonts-75dpi (<< 3.3.3.1-3), xfonts-base (<< 3.3.3.1-3), xfonts-cyrillic (<< 3.3.3.1-3), xfonts-scalable (<< 3.3.3.1-3), xfnt100 (<= 3.3.2.3a-1), xfnt75 (<= 3.3.2.3a-1), xfntbase (<= 3.3.2.3a-1), xfntcyr (<= 3.3.2.3a-1), xfntscl (<= 3.3.2.3a-1), xdm (<< 4.0), xsm, xcontrib, xpm4g-dev, xpm-bin, xlibs (<< 4.3.0), cpp-3.3 (<< 1:3.3.3-0pre1)
 Replaces: xbase (<< 3.3.2.3a-2), xf86setup (<< 3.3.2.3a-9), xserver-common (<< 4.0), xutils (<< 4.3.0.dfsg.1-7), xmodmap, xcontrib, xpm4g-dev, xpm-bin, xsm
 Provides: xmodmap, xcontrib, xpm-bin, xsm
@@ -978,7 +978,8 @@
  .
  The bitmap, editres, viewres, xbiff, xcalc, xconsole, xditview, xedit,
  xf86cfg, xman, xsetroot, and xsm programs use bitmap images provided by the
- xlibs-data package.
+ xlibs-data package.  xkbcomp uses the XKEYBOARD (XKB) extension configuration
+ data provided by the xlibs package.
  .
  xrdb requires the C preprocessor (cpp) to process X resource files.  The GNU
  C preprocessor's "-traditional" support misbehaves in early releases of the



Reply to: