[cddlib] 04/05: Add patch header and escape hyphens in man pages.

Tobias Hansen thansen at moszumanska.debian.org
Sun Mar 15 00:48:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository cddlib.

commit b0671551416b429b8239c9c048e5387e23dd2877
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Sun Mar 15 01:00:48 2015 +0100

    Add patch header and escape hyphens in man pages.
---
 debian/cdd_both_reps.1                   | 10 +++++-----
 debian/cdd_both_reps_gmp.1               | 10 +++++-----
 debian/patches/build_cdd_both_reps.patch |  9 +++++++++
 3 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/debian/cdd_both_reps.1 b/debian/cdd_both_reps.1
index 475e13e..4af6c55 100644
--- a/debian/cdd_both_reps.1
+++ b/debian/cdd_both_reps.1
@@ -16,7 +16,7 @@
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-cdd_both_reps \- compute minimal H- and V-representations of a convex polytope
+cdd_both_reps \- compute minimal H\- and V\-representations of a convex polytope
 .SH SYNOPSIS
 cat input_file.ine |
 .B cdd_both_reps
@@ -30,17 +30,17 @@ program.
 .\" \fI<whatever>\fP escape sequences to invode bold face and italics,
 .\" respectively.
 .SH OPTIONS
---option is precisely one of the following:
+\-\-option is precisely one of the following:
 .TP
 .B \-\-all
-This will compute minimal H-,V-representation and vertex and facet graph.
+This will compute minimal H\-,V\-representation and vertex and facet graph.
 .TP
 .B \-\-reps
-Compute both a minimal H- and minimal V-representation.
+Compute both a minimal H\- and minimal V\-representation.
 .TP
 .B \-\-adjacency
 The input is assumed to be a minimal representation, as, for example, computed
-by --reps. Warning, you will not get the correct answer if the input
+by \-\-reps. Warning, you will not get the correct answer if the input
 representation is not minimal! The output is the vertex or facet graph,
 depending on the input.
 .SH SEE ALSO
diff --git a/debian/cdd_both_reps_gmp.1 b/debian/cdd_both_reps_gmp.1
index a33da67..a263476 100644
--- a/debian/cdd_both_reps_gmp.1
+++ b/debian/cdd_both_reps_gmp.1
@@ -16,7 +16,7 @@
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-cdd_both_reps_gmp \- compute minimal H- and V-representations of a convex polytope
+cdd_both_reps_gmp \- compute minimal H\- and V\-representations of a convex polytope
 .SH SYNOPSIS
 cat input_file.ine |
 .B cdd_both_reps_gmp
@@ -30,17 +30,17 @@ program.
 .\" \fI<whatever>\fP escape sequences to invode bold face and italics,
 .\" respectively.
 .SH OPTIONS
---option is precisely one of the following:
+\-\-option is precisely one of the following:
 .TP
 .B \-\-all
-This will compute minimal H-,V-representation and vertex and facet graph.
+This will compute minimal H\-,V\-representation and vertex and facet graph.
 .TP
 .B \-\-reps
-Compute both a minimal H- and minimal V-representation.
+Compute both a minimal H\- and minimal V\-representation.
 .TP
 .B \-\-adjacency
 The input is assumed to be a minimal representation, as, for example, computed
-by --reps. Warning, you will not get the correct answer if the input
+by \-\-reps. Warning, you will not get the correct answer if the input
 representation is not minimal! The output is the vertex or facet graph,
 depending on the input.
 .SH SEE ALSO
diff --git a/debian/patches/build_cdd_both_reps.patch b/debian/patches/build_cdd_both_reps.patch
index 16524ca..fb11bed 100644
--- a/debian/patches/build_cdd_both_reps.patch
+++ b/debian/patches/build_cdd_both_reps.patch
@@ -1,3 +1,12 @@
+Description: Build cdd_both_reps prgram.
+ Also build the cdd_both_reps program, which is not part
+ of the cddlib sources, but comes from sagemath and is provided
+ in the debian directory.
+ .
+ Note that this does not touch the library libcdd but only builds
+ an additional program which is linked against this library.
+Author: Tobias Hansen <thansen at debian.org>
+
 --- a/src-gmp/Makefile.am
 +++ b/src-gmp/Makefile.am
 @@ -11,7 +11,8 @@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cddlib.git



More information about the debian-science-commits mailing list