[SCM] Package for Analyzing Lattice Polytopes branch, master, updated. upstream/2.1-30-g7d530d4

Julien Puydt julien.puydt at laposte.net
Fri Jul 5 04:59:03 UTC 2013


The following commit has been merged in the master branch:
commit e584e474073b834a758c852790f6f72ec7031607
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Thu Jul 4 21:50:27 2013 +0200

    Modified the manpages cope with the different variants

diff --git a/debian/class.x.1 b/debian/class.x.1
index 889d994..b6c0d58 100644
--- a/debian/class.x.1
+++ b/debian/class.x.1
@@ -1,12 +1,14 @@
 .TH CLASS.X "1" "May 2012" "class.x 2.1" "User Commands"
 .SH NAME
-class.x \- classify reflexive polytopes
+class.x class-<num>d.x \- classify reflexive polytopes
 .SH SYNOPSIS
 .B class.x
 \fI<Options>\fR
 \fI<ascii-input-file>\fR
 \fI<ascii-output-file>\fR
 .SH DESCRIPTION
+The class-<num>d.x variant programs, where <num> is one of 4, 5, 6 and 11
+work in different dimensions ; class.x defaults to dimension 6.
 .SS Options
 .TP
 \fB\-h\fR
diff --git a/debian/cws.x.1 b/debian/cws.x.1
index f1e05d9..3a0f97a 100644
--- a/debian/cws.x.1
+++ b/debian/cws.x.1
@@ -1,10 +1,13 @@
 .TH CWS.X "1" "May 2012" "cws.x 2.1" "User Commands"
 .SH NAME
-cws.x \- create weight systems and combined weight systems.
+cws.x cws-<num>d.x \- create weight systems and combined weight systems.
 .SH SYNOPSIS
 .B cws.x
 \fI-<options>\fR
 .SH DESCRIPTION
+The cws-<num>d.x variant programs, where <num> is one of 4, 5, 6 and 11
+work in different dimensions ; cws.x defaults to dimension 6.
+
 Beware: the first option must be \-w, \-c, \-i, \-d or \-h.
 .SS Options
 .TP
diff --git a/debian/mori.x.1 b/debian/mori.x.1
index 090771e..a9305d1 100644
--- a/debian/mori.x.1
+++ b/debian/mori.x.1
@@ -1,7 +1,7 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.9.
 .TH MORI.X "1" "May 2012" "mori.x 2.1" "User Commands"
 .SH NAME
-mori.x \- star triangulations of a polytope P* in N
+mori.x mori-<num>d.x \- star triangulations of a polytope P* in N
 .SH SYNOPSIS
 .B mori.x
 [\fI-<Option-string>\fR] [\fIin-file \fR[\fIout-file\fR]]
@@ -9,6 +9,9 @@ mori.x \- star triangulations of a polytope P* in N
 .IP
 Mori cone of the corresponding toric ambient spaces
 intersection rings of embedded (CY) hypersurfaces
+
+The mori-<num>d.x variant programs, where <num> is one of 4, 5, 6 and 11
+work in different dimensions ; mori.x defaults to dimension 6.
 .SS "Options (concatenate any number of them into <Option-string>):"
 .TP
 \fB\-h\fR
diff --git a/debian/nef.x.1 b/debian/nef.x.1
index 37db8a4..a9426f1 100644
--- a/debian/nef.x.1
+++ b/debian/nef.x.1
@@ -1,10 +1,12 @@
 .TH NEF.X "1" "May 2012" "nef.x 2.1" "User Commands"
 .SH NAME
-nef.x \- compute Hodge numbers of nef\-partitions
+nef.x nef-<num>d.x \- compute Hodge numbers of nef\-partitions
 .SH SYNOPSIS
 .B nef.x
 \fI<Options>\fR
 .SH DESCRIPTION
+The nef-<num>d.x variant programs, where <num> is one of 4, 5, 6 and 11
+work in different dimensions ; nef.x defaults to dimension 6.
 .SS Options
 .TP
 \fB\-h\fR
diff --git a/debian/poly.x.1 b/debian/poly.x.1
index 1206702..1c8bad3 100644
--- a/debian/poly.x.1
+++ b/debian/poly.x.1
@@ -1,11 +1,14 @@
 .TH POLY.X "1" "May 2012" "poly.x (palp) 2.1" "User Commands"
 .SH NAME
-poly.x \- computes data of a polytope
+poly.x poly-<num>d.x \- computes data of a polytope
 .SH SYNOPSIS
 .B poly.x
 [\fI-<Option-string>\fR] [\fIin-file \fR[\fIout-file\fR]]
 .SH DESCRIPTION
 Computes data of a polytope P
+
+The poly-<num>d.x variant programs, where <num> is one of 4, 5, 6 and 11
+work in different dimensions ; poly.x defaults to dimension 6.
 .SS Options (concatenate any number of them into <Option\-string>):
 .HP
 h  print this information
diff --git a/debian/rules b/debian/rules
index 2db3def..7aa65c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,4 +18,23 @@ override_dh_auto_install:
 	dh_link usr/bin/mori-6d.x usr/bin/mori.x
 	dh_link usr/bin/nef-6d.x usr/bin/nef.x
 	dh_link usr/bin/poly-6d.x usr/bin/poly.x
-
+	dh_link usr/share/man/man1/class.x.1  usr/share/man/man1/class-4d.x.1
+	dh_link usr/share/man/man1/cws.x.1  usr/share/man/man1/cws-4d.x.1
+	dh_link usr/share/man/man1/mori.x.1  usr/share/man/man1/mori-4d.x.1
+	dh_link usr/share/man/man1/nef.x.1  usr/share/man/man1/nef-4d.x.1
+	dh_link usr/share/man/man1/poly.x.1  usr/share/man/man1/poly-4d.x.1
+	dh_link usr/share/man/man1/class.x.1  usr/share/man/man1/class-5d.x.1
+	dh_link usr/share/man/man1/cws.x.1  usr/share/man/man1/cws-5d.x.1
+	dh_link usr/share/man/man1/mori.x.1  usr/share/man/man1/mori-5d.x.1
+	dh_link usr/share/man/man1/nef.x.1  usr/share/man/man1/nef-5d.x.1
+	dh_link usr/share/man/man1/poly.x.1  usr/share/man/man1/poly-5d.x.1
+	dh_link usr/share/man/man1/class.x.1  usr/share/man/man1/class-6d.x.1
+	dh_link usr/share/man/man1/cws.x.1  usr/share/man/man1/cws-6d.x.1
+	dh_link usr/share/man/man1/mori.x.1  usr/share/man/man1/mori-6d.x.1
+	dh_link usr/share/man/man1/nef.x.1  usr/share/man/man1/nef-6d.x.1
+	dh_link usr/share/man/man1/poly.x.1  usr/share/man/man1/poly-6d.x.1
+	dh_link usr/share/man/man1/class.x.1  usr/share/man/man1/class-11d.x.1
+	dh_link usr/share/man/man1/cws.x.1  usr/share/man/man1/cws-11d.x.1
+	dh_link usr/share/man/man1/mori.x.1  usr/share/man/man1/mori-11d.x.1
+	dh_link usr/share/man/man1/nef.x.1  usr/share/man/man1/nef-11d.x.1
+	dh_link usr/share/man/man1/poly.x.1  usr/share/man/man1/poly-11d.x.1

-- 
Package for Analyzing Lattice Polytopes



More information about the debian-science-commits mailing list