[qhull] 01/01: missed a missing missed man macro

Barak A. Pearlmutter barak+git at cs.nuim.ie
Thu Feb 6 14:29:54 UTC 2014


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

bap pushed a commit to annotated tag debian/2012.1-1
in repository qhull.

commit b8530702de97d9260a12562e6a4ded412523b7b3
Author: Barak A. Pearlmutter <barak+git at cs.nuim.ie>
Date:   Thu Feb 6 14:19:32 2014 +0000

    missed a missing missed man macro
---
 debian/patches/0005-QJN-not-a-macro.patch | 26 -----------------
 debian/patches/0005-man-macros.patch      | 46 +++++++++++++++++++++++++++++++
 debian/patches/series                     |  2 +-
 3 files changed, 47 insertions(+), 27 deletions(-)

diff --git a/debian/patches/0005-QJN-not-a-macro.patch b/debian/patches/0005-QJN-not-a-macro.patch
deleted file mode 100644
index 18da09c..0000000
--- a/debian/patches/0005-QJN-not-a-macro.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: "Barak A. Pearlmutter" <barak+git at cs.nuim.ie>
-Date: Thu, 6 Feb 2014 13:35:16 +0000
-Subject: QJN not a macro
-
-change line break to space to avoid this and consequent lost text
-
-manpage-has-errors-from-man
-usr/share/man/man1/qhull.1.gz 750: warning: macro `QJn'' not defined
----
- html/qhull.man | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/html/qhull.man b/html/qhull.man
-index 4ede521..733982e 100644
---- a/html/qhull.man
-+++ b/html/qhull.man
-@@ -746,8 +746,7 @@ not increase n beyond a certain value, and it stops after a certain number
- of attempts [see user.h].  Option 'QJ'
- selects a default value for n.  The output will be simplicial.  For
- Delaunay triangulations, 'QJn' sets 'Qbb' to scale the last coordinate
--(not if 'Qbk:n' or 'QBk:n' is set).
--'QJn' is deprecated for Voronoi diagrams.  See also 'Qt'.
-+(not if 'Qbk:n' or 'QBk:n' is set).  'QJn' is deprecated for Voronoi diagrams.  See also 'Qt'.
- .TP
- Qm
- Only process points that would otherwise increase max_outside.  Other
diff --git a/debian/patches/0005-man-macros.patch b/debian/patches/0005-man-macros.patch
new file mode 100644
index 0000000..a904960
--- /dev/null
+++ b/debian/patches/0005-man-macros.patch
@@ -0,0 +1,46 @@
+From: "Barak A. Pearlmutter" <barak+git at cs.nuim.ie>
+Date: Thu, 6 Feb 2014 13:35:16 +0000
+Subject: man macros
+
+Avoid lintian error
+
+qhull-bin: manpage-has-errors-from-man
+
+to whit
+
+  usr/share/man/man1/qhull.1.gz 750: warning: macro `QJn'' not defined
+  usr/share/man/man1/qhull.1.gz 771: warning: macro `Qt'' not defined
+
+and consequent lost text.
+
+These result from a line starting with the single quote character, so
+we Judiciously move line breaks to avoid that.
+---
+ html/qhull.man | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+diff --git a/html/qhull.man b/html/qhull.man
+index 4ede521..038c9b6 100644
+--- a/html/qhull.man
++++ b/html/qhull.man
+@@ -746,8 +746,7 @@ not increase n beyond a certain value, and it stops after a certain number
+ of attempts [see user.h].  Option 'QJ'
+ selects a default value for n.  The output will be simplicial.  For
+ Delaunay triangulations, 'QJn' sets 'Qbb' to scale the last coordinate
+-(not if 'Qbk:n' or 'QBk:n' is set).
+-'QJn' is deprecated for Voronoi diagrams.  See also 'Qt'.
++(not if 'Qbk:n' or 'QBk:n' is set).  'QJn' is deprecated for Voronoi diagrams.  See also 'Qt'.
+ .TP
+ Qm
+ Only process points that would otherwise increase max_outside.  Other
+@@ -768,8 +767,8 @@ Qs
+ Search all points for the initial simplex.
+ .TP
+ Qt
+-Triangulated output.  Triangulate all non\[hy]simplicial facets.  
+-'Qt' is deprecated for Voronoi diagrams.  See also 'Qt'.
++Triangulated output.  Triangulate all non\[hy]simplicial
++facets.  'Qt' is deprecated for Voronoi diagrams.  See also 'Qt'.
+ .TP
+ Qv
+ Test vertex neighbors for convexity after post\[hy]merging.
diff --git a/debian/patches/series b/debian/patches/series
index 2c2f7b2..235f915 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,4 +2,4 @@
 0002-format-string-security.patch
 0003-QHpointer.patch
 0004-spelling.patch
-0005-QJN-not-a-macro.patch
+0005-man-macros.patch

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



More information about the debian-science-commits mailing list