debian/changelog | 2 ++ debian/control | 10 +++------- 2 files changed, 5 insertions(+), 7 deletions(-)
New commits: commit e8f3415228bfcace060ea6d1709ee1da2dcd2674 Author: Julien Cristau <[email protected]> Date: Sat Oct 3 17:09:29 2009 +0200 Fix long description using patch from Justin B Rye diff --git a/debian/changelog b/debian/changelog index 7f73d08..6c633e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ x11-apps (7.4+3) UNRELEASED; urgency=low [ Julien Cristau ] * Update xload config.{guess,sub}, adding avr32 support (closes: #536410) + * Improve the long description using patch from Justin B Rye (closes: + #549457). Thanks! [ Brice Goglin ] * xmag 1.0.3. diff --git a/debian/control b/debian/control index c0b234e..4575e29 100644 --- a/debian/control +++ b/debian/control @@ -48,19 +48,15 @@ Replaces: xbase-clients (<= 1:7.2.ds2-3), bitmap, oclock, x11perf, xbiff, xcalc, xclipboard, xclock, xconsole, xcursorgen, xditview, xeyes, xgc, xload, xlogo, xmag, xman, xmore, xwd, xwud Description: X applications - An X client is a program that interfaces with an X server (almost always via - the X libraries), and thus with some input and output hardware like a - graphics card, monitor, keyboard, and pointing device (such as a mouse). - . This package provides a miscellaneous assortment of X applications that ship with the X Window System, including: - - bitmap, + - atobm, bitmap, and bmtoa, tools for manipulating bitmap images; - oclock and xclock, graphical clocks; - xbiff, a tool which tells you when you have new email; - xcalc, a scientific calculator desktop accessory; - xclipboard, a tool to manage cut-and-pasted text selections; - xconsole, which monitors system console messages; - - xcursorgen; + - xcursorgen, a tool for creating X cursor files from PNGs; - xditview, a viewer for ditroff output; - xedit, a simple text editor for X; - xeyes, a demo program in which a pair of eyes track the pointer; @@ -69,7 +65,7 @@ Description: X applications - xlogo, a demo program that displays the X logo; - xmag, which magnifies parts of the X screen; - xman, a manual page browser; - - xmore; + - xmore, a text pager; - xwd, a utility for taking window dumps ("screenshots") of the X session; - xwud, a viewer for window dumps created by xwd; - Xmark, x11perf, and x11perfcomp, tools for benchmarking graphical -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

