--- remind-03.01.05.orig/debian/tkremind.menu
+++ remind-03.01.05/debian/tkremind.menu
@@ -0,0 +1,3 @@
+?package(tkremind):needs="X11" section="Applications/Office" \
+  title="Remind" command="/usr/bin/tkremind" \
+  longtitle="Remind Calendar"
--- remind-03.01.05.orig/debian/rules
+++ remind-03.01.05/debian/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/class/makefile.mk
+
+DEB_DESTDIR=$(CURDIR)/debian/tmp/
+
+DEB_MAKE_INSTALL_TARGET := install prefix=$(CURDIR)/debian/tmp/usr \
+                                   mandir=$(CURDIR)/debian/tmp/usr/share/man/
+
+clean::
+	./unconfigure
+	rm -rf www/Makefile
+
+install/tkremind::
+	mv debian/tmp/usr/bin/cm2rem.tcl debian/tmp/usr/bin/cm2rem
+	dh_installchangelogs docs/WHATSNEW
+
+binary-post-install/remind::
+	chmod -R 644 debian/remind/usr/share/doc/remind/examples
--- remind-03.01.05.orig/debian/changelog
+++ remind-03.01.05/debian/changelog
@@ -0,0 +1,282 @@
+remind (03.01.05-2) unstable; urgency=low
+
+  * New Upstream Version.
+  * Update copyright date, add David F. Skoll '92 - '98 copyright.
+  * Version the tkremind dependency on remind.
+  * 03.01.05-1 was on mentors.d.o for two months.
+  * Switch from XS-DM-Upload-Allowed back to DM-Upload-Allowed.
+  * Update Standards Version to 3.8.0. No other changes required.
+
+ -- Kurt B. Kaiser <kbk@shore.net>  Sat, 12 Jul 2008 07:49:13 +0530
+
+remind (03.01.04-1) unstable; urgency=low
+
+  * New Upstream Version. (Closes: #442389)
+  * Update watch file. (Closes: #449729)
+  * Update home page.
+  * Switch to dpatch from cdbs simple patch system.
+  * Delete 01-optional filename.dpatch, fixed upstream.
+  * Delete 02-correct-substitution.dpatch, fixed upstream.
+  * Delete 03-broken-postscript.dpatch, fixed upstream.
+  * Delete 3 of 4 hunks of 04-manpage-typos, fixed upstream.
+  * Add three more typos to 04-manpage-typos per latest lintian.
+    (Closes: #422996 )
+  * Delete 05-tkremind-newlines.dpatch, fixed upstream.
+  * Delete 06-fix-manpage-errors.dpatch, fixed upstream.
+  * Update 07-manpage-escape-minuses.dpatch, mostly not fixed yet.
+  * Delete 08-eliminate-rem-kall-in-deb-manpage.dpatch, fixed upstream.
+  * Update menu to use new section layout.
+  * Upstream was stripping, use install-nostripped target. (Closes: #437902)
+  * Upstream requested: split package to make tkremind a suggested package.
+    This eliminates the dependency on tcl/tk for the core remind program
+    and opens a path for a wxRemind package.
+  * Remove README.Debian: not needed, upstream removed 'rem' and 'kall'
+    executables and replaced the former with a symlink.
+  * DST date change bug fixed upstream. (Closes: #413739)
+  * Update Standards Version to 3.7.3.
+  * Add DM-Upload-Allowed to debian/control.
+  * Make Homepage: a field in debian/control.
+  * Update debian/copyright.
+  * Change rules to remove www/Makefile in clean - it's not in source tarball.
+    (09-cleanout-www-makefile.dpatch should be sent upstream)
+
+ -- Kurt B. Kaiser <kbk@shore.net>  Thu, 28 Feb 2008 14:10:09 -0500
+
+remind (03.00.24-4) unstable; urgency=low
+
+  * New maintainer  (Closes: #388426)
+  * Update standards version and debhelper compat level
+  * Escape minus signs in manpages
+  * Remove mention of 'rem' and 'kall' manpages in remind manpage
+  * Remove empty lines at end of debian/rules and debian/changelog
+  * Rename debian/remind.menu to debian/menu
+
+ -- Kurt B. Kaiser <kbk@shore.net>  Sun,  8 Oct 2006 19:26:37 -0400
+
+remind (03.00.24-3) unstable; urgency=low
+
+  * debian/copyright: list exceptionial files with different copyright
+    holders
+  
+  * debian/control: recommend "wyrd" as an alternative to Tcl/Tk, so that
+    users can use "wyrd" as alternate frontend to "tkremind". Thanks to
+    Thaddeus H. Black for the suggension (closes: #360278)
+  
+ -- René van Bevern <rvb@progn.org>  Mon,  3 Apr 2006 14:34:27 +0200
+
+remind (03.00.24-2) unstable; urgency=low
+
+  * Scripts in www/ are examples rather than documentation.
+    + debian/docs: remove www
+    + debian/examples: add www
+    + debian/rules: make examples non-executable
+
+  * debian/control:
+    + recommend virtual packages tclsh and wish
+    + updated package description
+
+  * debian/watch: added
+
+  * debian/patches/06-fix-manpage-errors.patch: fix some formatting and
+    character flaws in manpages remind.1 and cm2rem.1
+
+ -- René van Bevern <rvb@pro-linux.de>  Wed, 14 Dec 2005 16:15:06 +0100
+
+remind (03.00.24-1) unstable; urgency=low
+
+  * New upstream version
+  * debian/patches/01-optional-filename.diff: update for new protos.h
+  
+  * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
+
+ -- René van Bevern <rvb@pro-linux.de>  Sun, 20 Nov 2005 21:18:10 +0100
+
+remind (03.00.23-6) unstable; urgency=low
+
+  * debian/rules: use cdbs
+  * debian/patches/03-broken-postscript.patch: rem2ps shall not
+    corrupt generated PostScript (closes: #320415)
+  * debian/control: Standards-Version: 3.6.2
+  * debian/control: Recommend tk8.4 and tcl8.4 instead of Suggest
+    wish and tclsh
+
+  * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
+
+ -- René van Bevern <rvb@pro-linux.de>  Fri, 29 Jul 2005 14:27:33 +0200
+
+remind (03.00.23-5) unstable; urgency=low
+
+  * Closes: #312814: FTBFS: missing binary-arch target
+
+ -- René van Bevern <rvb@pro-linux.de>  Fri, 10 Jun 2005 11:37:29 +0200
+
+remind (03.00.23-4) unstable; urgency=low
+
+  * Closes: #311029: manpage typos, patch by A Costa <agcosta@gis.net>
+  * Closes: #311030: manpage typos, patch by A Costa <agcosta@gis.net>
+  * drop dpatch in favor of Darcs (README.Packaging)
+  * add 'debian/docs' and 'debian/examples' instead of writing
+    filenames into 'debian/rules'
+
+ -- René van Bevern <rvb@pro-linux.de>  Fri,  3 Jun 2005 13:23:52 +0200
+
+remind (03.00.23-3) unstable; urgency=low
+
+  * filename argument to rename is now optional, rem is dropped,
+    see "README.Debian" (Closes: #310818)
+  * removed patch against #219636 (was caused by rem)
+  * added rem's removal to README.Debian
+  * updated manpage to new usage
+  * added homepage URL to description
+
+ -- René van Bevern <rvb@pro-linux.de>  Thu, 26 May 2005 20:08:51 +0200
+
+remind (03.00.23-2) unstable; urgency=low
+
+  * Closes: #75883: If using tkremind entering body text w/ newline
+    causes error
+
+ -- Rene van Bevern <rvb@pro-linux.de>  Sat, 30 Apr 2005 17:39:44 +0200
+
+remind (03.00.23-1) unstable; urgency=low
+
+  * new maintainer
+  * use dpatch
+  * Closes: #219636: rem script breaks up multiword arguments
+  * Closes: #306292: copyright file wrong
+  * Closes: #306295: wrong %s substitution when using -k
+  * Closes: #306301: new upstream version and policy update
+  * drop "kall" script, which is a duplicate of what "killall" does
+
+ -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Tue, 26 Apr 2005 21:02:05 +0200
+
+remind (03.00.22-4) unstable; urgency=low
+
+  * Fixed build-dep debhelper version.
+  * Added tkremind menu entry. (Closes: #120285)
+  * Renamed cm2rem.tcl to cm2rem. (Closes: #189538)
+
+ -- Norbert Veber <nveber@pyre.virge.net>  Thu, 18 Sep 2003 23:27:19 -0400
+
+remind (03.00.22-3) unstable; urgency=low
+
+  * This package is not debian native.  Fetched the orginal upstream tar
+    and re-built properly.
+  * Updated to standards version 3.6.1, and debhelper compatibility
+    level 4.
+
+ -- Norbert Veber <nveber@pyre.virge.net>  Wed, 17 Sep 2003 23:18:53 -0400
+
+remind (03.00.22-2) unstable; urgency=low
+
+  * New maintainer (Closes: #210891)
+  * NMU ack (Closes: #133872, #42402, #59447)
+  * Remind uses local time on my system (Closes: #54493)
+  * The packages.debian.org listing of remind is now correct.
+    Closes: #77128
+  * Changed Suggests: to "tclsh" from "tcl" (Closes: #96279)
+  * Removed redundant README files. (Closes: #154758)
+
+ -- Norbert Veber <nveber@pyre.virge.net>  Wed, 17 Sep 2003 13:06:20 -0400
+
+remind (03.00.22-1.1) unstable; urgency=low
+
+  * NMU (bug squashing party).
+  * Added debhelper to Build-Depends (closes: #133872).
+
+ -- Sebastien Bacher <seb128@debian.org>  Sat, 31 Aug 2002 15:48:15 +0200
+
+remind (03.00.22-1) unstable; urgency=low
+
+  * NMU upload, maintainer seems to be missing.
+  * Changed to main (now GPL) (Closes: #42402)
+  * New upstream version (Closes: #59447)
+  * Moved to use debconf.
+
+ -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Fri, 19 Feb 1999 13:36:15 -0500
+
+remind (03.00.19-2) unstable; urgency=low
+
+  * fixed #19399: lintian clean, kinda
+
+ -- Paul Haggart <phaggart@debian.org>  Fri, 19 Feb 1999 13:36:15 -0500
+
+remind (03.00.19-1) unstable; urgency=low
+
+  * new upstream source
+
+ -- Paul Haggart <phaggart@debian.org>  Mon, 18 May 1998 13:39:02 -0400
+
+remind (03.00.18-2) frozen; urgency=low
+
+  * put me back in the archive .. non-free/utils if you would
+
+ -- Paul Haggart <phaggart@debian.org>  Sun, 15 Mar 1998 14:25:18 -0500
+
+remind (03.00.18-1) unstable; urgency=low
+
+  * new upstream version
+  * updated to latest standards revision
+  * move me to non-free/misc! (fixed #14361)
+
+ -- Paul Haggart <phaggart@debian.org>  Sat,  7 Mar 1998 15:50:01 -0500
+
+remind (03.00.17-4) unstable; urgency=low
+
+  * moved to non-free/misc because of -stoopid- copyright
+
+ -- Paul Haggart <phaggart@debian.org>  Tue, 18 Nov 1997 18:28:43 -0500
+
+remind (03.00.17-3) unstable; urgency=low
+
+  * finally found out about virtual package 'wish', so we'll use that
+    instead of a versioned TK.
+
+ -- Paul Haggart <phaggart@debian.org>  Sun,  2 Nov 1997 09:51:33 -0500
+
+remind (03.00.17-2) unstable; urgency=low
+
+  * suggests tk8.0 instead of tk80 (doooh!) 
+
+ -- Paul Haggart <phaggart@debian.org>  Fri, 17 Oct 1997 12:21:18 -0400
+
+remind (03.00.17-1) unstable; urgency=low
+
+  * got rid of supposed bashism in debian/rules
+  * fixed changelog to point to correct file
+  * new upstream version (fixed bug #13412)
+  * pristine sources used
+  * email addr in debian/control changed from debian.com to debian.org 
+
+ -- Paul Haggart <phaggart@debian.org>  Sun, 12 Oct 1997 18:48:33 -0400
+
+remind (3.0.16-3) unstable; urgency=low
+
+  * using tk80 now..
+
+ -- Paul Haggart <phaggart@debian.org>  Thu, 11 Sep 1997 08:24:02 -0400
+
+remind (3.0.16-2) unstable; urgency=low
+
+  * changed depends: tk42 to suggests: tk42
+
+ -- Paul Haggart <phaggart@debian.org>  Tue, 12 Aug 1997 23:32:26 +0000
+
+remind (3.0.16-1) unstable; urgency=low
+
+  * recompiled for libc6
+  * changed email address to @debian.org
+
+ -- Paul Haggart <phaggart@debian.org>  Sun, 22 Jun 1997 19:46:10 -0400
+
+remind (3.0.16-0) unstable; urgency=low
+
+  * new upstream source
+
+ -- Paul Haggart <phaggart@cybertap.com>  Wed, 26 Feb 1997 19:42:25 -0500
+
+remind (3.0.15-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Paul Haggart <phaggart@cybertap.com>  Wed, 6 Nov 1996 14:04:47 -0500
--- remind-03.01.05.orig/debian/control
+++ remind-03.01.05/debian/control
@@ -0,0 +1,31 @@
+Source: remind
+Section: utils
+Priority: optional
+Maintainer: Kurt B. Kaiser <kbk@shore.net>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 5), cdbs, dpatch
+Standards-Version: 3.8.0
+Homepage: http://www.roaringpenguin.com/products/remind/
+
+Package: remind
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: tkremind, wyrd
+Description: a sophisticated reminder service
+ Remind allows you to remind yourself of upcoming events and
+ appointments.  Each reminder or alarm can consist of a message sent
+ to standard output, or a program to be executed.
+ .
+ It also features: sophisticated date calculation, moon phases,
+ sunrise/sunset, Hebrew calendar, alarms, PostScript output, tcl/tk
+ front-end and proper handling of holidays.
+ .
+ Reminders can be created by the remind scripting language or by using
+ the graphical frontend package "tkremind".
+
+Package: tkremind
+Architecture: any
+Depends: remind (= ${binary:Version}), tk8.3 | tk8.4, tcllib
+Description: Tk GUI interface to remind
+ Tkremind provides a GUI which allows viewing a calendar and adding or editing
+ reminders without learning the syntax of Remind.
--- remind-03.01.05.orig/debian/copyright
+++ remind-03.01.05/debian/copyright
@@ -0,0 +1,42 @@
+This package was debianized by Paul Haggart <phaggart@cybertap.com> on
+Wed, 6 Nov 1996 14:04:47 -0500.
+
+It was downloaded from:
+  http://www.roaringpenguin.com/penguin/open_source_remind.php
+
+Copyright:
+  1. REMIND refers to the entire set of files and documentation in the
+     REMIND package.
+
+  2. REMIND  is Copyright 1999-2008  Roaring Penguin Software Inc.
+     except where noted in individual files.
+
+  3. REMIND may be used and distributed according to the terms of the
+     GNU General Public License, Version 2, which follows:
+
+     [See /usr/share/common-licenses/GPL-2 for the full license text.]
+
+Packager comment: The above copyright statement is taken from COPYRIGHT.  In
+addition, the source files carry the following copyright statement:
+     
+       Copyright (C) 1992-1998 by David F. Skoll
+       Copyright (C) 1999-2000 by Roaring Penguin Software Inc.
+
+David F. Skoll is one of the founders of Roaring Penguin Software Inc.
+
+The following exceptions have been collected from the individual files:
+
+Exceptions:
+   examples/remind.vim:    Copyright 1999      Davide Alberani
+   src/langs/danish.h:     Copyright 1993      Mogens Lynnerup
+   src/langs/dutch.h:      Copyright           Willem Kasdorp
+   src/langs/finnish.h:    Copyright 1993-1998 Mikko Silvonen
+   src/langs/french.h:     Copyright 1993      Laurent Duperval, David F.Skoll
+   src/langs/italian.h:    Copyright 1996      Valerio Aimale
+   src/langs/norwegian.h:  Copyright 1993      Trygve Randen
+   src/langs/portbr.h:     Copyright 1996      Marco Paganini, David F.Skoll
+   src/langs/romanian.h:   Copyright 1996-1998 Liviu Daia
+   src/hbcal.c:            Copyright 1978-1985 Amos Shapir
+   src/md5.c:              Copyright 1993      Colin Plumb
+   src/moon.c:             Copyright 1987-1988 John Walker, "moontool.c"   
+   www/rem2html:           Copyright 1997-1998 Don Schwarz and David F. Skoll
--- remind-03.01.05.orig/debian/examples
+++ remind-03.01.05/debian/examples
@@ -0,0 +1,3 @@
+www
+examples/*
+tests
--- remind-03.01.05.orig/debian/remind.manpages
+++ remind-03.01.05/debian/remind.manpages
@@ -0,0 +1,3 @@
+debian/tmp/usr/share/man/man1/rem.1
+debian/tmp/usr/share/man/man1/rem2ps.1
+debian/tmp/usr/share/man/man1/remind.1
--- remind-03.01.05.orig/debian/tkremind.install
+++ remind-03.01.05/debian/tkremind.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/bin/cm2rem
+debian/tmp/usr/bin/tkremind
--- remind-03.01.05.orig/debian/compat
+++ remind-03.01.05/debian/compat
@@ -0,0 +1 @@
+5
--- remind-03.01.05.orig/debian/remind.install
+++ remind-03.01.05/debian/remind.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/bin/rem2ps
+debian/tmp/usr/bin/remind
--- remind-03.01.05.orig/debian/docs
+++ remind-03.01.05/debian/docs
@@ -0,0 +1,2 @@
+#ACKNOWLEDGEMENTS
+README
--- remind-03.01.05.orig/debian/watch
+++ remind-03.01.05/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://www.roaringpenguin.com/products/remind \
+/files/download/remind-(.*)\.tar\.gz
--- remind-03.01.05.orig/debian/tkremind.manpages
+++ remind-03.01.05/debian/tkremind.manpages
@@ -0,0 +1,2 @@
+debian/tmp/usr/share/man/man1/cm2rem.1
+debian/tmp/usr/share/man/man1/tkremind.1
--- remind-03.01.05.orig/debian/remind.links
+++ remind-03.01.05/debian/remind.links
@@ -0,0 +1 @@
+usr/bin/remind usr/bin/rem
--- remind-03.01.05.orig/debian/patches/00list
+++ remind-03.01.05/debian/patches/00list
@@ -0,0 +1,4 @@
+04-manpage-typos
+07-manpage-escape-minuses
+08-do-not-strip
+09-cleanout-www-makefile
--- remind-03.01.05.orig/debian/patches/04-manpage-typos.dpatch
+++ remind-03.01.05/debian/patches/04-manpage-typos.dpatch
@@ -0,0 +1,48 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 04-manpage-typos.dpatch by Kurt B. Kaiser <kbk@shore.net>
+##
+## DP: Fix a few manpage typos.
+
+@DPATCH@
+diff -urNad remind~/man/cm2rem.1 remind/man/cm2rem.1
+--- remind~/man/cm2rem.1	2007-09-24 16:38:42.000000000 -0400
++++ remind/man/cm2rem.1	2007-09-27 19:21:31.000000000 -0400
+@@ -1,5 +1,5 @@
+ .TH CM2REM 1 "18 October 1999"
+-.UC4
++.UC 4
+ .SH NAME
+ cm2rem.tcl \- Convert Sun's "cm" input file to Remind format
+ .SH SYNOPSIS
+diff -urNad remind~/man/rem.1 remind/man/rem.1
+--- remind~/man/rem.1	2007-09-24 16:38:42.000000000 -0400
++++ remind/man/rem.1	2007-09-27 19:22:12.000000000 -0400
+@@ -1,5 +1,5 @@
+ .TH REM 1 "30 August 2007"
+-.UC4
++.UC 4
+ .SH NAME
+ rem \- Invoke Remind with a default filename
+ .SH SYNOPSIS
+diff -urNad remind~/man/rem2ps.1 remind/man/rem2ps.1
+--- remind~/man/rem2ps.1	2007-09-24 16:38:42.000000000 -0400
++++ remind/man/rem2ps.1	2007-09-27 19:22:20.000000000 -0400
+@@ -1,5 +1,5 @@
+ .TH REM2PS 1 "11 April 2005"
+-.UC4
++.UC 4
+ .SH NAME
+ rem2ps \- draw a PostScript calendar from Remind output
+ .SH SYNOPSIS
+diff -urNad remind~/man/tkremind.1 remind/man/tkremind.1
+--- remind~/man/tkremind.1	2007-09-27 19:19:08.000000000 -0400
++++ remind/man/tkremind.1	2007-09-27 19:21:16.000000000 -0400
+@@ -72,7 +72,7 @@
+ the check button to enable an expiry date, and fill in the values
+ using pull-down menus.
+ 
+-The third control specifes how much advance notice you want (if any),
++The third control specifies how much advance notice you want (if any),
+ and whether or not weekends and holidays are counted when computing advance
+ notice.
+ 
--- remind-03.01.05.orig/debian/patches/09-cleanout-www-makefile.dpatch
+++ remind-03.01.05/debian/patches/09-cleanout-www-makefile.dpatch
@@ -0,0 +1,19 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 09-cleanout-www-makefile.dpatch by Kurt B. Kaiser <kbk@shore.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: The unconfigure script should also remove www/Makefile
+
+@DPATCH@
+diff -urNad remind~/unconfigure remind/unconfigure
+--- remind~/unconfigure	2008-02-25 15:53:49.000000000 -0500
++++ remind/unconfigure	2008-02-25 20:44:56.000000000 -0500
+@@ -1,6 +1,6 @@
+ #!/bin/sh
+ 
+ echo "Unconfiguring Remind..."
+-echo rm -f config.cache config.log config.status src/Makefile src/config.h src/version.h
+-rm -f config.cache config.log config.status src/Makefile src/config.h src/version.h
++echo rm -f config.cache config.log config.status src/Makefile src/config.h src/version.h www/Makefile
++rm -f config.cache config.log config.status src/Makefile src/config.h src/version.h www/Makefile
+ exit 0
--- remind-03.01.05.orig/debian/patches/07-manpage-escape-minuses.dpatch
+++ remind-03.01.05/debian/patches/07-manpage-escape-minuses.dpatch
@@ -0,0 +1,232 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 07-manpage-escape-minuses.dpatch by Kurt B. Kaiser <kbk@shore.net>
+##
+## DP: minus characters need to be escaped.
+
+@DPATCH@
+diff -urNad remind~/man/remind.1 remind/man/remind.1
+--- remind~/man/remind.1	2008-02-25 18:30:32.000000000 -0500
++++ remind/man/remind.1	2008-02-25 19:30:42.000000000 -0500
+@@ -174,7 +174,7 @@
+ pops up a window and displays its invocation arguments.  You could use:
+ .PP
+ .nf
+-		remind '-kxmessage %s &' ...
++		remind '\-kxmessage %s &' ...
+ .fi
+ .PP
+ to have all of your \fBMSG\fR-type reminders processed using xmessage.
+@@ -595,7 +595,7 @@
+ The \fIback\fR specification in the reminder is used in this case:
+ .PP
+ .nf
+-	REM Mon 1 -7 MSG Last Monday of every month.
++	REM Mon 1 \-7 MSG Last Monday of every month.
+ .fi
+ .PP
+ A \fIback\fR is specified with one or two dashes followed by an integer.
+@@ -737,7 +737,7 @@
+ preceding it.  The omitted days are counted.
+ .PP
+ .nf
+-	REM 1 -1 OMIT Sat Sun MSG Last working day of month
++	REM 1 \-1 OMIT Sat Sun MSG Last working day of month
+ .fi
+ .PP
+ Again, in the above example, the \fIback\fR of \-1 normally causes the
+@@ -821,7 +821,7 @@
+ scripts, where you can use the command:
+ .PP
+ .nf
+-	remind -fa myreminders &
++	remind \-fa myreminders &
+ .fi
+ .PP
+ This ensures that when you exit X-Windows, the \fBRemind\fR process is killed.
+@@ -1741,7 +1741,7 @@
+ .TP
+ .B $LatDeg, $LatMin, $LatSec
+ These specify the latitude of your location.  \fB$LatDeg\fR can
+-range from -90 to 90, and the others from -59 to 59.  Northern latitudes
++range from \-90 to 90, and the others from \-59 to 59.  Northern latitudes
+ are positive; southern ones are negative.  For southern latitudes, all
+ three components should be negative.
+ .TP
+@@ -1753,7 +1753,7 @@
+ .TP
+ .B $LongDeg, $LongMin, $LongSec
+ These specify the longitude of your location.  \fB$LongDeg\fR can
+-range from -180 to 180.  Western longitudes are positive; eastern
++range from \-180 to 180.  Western longitudes are positive; eastern
+ ones are negative.
+ .RS
+ .PP
+@@ -1868,11 +1868,11 @@
+ write and execute permission testing.  Alternatively, \fImode\fR can
+ be a number as described in the UNIX \fBaccess\fR(2) system call.  The
+ function returns 0 if the file can be accessed with the specified \fImode\fR,
+-and -1 otherwise.
++and \-1 otherwise.
+ .TP
+ .B args(s_fname)
+ Returns the number of arguments expected by the user-defined function
+-\fIfname\fR, or -1 if no such user-defined function exists.  Note that
++\fIfname\fR, or \-1 if no such user-defined function exists.  Note that
+ this function examines only user-defined functions, not built-in functions.
+ Its main use is to determine whether or not a particular user-defined
+ function has been defined previously.  The \fBargs()\fR function is
+@@ -2347,7 +2347,7 @@
+ moon displayed, you could use this in your reminder script:
+ .PP
+ .nf
+-	REM [trigger(moondate(0))] PS [psmoon(0, -1, moontime(0)+"")]
++	REM [trigger(moondate(0))] PS [psmoon(0, \-1, moontime(0)+"")]
+ .fi
+ .PP
+ Note how the time is coerced to a string by concatenating the null string.
+@@ -2389,7 +2389,7 @@
+ in calendar mode, or if a date has been supplied on the command line.
+ .TP
+ .B sgn(i_num)
+-Returns -1 if \fInum\fR is negative, 1 if \fInum\fR is positive,
++Returns \-1 if \fInum\fR is negative, 1 if \fInum\fR is positive,
+ and 0 if \fInum\fR is zero.
+ .TP
+ .B shell(s_cmd [,i_maxlen])
+@@ -2711,7 +2711,7 @@
+ 		; Executed except on 1 Nov
+ 	ENDIF
+ 
+-	IFTRIG 1 -1 OMIT Sat Sun +4
++	IFTRIG 1 \-1 OMIT Sat Sun +4
+ 		; Executed on last working day of month,
+ 		; and the 4 working days preceding it
+ 	ELSE
+@@ -2739,7 +2739,7 @@
+ .nf
+ 	FSET double(x) 2*x
+ 	FSET yeardiff(date1, date2) year(date1) - year(date2)
+-	FSET since(x) ord(year(trigdate())-x)
++	FSET since(x) ord(year(trigdate())\-x)
+ .fi
+ .PP
+ The last function is useful in birthday reminders.  For example:
+@@ -2863,7 +2863,7 @@
+ Here's an example:
+ .PP
+ .nf
+-	FSET _sfun(x) choose(x, -60, 30, 15, 10, 3, 1, 1, 1, 1, 0)
++	FSET _sfun(x) choose(x, \-60, 30, 15, 10, 3, 1, 1, 1, 1, 0)
+ 	REM AT 13:00 SCHED _sfun MSG foo
+ .fi
+ .PP
+@@ -3112,7 +3112,7 @@
+ following command will send PostScript code to standard output:
+ .PP
+ .nf
+-	remind -p .reminders | rem2ps
++	remind \-p .reminders | rem2ps
+ .fi
+ .PP
+ You can print a PostScript calendar by piping this to the \fBlpr\fR command.
+@@ -3121,7 +3121,7 @@
+ execute this command:
+ .PP
+ .nf
+-	remind -c .reminders jan 1993
++	remind \-c .reminders jan 1993
+ .fi
+ .PP
+ then \fBRemind\fR executes the script 31 times, once for each day in
+@@ -3349,7 +3349,7 @@
+ so to run in the daemon mode in the background, use:
+ .PP
+ .nf
+-	remind -z .reminders &
++	remind \-z .reminders &
+ .fi
+ .PP
+ If you use \fBsh\fR or \fBbash\fR, you may have to use the "nohup" command
+@@ -3701,7 +3701,7 @@
+ .PP
+ The \fBSPECIAL\fR keyword is used to transmit "out-of-band" information
+ to \fBRemind\fR backends, such as \fBtkremind\fR or \fBRem2PS\fR.
+-They are used only when piping data from a \fBremind -p\fR line.
++They are used only when piping data from a \fBremind \-p\fR line.
+ (Note that the COLOR special is an exception; it downgrades to the
+ equivalent of MSG in \fBremind's\fR normal mode of operation.)
+ .PP
+@@ -3742,7 +3742,7 @@
+ 1 the first quarter, 2 a full moon and 3 the last quarter.
+ .PP
+ \fImoonsize\fR is the diameter in PostScript units of the moon to
+-draw.  If omitted or supplied as -1, the backend chooses an appropriate
++draw.  If omitted or supplied as \-1, the backend chooses an appropriate
+ size.
+ .PP
+ \fIfontsize\fR is the font size in PostScript units of the \fImsg\fR
+@@ -3803,7 +3803,7 @@
+ .PP
+ .nf
+ 	REM 5 Feb 1991 AT 14:00 +45 *30 \\
+-	RUN mail -s "Meeting at %2" $LOGNAME </dev/null &
++	RUN mail \-s "Meeting at %2" $LOGNAME </dev/null &
+ .fi
+ .PP
+ On 5 February, 1991, this reminder will mail
+@@ -3812,14 +3812,14 @@
+ and the body of the message will be blank.
+ .PP
+ .nf
+-	REM AT 17:00 RUN echo "5:00pm - GO HOME!" | xless -g +0+0 &
++	REM AT 17:00 RUN echo "5:00pm - GO HOME!" | xless \-g +0+0 &
+ .fi
+ .PP
+ This reminder will pop up an xless window at 5:00pm every day.  The xless
+ window will contain the line "5:00pm - GO HOME!"
+ .PP
+ .nf
+-	REM AT 23:59 RUN (sleep 120; remind -a [filename()]) &
++	REM AT 23:59 RUN (sleep 120; remind \-a [filename()]) &
+ .fi
+ .PP
+ This reminder will run at one minute to midnight.  It will cause a new
+@@ -3837,7 +3837,7 @@
+ 1993, with all entries left blank.
+ .PP
+ .nf
+-	REM CAL [trigdate()-date(year(trigdate()), 1, 1)+1]
++	REM CAL [trigdate()\-date(year(trigdate()), 1, 1)+1]
+ .fi
+ .PP
+ This example puts an entry in each box of a calendar showing the number
+@@ -3897,7 +3897,7 @@
+ following sequence:
+ .PP
+ .nf
+-	REM Mon 1 Sept SCANFROM [trigger(today()-7)] SATISFY 1
++	REM Mon 1 Sept SCANFROM [trigger(today()\-7)] SATISFY 1
+ 	OMIT [trigger(trigdate())]
+ 
+ 	REM Mon AFTER MSG Hello
+diff -urNad remind~/man/tkremind.1 remind/man/tkremind.1
+--- remind~/man/tkremind.1	2008-02-25 19:30:42.000000000 -0500
++++ remind/man/tkremind.1	2008-02-25 19:31:17.000000000 -0500
+@@ -179,7 +179,7 @@
+ .TP
+ .B Show Today's Reminders on Startup
+ If this is selected, \fBTkRemind\fR shows a text window containing reminders
+-which would be issued by "remind -q -a -r" on startup, and when the date
++which would be issued by "remind \-q \-a \-r" on startup, and when the date
+ changes at midnight.
+ 
+ .TP
+@@ -268,7 +268,7 @@
+ When \fBTkRemind\fR invokes \fBRemind\fR, it supplies the option:
+ .PP
+ .nf
+-	-itkremind=1
++	\-itkremind=1
+ .fi
+ .PP
+ on the command line.  So, in your \fBRemind\fR file, you can include:
--- remind-03.01.05.orig/debian/patches/08-do-not-strip.dpatch
+++ remind-03.01.05/debian/patches/08-do-not-strip.dpatch
@@ -0,0 +1,18 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 08-do-not-strip.dpatch by Kurt B. Kaiser <kbk@shore.net>
+##
+## DP: upstream was stripping executables
+
+@DPATCH@
+diff -urNad remind~/Makefile remind/Makefile
+--- remind~/Makefile	2007-09-28 02:16:37.000000000 -0400
++++ remind/Makefile	2007-09-28 02:17:16.000000000 -0400
+@@ -18,7 +18,7 @@
+ 	@echo "*                   *"
+ 	@echo "*********************"
+ 	@echo ""
+-	cd src; $(MAKE) install
++	cd src; $(MAKE) install-nostripped
+ 
+ clean:
+ 	find . -name '*~' -exec rm {} \;
