summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 720c0ca)
raw | patch | inline | side by side (parent: 720c0ca)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 4 Mar 2009 18:58:54 +0000 (19:58 +0100) | ||
committer | Sebastian 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 | patch | blob | history | |
debian/patches/00list | patch | blob | history | |
debian/patches/01_fix_manpages.dpatch | [new file with mode: 0644] | patch | blob |
diff --git a/debian/changelog b/debian/changelog
index 12535d25d21688fe40c53f297248daff054014a5..5ae0ff5b5aafeef353b8a57ca1e4a0257a5bbf9f 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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
diff --git a/debian/patches/00list b/debian/patches/00list
index 464b1f19ace032e2a036cca82dcee861d883d951..f8ea1a2babc7f4c16c56b3e7b9e1117c5cabc46e 100644 (file)
--- a/debian/patches/00list
+++ b/debian/patches/00list
+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
--- /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]