X Strike Force X.Org X11 SVN commit: r1450 - branches/modular/app/xterm-210/debian
Author: dnusinow
Date: 2006-03-13 22:00:26 -0500 (Mon, 13 Mar 2006)
New Revision: 1450
Modified:
branches/modular/app/xterm-210/debian/changelog
branches/modular/app/xterm-210/debian/control
Log:
* Switch build dependency from libxaw8-dev to libxaw7-dev
Modified: branches/modular/app/xterm-210/debian/changelog
===================================================================
--- branches/modular/app/xterm-210/debian/changelog 2006-03-14 02:50:33 UTC (rev 1449)
+++ branches/modular/app/xterm-210/debian/changelog 2006-03-14 03:00:26 UTC (rev 1450)
@@ -1,6 +1,6 @@
xterm (210-1) unstable; urgency=low
- * New upstream release (the following are fixes immediately relevant to
+ * New upstream release (the following are fixes immediately relevant to
Debian. More are in the upstream changelog)
+ allow cursor to have the same color as foreground (text), since it is
rendered as reverse (closes: #350664)
@@ -12,8 +12,9 @@
extend it into the scrollback area. This still allows users to scroll
back and select text (closes: #347415)
* Remove the 01_stolen_from_HEAD patch, as it is now obsolete
+ * Switch build dependency from libxaw8-dev to libxaw7-dev
- -- David Nusinow <dnusinow@debian.org> Mon, 13 Mar 2006 21:26:15 -0500
+ -- David Nusinow <dnusinow@debian.org> Mon, 13 Mar 2006 21:51:55 -0500
xterm (208-3) unstable; urgency=low
Modified: branches/modular/app/xterm-210/debian/control
===================================================================
--- branches/modular/app/xterm-210/debian/control 2006-03-14 02:50:33 UTC (rev 1449)
+++ branches/modular/app/xterm-210/debian/control 2006-03-14 03:00:26 UTC (rev 1450)
@@ -4,7 +4,7 @@
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: David Martínez Moreno <ender@debian.org>, David Nusinow <dnusinow@debian.org>
Standards-Version: 3.6.2
-Build-Depends: libncurses5-dev | libncurses-dev, libxft-dev (>> 2.1.2), libxrender-dev (>> 1:0.9.0), libxaw8-dev, debhelper (>= 4.1.16), quilt, lynx
+Build-Depends: libncurses5-dev | libncurses-dev, libxft-dev (>> 2.1.2), libxrender-dev (>> 1:0.9.0), libxaw7-dev, debhelper (>= 4.1.16), quilt, lynx
# Reasons for Build-Depends:
#
@@ -48,7 +48,7 @@
# libxrender-dev (>> 1:0.9.0)
# aclocal.m4:#include <X11/extensions/Xrender.h>
# configure:#include <X11/extensions/Xrender.h>
-# libxaw8-dev
+# libxaw7-dev
# main.c:#include <X11/Xaw/Form.h>
# main.c:#include <X11/Xaw3d/Form.h>
# main.c:#include <X11/XawPlus/Form.h>
Reply to: