This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository mcl.
commit f2774fa7a70bd9f6fe4561f41d9573042d88138f Author: Andreas Tille <[email protected]> Date: Mon Jan 22 12:54:29 2018 +0100 Fix manpages in source files --- debian/patches/05-manual-what-is.patch | 45 +++++++++++++++++++++- debian/patches/fix_whatis_entry.patch | 70 ---------------------------------- 2 files changed, 44 insertions(+), 71 deletions(-) diff --git a/debian/patches/05-manual-what-is.patch b/debian/patches/05-manual-what-is.patch index f648819..5c9e857 100644 --- a/debian/patches/05-manual-what-is.patch +++ b/debian/patches/05-manual-what-is.patch @@ -1,5 +1,6 @@ Author: Philipp Benner -Last-Update: 2013-07-09 17:17:03 +0000 +Last-Update: Mon, 22 Jan 2018 12:48:19 +0100 +Description: Fix whatis entry in manpages --- a/doc/clmclose.azm +++ b/doc/clmclose.azm @@ -155,3 +156,45 @@ Last-Update: 2013-07-09 17:17:03 +0000 \sec{synopsis}{SYNOPSIS} \par{ +--- a/doc/clmoptics.azm ++++ b/doc/clmoptics.azm +@@ -2,7 +2,7 @@ + + \begin{pud::man}{ + +- {name}{clm optics} ++ {name}{clm_optics} + {html_title}{The clm optics manual} + {author}{Stijn van Dongen} + {section}{1} +@@ -15,7 +15,7 @@ + \${html}{\"pud::man::maketoc"} + + \sec{name}{NAME} +-\NAME{clm optics}{implementation of the OPTICS reachability ordering} ++\NAME{clm_optics}{implementation of the OPTICS reachability ordering} + \disclaim_clm{optics} + + \sec{synopsis}{SYNOPSIS} +--- a/doc/mcxctty.azm ++++ b/doc/mcxctty.azm +@@ -15,7 +15,7 @@ + \${html}{\"pud::man::maketoc"} + + \sec{name}{NAME} +-\NAME{mcx ctty}{compute betweenness centrality for network nodes or network edges} ++\NAME{mcx_ctty}{compute betweenness centrality for network nodes or network edges} + + \sec{synopsis}{SYNOPSIS} + \par{ +--- a/doc/clminfo2.azm ++++ b/doc/clminfo2.azm +@@ -15,7 +15,7 @@ + \${html}{\"pud::man::maketoc"} + + \sec{name}{NAME} +-\NAME{clm info2}{compute performance measures for graphs and clusterings.} ++\NAME{clm_info2}{compute performance measures for graphs and clusterings.} + + \disclaim_clm{info2} + diff --git a/debian/patches/fix_whatis_entry.patch b/debian/patches/fix_whatis_entry.patch deleted file mode 100644 index 645cde5..0000000 --- a/debian/patches/fix_whatis_entry.patch +++ /dev/null @@ -1,70 +0,0 @@ -Author: Andreas Tille <[email protected]> -Last-Update: Tue, 20 May 2014 17:20:10 +0200 -Description: Fix whatis entry in manpages - ---- a/doc/clmformat.1 -+++ b/doc/clmformat.1 -@@ -28,7 +28,7 @@ - .el .in 8m - .. - .SH NAME --clm format \- display cluster results in readable form -+clmformat \- display cluster results in readable form - - (optionally with labels and/or cohesion and stickiness measures - attached)\&. ---- a/doc/clminfo.1 -+++ b/doc/clminfo.1 -@@ -28,7 +28,7 @@ - .el .in 8m - .. - .SH NAME --clm info \- compute performance measures for graphs and clusterings\&. -+clminfo \- compute performance measures for graphs and clusterings\&. - - clminfo is not in actual fact a program\&. This manual - page documents the behaviour and options of the clm program when ---- a/doc/clmmate.1 -+++ b/doc/clmmate.1 -@@ -28,7 +28,7 @@ - .el .in 8m - .. - .SH NAME --clm mate \- compute best matches between two clusterings -+clmmate \- compute best matches between two clusterings - - clmmate is not in actual fact a program\&. This manual - page documents the behaviour and options of the clm program when ---- a/doc/clmoptics.1 -+++ b/doc/clmoptics.1 -@@ -28,7 +28,7 @@ - .el .in 8m - .. - .SH NAME --clm optics \- implementation of the OPTICS reachability ordering -+clmoptics \- implementation of the OPTICS reachability ordering - - clmoptics is not in actual fact a program\&. This manual - page documents the behaviour and options of the clm program when ---- a/doc/mcxctty.1 -+++ b/doc/mcxctty.1 -@@ -28,7 +28,7 @@ - .el .in 8m - .. - .SH NAME --mcx ctty \- compute betweenness centrality for network nodes or network edges -+mcxctty \- compute betweenness centrality for network nodes or network edges - .SH SYNOPSIS - - \fBmcx\ \&ctty\fP [options] [matrix-file] ---- a/doc/clminfo2.1 -+++ b/doc/clminfo2.1 -@@ -28,7 +28,7 @@ - .el .in 8m - .. - .SH NAME --clm info2 \- compute performance measures for graphs and clusterings\&. -+clminfo2 \- compute performance measures for graphs and clusterings\&. - - clminfo2 is not in actual fact a program\&. This manual - page documents the behaviour and options of the clm program when -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mcl.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
