Package: xchm
Version: 0.9.7
Author: Guillem Jover <guillem@debian.org>
Status: not-sent
Description:
 Add missing comma in Depends field.
 Add xchm.1 man page.
 Update README.Debian.
 Add wm to the mneeds field in the menu file.

diff -Nur xchm-0.9.7.orig/debian/control xchm-0.9.7/debian/control
--- xchm-0.9.7.orig/debian/control	2005-01-22 15:23:24.000000000 +0100
+++ xchm-0.9.7/debian/control	2005-01-22 15:31:24.000000000 +0100
@@ -7,7 +7,7 @@
 
 Package: xchm
 Architecture: any
-Depends: ${shlibs:Depends} ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: mime-support
 Description: Compiled HTML Help (CHM) file viewer for X
  xCHM is a viewer for Compiled HTML Help (CHM) files. It, can show the
diff -Nur xchm-0.9.7.orig/debian/manpages xchm-0.9.7/debian/manpages
--- xchm-0.9.7.orig/debian/manpages	1970-01-01 01:00:00.000000000 +0100
+++ xchm-0.9.7/debian/manpages	2003-11-30 00:59:13.000000000 +0100
@@ -0,0 +1 @@
+debian/xchm.1
diff -Nur xchm-0.9.7.orig/debian/README.Debian xchm-0.9.7/debian/README.Debian
--- xchm-0.9.7.orig/debian/README.Debian	2005-01-22 15:23:24.000000000 +0100
+++ xchm-0.9.7/debian/README.Debian	2005-01-22 15:54:47.000000000 +0100
@@ -66,13 +66,11 @@
        /usr/share/mime/packages/xchm.xml file)
  - GNOME support: gconf, gvfs, DnD, recent-files, session mgt, ...
    (see <http://primates.ximian.com/~federico/news-2004-05.html#25>)
- - point to dummy manual page
  - Debian menu icon
 
  Other things to do in xCHM:
  - support for opening multiple files
  - support for opening urls (either via gvfs or standalone)
- - manual page
 
  Other things to do for the CHM file format:
  - register a real MIME type - at IANA:
diff -Nur xchm-0.9.7.orig/debian/xchm.1 xchm-0.9.7/debian/xchm.1
--- xchm-0.9.7.orig/debian/xchm.1	1970-01-01 01:00:00.000000000 +0100
+++ xchm-0.9.7/debian/xchm.1	2005-01-22 15:51:33.000000000 +0100
@@ -0,0 +1,27 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.TH XCHM 1 2003-11-30 "0.9.7" "xCHM Manual"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+xchm \- CHM file viewer
+.SH SYNOPSIS
+.B chm
+.RI " files" ...
+.SH DESCRIPTION
+The
+.B xchm
+command is a Compiled HTML Help (CHM) file viewer for the X Window System.
+.SH OPTIONS
+This program accepts a file argument to be opened directly by the GUI.
+.SH AUTHOR
+This manual page was written by Guillem Jover <guillem@debian.org>.
diff -Nur xchm-0.9.7.orig/debian/xchm.menu xchm-0.9.7/debian/xchm.menu
--- xchm-0.9.7.orig/debian/xchm.menu	2005-01-22 15:23:24.000000000 +0100
+++ xchm-0.9.7/debian/xchm.menu	2005-01-22 15:51:52.000000000 +0100
@@ -1,4 +1,4 @@
-?package(xchm):needs="X11" \
+?package(xchm):needs="X11|wm" \
         section="Apps/Viewers" \
         title="xCHM" \
         command="/usr/bin/xchm" \
