Code

patches/: Added 01_fix_manpages.
authorSebastian Harl <sh@tokkee.org>
Wed, 4 Mar 2009 18:58:54 +0000 (19:58 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 4 Mar 2009 19:03:39 +0000 (20:03 +0100)
This patch fixes the what-is entry of the mlmmj-sub and mlmmj-unsub manpages.

debian/changelog
debian/patches/00list
debian/patches/01_fix_manpages.dpatch [new file with mode: 0644]

index 12535d25d21688fe40c53f297248daff054014a5..5ae0ff5b5aafeef353b8a57ca1e4a0257a5bbf9f 100644 (file)
@@ -27,8 +27,10 @@ mlmmj (1.2.16-0.1) unstable; urgency=low
     - Removed 01_debian_make_mlmmj-ml - instead added mlmmj-make-ml to debian/
       directly.
     - Removed unused 05_fix_call_to_free.
+    - Added 01_fix_manpages to fix the what-is entry of the mlmmj-sub and
+      mlmmj-unsub manpages.
 
- -- Sebastian Harl <sh@tokkee.org>  Wed, 04 Mar 2009 19:46:29 +0100
+ -- Sebastian Harl <sh@tokkee.org>  Wed, 04 Mar 2009 19:58:18 +0100
 
 mlmmj (1.2.15-1.1) unstable; urgency=low
 
index 464b1f19ace032e2a036cca82dcee861d883d951..f8ea1a2babc7f4c16c56b3e7b9e1117c5cabc46e 100644 (file)
@@ -1,2 +1,3 @@
+01_fix_manpages
 05_fix_displayed_full_paths
 02_fix_mlmmj_php
diff --git a/debian/patches/01_fix_manpages.dpatch b/debian/patches/01_fix_manpages.dpatch
new file mode 100644 (file)
index 0000000..27b9a0a
--- /dev/null
@@ -0,0 +1,29 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_fix_mlmmj_php.dpatch by Sebastian Harl <sh@tokkee.org>
+##
+## DP: Fix the what-is entry of the mlmmj-sub and mlmmj-unsub manpages.
+
+@DPATCH@
+
+diff a/man/mlmmj-sub.1 b/man/mlmmj-sub.1
+--- a/man/mlmmj-sub.1
++++ b/man/mlmmj-sub.1
+@@ -1,6 +1,6 @@
+ .TH mlmmj-sub "1" "September 2004" mlmmj-sub
+ .SH NAME
+-mlmmj-sub \- subscribe address to a mailinglist run by mlmmj
++mlmmj-sub \- subscribe an address to a mailinglist run by mlmmj
+ .SH SYNOPSIS
+ .B mlmmj-sub
+ \fI-L /path/to/list -a john@doe.org \fR[\fI-c\fR | \fI-C\fR] \fR[\fI-d\fR | \fI-n\fR]
+diff a/man/mlmmj-unsub.1 b/man/mlmmj-unsub.1
+--- a/man/mlmmj-unsub.1
++++ b/man/mlmmj-unsub.1
+@@ -1,6 +1,6 @@
+ .TH mlmmj-unsub "1" "September 2004" mlmmj-unsub
+ .SH NAME
+-mlmmj-unsub \- manual page for mlmmj-unsub
++mlmmj-unsub \- unsubscribe an address from a mailinglist run by mlmmj
+ .SH SYNOPSIS
+ .B mlmmj-sub
+ \fI-L /path/to/list -a john@doe.org \fR[\fI-c\fR | \fI-C\fR] [\fI-h\fR]