1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
Description: <short summary of the patch>
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
.
lam (7.1.4-1) unstable; urgency=low
.
* New upstream release
* Bug fix: "typo in /etc/lam/lam-helpfile (hreq:timeout should be
rhreq:timeout)", thanks to Sergio Gelato (Closes: #495182).
Applied hreq->rhreq in lam-helpfile
* Bug fix: "Suggest a specific ssh-client and ssh-server in Depends",
thanks to Adam C Powell IV (Closes: #574002). Dependencies modified
to suggest openssh client/server.
* build-dep on libcr-dev
* build-dep on libltdl-dev
Author: Camm Maguire <camm@debian.org>
Bug-Debian: http://bugs.debian.org/495182
Bug-Debian: http://bugs.debian.org/574002
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>
--- lam-7.1.4.orig/man/man7/lamssi_cr.7
+++ lam-7.1.4/man/man7/lamssi_cr.7
@@ -1,6 +1,6 @@
.TH lamssi_cr 7 "July, 2007" "LAM 7.1.4" "LAM SSI CR OVERVIEW"
.SH NAME
-LAM SSI checkpoint / restart \- overview of LAM's MPI checkpoint /
+LAM_SSI checkpoint / restart \- overview of LAM's MPI checkpoint /
restart SSI modules
.SH DESCRIPTION
The "kind" for checkpoint / restart SSI modules is "cr".
--- lam-7.1.4.orig/man/man7/lamssi.7
+++ lam-7.1.4/man/man7/lamssi.7
@@ -1,6 +1,6 @@
.TH lamssi 7 "July, 2007" "LAM 7.1.4" "LAM SSI OVERVIEW"
.SH NAME
-LAM SSI \- introduction to LAM System Services Interface (SSI)
+LAM_SSI \- introduction to LAM System Services Interface (SSI)
.SH DESCRIPTION
The SSI in LAM/MPI is used to select one (or more) system services
interfaces at run-time.
--- lam-7.1.4.orig/man/man7/lamssi_rpi.7
+++ lam-7.1.4/man/man7/lamssi_rpi.7
@@ -1,6 +1,6 @@
.TH lamssi_rpi 7 "July, 2007" "LAM 7.1.4" "LAM SSI RPI OVERVIEW"
.SH NAME
-LAM SSI RPI \- overview of LAM's RPI SSI modules
+LAM_SSI RPI \- overview of LAM's RPI SSI modules
.SH DESCRIPTION
The "kind" for RPI SSI modules is "rpi". Specifically, the string
"rpi" (without the quotes) should be used to specify which RPI should
--- lam-7.1.4.orig/man/man7/lamssi_coll.7
+++ lam-7.1.4/man/man7/lamssi_coll.7
@@ -1,6 +1,6 @@
.TH lamssi_coll 7 "July, 2007" "LAM 7.1.4" "LAM SSI COLL OVERVIEW"
.SH NAME
-LAM SSI collectives \- overview of LAM's MPI collective SSI modules
+LAM_SSI collectives \- overview of LAM's MPI collective SSI modules
.SH DESCRIPTION
The "kind" for collectives SSI modules is "coll". Specifically, the
string "coll" (without the quotes) is the prefix that should be used
--- lam-7.1.4.orig/man/man7/lamssi_boot.7
+++ lam-7.1.4/man/man7/lamssi_boot.7
@@ -1,6 +1,6 @@
.TH lamssi_boot 7 "July, 2007" "LAM 7.1.4" "LAM SSI BOOT OVERVIEW"
.SH NAME
-LAM SSI boot \- overview of LAM's boot SSI modules
+LAM_SSI boot \- overview of LAM's boot SSI modules
.SH DESCRIPTION
The "kind" for boot SSI modules is "boot". Specifically, the
string "boot" (without the quotes) is the prefix that can be used as
|