tags 605493 patch thanks So as promised, here's a patch fixing the issues in the GTS man pages. The first patch fixes (hopefuly all) formatting mistakes, and the second one sets an identical manual title for all the man pages. Maybe you can come up with a better title, but I think it's important that it's not specific to each page. If you think there was relevant information in the former titles, please consider it in the DESCRIPTION section instead.
diff --git a/doc/manpages/delaunay.1 b/doc/manpages/delaunay.1 index e285297..ed1db4b 100644 --- a/doc/manpages/delaunay.1 +++ b/doc/manpages/delaunay.1 @@ -5,7 +5,7 @@ delaunay \- constructs the constrained Delaunay triangulation of the input .SH SYNOPSIS .B delaunay -.RI [OPTION] < file.gts +.RI [\| OPTIONS \|]\ <\ file.gts .SH DESCRIPTION This manual page documents briefly the @@ -18,44 +18,46 @@ This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP -.B \-b, \-\-hull +.BR \-b ,\ \-\-hull Do not keep convex hull. .TP -.B \-e, \-\-noconst +.BR \-e ,\ \-\-noconst Do not add constrained edges. .TP -.B \-S, \-\-split +.BR \-S ,\ \-\-split Split constraints (experimental). .TP -.B \-H, \-\-holes +.BR \-H ,\ \-\-holes Remove holes from the triangulation. -.B \-d, \-\-duplicates +.TP +.BR \-d ,\ \-\-duplicates Remove duplicate vertices. .TP -.B \-r, \-\-randomize +.BR \-r ,\ \-\-randomize Shuffle input vertex list. .TP -.B \-c, \-\-check +.BR \-c ,\ \-\-check Check Delaunay property. .TP -.B \-f FNAME, \-\-files=FNAME +.BI \-f\ FNAME\fR,\ \-\-files= FNAME Generate evolution files. .TP -.B \-o, \-\-conform +.BR \-o ,\ \-\-conform Generate conforming triangulation. .TP -.B \-s N, \-\-steiner=N +.BI \-s\ N\fR,\ \-\-steiner= N Maximum number of Steiner points for conforming triangulation (default is no limit). .TP -.B \-q Q, \-\-quality=Q +.BI \-q\ Q\fR,\ \-\-quality= Q Set the minimum acceptable face quality. -.B \-a A, \-\-area=A +.TP +.BI \-a\ A\fR,\ \-\-area= A Set the maximum acceptable face area. .TP -.B \-v, \-\-verbose +.BR \-v ,\ \-\-verbose Print statistics about the triangulation. .TP -.B \-h, \-\-help +.BR \-h ,\ \-\-help Display the help and exit. .SH AUTHOR diff --git a/doc/manpages/gts-config.1 b/doc/manpages/gts-config.1 index 3957f63..d41bb84 100644 --- a/doc/manpages/gts-config.1 +++ b/doc/manpages/gts-config.1 @@ -5,7 +5,7 @@ gts-config \- defines values for programs using gts. .SH SYNOPSIS .B gts-config -.RI [OPTIONS] [LIBRARIES] +.RI [\| OPTIONS \|]\ [\| LIBRARIES \|] .SH DESCRIPTION This manual page documents briefly the .B gts-config @@ -16,9 +16,9 @@ These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP -.B \-\-prefix[=DIR] +.BI \-\-prefix\fR[\|= DIR \fR\|] .TP -.B \-\-exec-prefix[=DIR] +.BI \-\-exec-prefix\fR[\|= DIR \fR\|] .TP .B \-\-version .TP diff --git a/doc/manpages/gts2dxf.1 b/doc/manpages/gts2dxf.1 index 3d63d54..4e44c10 100644 --- a/doc/manpages/gts2dxf.1 +++ b/doc/manpages/gts2dxf.1 @@ -5,7 +5,7 @@ gts2dxf \- converts a GTS file to DXF format. .SH SYNOPSIS .B gts2dxf -.RI < input.gts > output.dxf +.RI <\ input.gts\ >\ output.dxf .SH DESCRIPTION This manual page documents briefly the diff --git a/doc/manpages/gts2oogl.1 b/doc/manpages/gts2oogl.1 index 3c296e0..ddb2d98 100644 --- a/doc/manpages/gts2oogl.1 +++ b/doc/manpages/gts2oogl.1 @@ -5,7 +5,7 @@ gts2oogl \- converts a GTS file to OOGL file format (Geomview). .SH SYNOPSIS .B gts2oogl -.RI [OPTION]... < input.srf > output.oogl +.RI [\| OPTIONS \|]\ <\ input.srf\ >\ output.oogl .SH DESCRIPTION This manual page documents briefly the @@ -17,7 +17,7 @@ This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP -.B \-G, \-\-gnuplot +.BR \-G ,\ \-\-gnuplot Writes isolines in gnuplot format. .TP .B \-\-component @@ -32,29 +32,33 @@ Color faces according to their area. .B \-\-incomp Color incompatible faces. .TP -.B \-f VAL, \-\-fold=VAL -Color faces which make an angle smaller than VAL degrees with any of their neighbors. +.BI \-f\ VAL\fR,\ \-\-fold= VAL +Color faces which make an angle smaller than +.I VAL +degrees with any of their neighbors. .TP -.B \-t, \-\-faces +.BR \-t ,\ \-\-faces Output individual faces. .TP .B \-\-epv Color vertices according to number of edges per vertex. .TP -.B \-H C, \-\-height=C -Color vertices according to their C coordinate. +.BI \-H\ C\fR,\ \-\-height= C +Color vertices according to their +.I C +coordinate. .TP -.B \-g, \-\-gaussian +.BR \-g ,\ \-\-gaussian Color vertices according to Gaussian curvature. .TP -.B \-C, \-\-curvature +.BR \-C ,\ \-\-curvature Color vertices according to mean curvature. .TP .B \-\-boundary Output boundary edges. .TP -.B \-e A, \-\-feature=A -Output `feature' edges defined by angle A +.BI \-e\ A\fR,\ \-\-feature= A +Output `feature' edges defined by angle \fIA\fR. .TP .B \-\-non-manifold Output non-manifold edges. @@ -62,34 +66,44 @@ Output non-manifold edges. .B \-\-duplicate Output duplicate edges. .TP -.B \-i N, \-\-isolines=N -Draw N isolines (levels of constant altitude). +.BI \-i\ N\fR,\ \-\-isolines= N +Draw +.I N +isolines (levels of constant altitude). .TP -.B \-I L, \-\-isolines=L -Draw isoline at level L. +.BI \-I\ L\fR,\ \-\-isolines= L +Draw isoline at level \fIL\fR. .TP -.B \-\-cmap=FILE -Load FILE as colormap. +.BI \-\-cmap= FILE +Load +.I FILE +as colormap. .TP -.B \-m VAL, \-\-min=VAL -Use VAL as minimum scaling value. +.BI \-m\ VAL\fR,\ \-\-min= VAL +Use +.I VAL +as minimum scaling value. .TP -.B \-M VAL, \-\-max=VAL -Use VAL as maximum scaling value. +.BI \-M\ VAL\fR,\ \-\-max= VAL +Use +.I VAL +as maximum scaling value. .TP -.B \-r, \-\-reverse +.BR \-r ,\ \-\-reverse Reverse colormap. .TP -.B \-n, \-\-nosurface +.BR \-n ,\ \-\-nosurface Do not output surface. .TP -.B \-F C, \-\-flatten=C -Set C coordinate to average value. +.BI \-F\ C\fR,\ \-\-flatten= C +Set +.I C +coordinate to average value. .TP -.B \-v, \-\-verbose +.BR \-v ,\ \-\-verbose Display surface statistics. .TP -.B \-h, \-\-help +.BR \-h ,\ \-\-help Display the help and exit. .SH AUTHOR diff --git a/doc/manpages/gts2stl.1 b/doc/manpages/gts2stl.1 index f191974..d6f8f4d 100644 --- a/doc/manpages/gts2stl.1 +++ b/doc/manpages/gts2stl.1 @@ -5,7 +5,7 @@ gts2stl \- converts a GTS file to STL format .SH SYNOPSIS .B gts2stl -.RI [OPTION]... < input.gts > output.stl +.RI [\| OPTIONS \|]\ <\ input.gts\ >\ output.stl .SH DESCRIPTION This manual page documents briefly the @@ -17,13 +17,13 @@ This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP -.B \-r, \-\-revert +.BR \-r ,\ \-\-revert Revert face normals. .TP -.B \-v, \-\-verbose +.BR \-v ,\ \-\-verbose Display surface statistics. .TP -.B \-h, \-\-help +.BR \-h ,\ \-\-help Display the help and exit. .SH AUTHOR diff --git a/doc/manpages/gtscheck.1 b/doc/manpages/gtscheck.1 index c383516..65ade36 100644 --- a/doc/manpages/gtscheck.1 +++ b/doc/manpages/gtscheck.1 @@ -5,7 +5,7 @@ gtscheck \- checks that a surface defines a closed, orientable non self-intersec .SH SYNOPSIS .B gtscheck -.RI [OPTION] < FILE +.RI [\| OPTION \|]\ <\ FILE .SH DESCRIPTION This manual page documents briefly the .B gtscheck @@ -16,12 +16,13 @@ These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP -.B \-v, \-\-verbose +.BR \-v ,\ \-\-verbose Print statistics about the surface. .TP -.B \-h, \-\-help +.BR \-h ,\ \-\-help Display the help and exit. -.br + +.SH EXIT STATUS The return status reflects the error encountered: .B 0 none diff --git a/doc/manpages/gtscompare.1 b/doc/manpages/gtscompare.1 index 1b2fe56..01fb400 100644 --- a/doc/manpages/gtscompare.1 +++ b/doc/manpages/gtscompare.1 @@ -5,42 +5,50 @@ gtscompare \- compare two GTS files. .SH SYNOPSIS .B gtscompare -.RI [OPTION]... FILE1 FILE2 DELTA -.BR -DELTA is the sampling length expressed as a fraction of the bounding box diagonal of the second surface. +.RI [\| OPTIONS \|] +.I FILE1 FILE2 DELTA .SH DESCRIPTION This manual page documents briefly the .B gtscompare command. +.I DELTA +is the sampling length expressed as a fraction of the bounding box diagonal of the second surface. + .SH OPTIONS This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP -.B \-s, \-\-symmetric +.BR \-s ,\ \-\-symmetric Symmetric statistics. .TP -.B \-i, \-\-image +.BR \-i ,\ \-\-image Output visualisation mesh. .TP -.B \-c FILE, \-\-cmap=FILE -Load FILE as colormap. +.BI \-c\ FILE\fR,\ \-\-cmap= FILE +Load +.I FILE +as colormap. .TP -.B \-m VAL, \-\-min=VAL -Use VAL as minimum scaling value. +.BI \-m\ VAL\fR,\ \-\-min= VAL +Use +.I VAL +as minimum scaling value. .TP -.B \-M VAL, \-\-max=VAL -Use VAL as maximum scaling value. +.BI \-M\ VAL\fR,\ \-\-max= VAL +Use +.I VAL +as maximum scaling value. .TP -.B \-r, \-\-reverse +.BR \-r ,\ \-\-reverse Reverse colormap. .TP -.B \-l, \-\-log +.BR \-l ,\ \-\-log Use log scale. .TP -.B \-h, \-\-help +.BR \-h ,\ \-\-help Display the help and exit. .SH AUTHOR diff --git a/doc/manpages/gtstemplate.1 b/doc/manpages/gtstemplate.1 index 5bc7079..ca04a44 100644 --- a/doc/manpages/gtstemplate.1 +++ b/doc/manpages/gtstemplate.1 @@ -5,7 +5,7 @@ gtstemplate \- generates of a template used to create new object classes. .SH SYNOPSIS .B gtstemplate -.RI [OPTIONS] [LIBRARIES] +.RI [\| OPTIONS \|]\ [\| LIBRARIES \|] .SH DESCRIPTION This manual page documents briefly the @@ -21,7 +21,7 @@ A summary of options is included below. .TP .B \-\-no-extra-method .TP -.B \-\-overload=METHOD +.BI \-\-overload= METHOD .SH AUTHOR gtstemplate was written by Stephane Popinet <popi...@users.sourceforge.net>. diff --git a/doc/manpages/happrox.1 b/doc/manpages/happrox.1 index 9439202..d4a731b 100644 --- a/doc/manpages/happrox.1 +++ b/doc/manpages/happrox.1 @@ -5,7 +5,7 @@ happrox \- returns a simplified triangulation of a set of points using algorithm .SH SYNOPSIS .B happrox -.RI [OPTION]... < [input.pgm|input] > output.gts +.RI [\| OPTIONS \|]\ <\ [\| input.pgm | input \|]\ >\ output.gts .SH DESCRIPTION This manual page documents briefly the @@ -17,31 +17,31 @@ This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP -.B \-n N, \-\-number=N -Stop the refinement process if the number of vertices is larger than N. +.BI \-n\ N\fR,\ \-\-number= N +Stop the refinement process if the number of vertices is larger than \fIN\fR. .TP -.B \-c C, \-\-cost=C -Stop the refinement process if the cost of insertion of a vertex is smaller than C. +.BI \-c\ C\fR,\ \-\-cost= C +Stop the refinement process if the cost of insertion of a vertex is smaller than \fIC\fR. .TP -.B \-f, \-\-flat +.BR \-f ,\ \-\-flat Input is a flat file with three x,y,z columns (default is PGM file). .TP -.B \-r Z, \-\-relative=Z -Use relative height cost for all heights larger than Z. +.BI \-r\ Z\fR,\ \-\-relative= Z +Use relative height cost for all heights larger than \fIZ\fR. .TP -.B \-k, \-\-keep +.BR \-k ,\ \-\-keep Keep enclosing triangle. .TP -.B \-C, \-\-closed +.BR \-C ,\ \-\-closed Close the surface. .TP -.B \-l, \-\-log +.BR \-l ,\ \-\-log Log evolution of cost. .TP -.B \-v, \-\-verbose +.BR \-v ,\ \-\-verbose Display surface statistics. .TP -.B \-h, \-\-help +.BR \-h ,\ \-\-help Display the help and exit. .SH AUTHOR diff --git a/doc/manpages/stl2gts.1 b/doc/manpages/stl2gts.1 index ef87f9c..d207782 100644 --- a/doc/manpages/stl2gts.1 +++ b/doc/manpages/stl2gts.1 @@ -5,7 +5,7 @@ stl2gts \- convert an STL file to GTS format. .SH SYNOPSIS .B stl2gts -.RI [OPTION]... < input.stl > output.gts +.RI [\| OPTIONS \|]\ <\ input.stl\ >\ output.gts .SH DESCRIPTION This manual page documents briefly the @@ -17,16 +17,16 @@ These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP -.B \-r, \-\-revert +.BR \-r ,\ \-\-revert Revert face normals. .TP -.B \-n, \-\-nomerge +.BR \-n ,\ \-\-nomerge Do not merge vertices. .TP -.B \-v, \-\-verbose +.BR \-v ,\ \-\-verbose Display surface statistics. .TP -.B \-h, \-\-help +.BR \-h ,\ \-\-help Display the help and exit. .SH AUTHOR diff --git a/doc/manpages/transform.1 b/doc/manpages/transform.1 index 1625bec..e44fd9f 100644 --- a/doc/manpages/transform.1 +++ b/doc/manpages/transform.1 @@ -5,7 +5,7 @@ transform \- apply geometric transformations to the input. .SH SYNOPSIS .B transform -.RI [OPTION] < file.gts +.RI [\| OPTIONS \|]\ <\ file.gts .SH DESCRIPTION This manual page documents briefly the @@ -17,46 +17,58 @@ This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP -.B \-r ANGLE, \-\-rx=ANGLE -Rotate around x-axis (angle in degrees). +.BI \-r\ ANGLE\fR,\ \-\-rx= ANGLE +Rotate around x-axis +.RI ( ANGLE +in degrees). .TP -.B \-m ANGLE, \-\-ry=ANGLE +.BI \-m\ ANGLE\fR,\ \-\-ry= ANGLE Rotate around y-axis. .TP -.B \-m ANGLE, \-\-rz=ANGLE +.BI \-m\ ANGLE\fR,\ \-\-rz= ANGLE Rotate around z-axis. .TP -.B \-s FACTOR, \-\-scale=FACTOR -Scale by FACTOR. +.BI \-s\ FACTOR\fR,\ \-\-scale= FACTOR +Scale by +.IR FACTOR . .TP -.B \-R FACTOR, \-\-sx=FACTOR -Scale x-axis by FACTOR. +.BI \-R\ FACTOR\fR,\ \-\-sx= FACTOR +Scale x-axis by +.IR FACTOR . .TP -.B \-M FACTOR, \-\-sy=FACTOR -Scale y-axis by FACTOR. +.BI \-M\ FACTOR\fR,\ \-\-sy= FACTOR +Scale y-axis by +.IR FACTOR . .TP -.B \-N FACTOR, \-\-sz=FACTOR -Scale z-axis by FACTOR. +.BI \-N\ FACTOR\fR,\ \-\-sz= FACTOR +Scale z-axis by +.IR FACTOR . .TP -.B \-t V, \-\-tx=V -Translate of V along x-axis. +.BI \-t\ V\fR,\ \-\-tx= V +Translate of +.I V +along x-axis. .TP -.B \-u V, \-\-ty=V -Translate of V along y-axis. +.BI \-u\ V\fR,\ \-\-ty= V +Translate of +.I V +along y-axis. .TP -.B \-w V, \-\-tz=V -Translate of V along z-axis. +.BI \-w\ V\fR,\ \-\-tz= V +Translate of +.I V +along z-axis. .TP -.B \-i, \-\-revert +.BR \-i ,\ \-\-revert Turn surface inside out. .TP -.B \-o, \-\-normalize +.BR \-o ,\ \-\-normalize Fit the resulting surface in a cube of size 1 centered at the origin. .TP -.B \-v, \-\-verbose +.BR \-v ,\ \-\-verbose Print statistics about the surface. .TP -.B \-h, \-\-help +.BR \-h ,\ \-\-help Display the help and exit. .SH AUTHOR diff --git a/doc/manpages/delaunay.1 b/doc/manpages/delaunay.1 index ed1db4b..8ff2007 100644 --- a/doc/manpages/delaunay.1 +++ b/doc/manpages/delaunay.1 @@ -1,4 +1,4 @@ -.TH delaunay 1 "June 2, 2008" "" "delaunay: constructs the constrained Delaunay triangulation of the input" +.TH delaunay 1 "June 2, 2008" "" "GNU Triangulated Surface utils" .SH NAME delaunay \- constructs the constrained Delaunay triangulation of the input diff --git a/doc/manpages/gts-config.1 b/doc/manpages/gts-config.1 index d41bb84..8f36c6c 100644 --- a/doc/manpages/gts-config.1 +++ b/doc/manpages/gts-config.1 @@ -1,4 +1,4 @@ -.TH gts-config 1 "June 2, 2008" "" "gts-config: defines values for programs using gts" +.TH gts-config 1 "June 2, 2008" "" "GNU Triangulated Surface utils" .SH NAME gts-config \- defines values for programs using gts. diff --git a/doc/manpages/gts2dxf.1 b/doc/manpages/gts2dxf.1 index 4e44c10..92cbd6d 100644 --- a/doc/manpages/gts2dxf.1 +++ b/doc/manpages/gts2dxf.1 @@ -1,4 +1,4 @@ -.TH gts2dxf 1 "June 2, 2008" "" "gts2dxf: converts a GTS file to DXF format" +.TH gts2dxf 1 "June 2, 2008" "" "GNU Triangulated Surface utils" .SH NAME gts2dxf \- converts a GTS file to DXF format. diff --git a/doc/manpages/gts2oogl.1 b/doc/manpages/gts2oogl.1 index ddb2d98..5fd4aec 100644 --- a/doc/manpages/gts2oogl.1 +++ b/doc/manpages/gts2oogl.1 @@ -1,4 +1,4 @@ -.TH gts2oogl 1 "June 2, 2008" "" "gts2oogl: converts a GTS file to OOGL file format (Geomview)" +.TH gts2oogl 1 "June 2, 2008" "" "GNU Triangulated Surface utils" .SH NAME gts2oogl \- converts a GTS file to OOGL file format (Geomview). diff --git a/doc/manpages/gts2stl.1 b/doc/manpages/gts2stl.1 index d6f8f4d..59a097a 100644 --- a/doc/manpages/gts2stl.1 +++ b/doc/manpages/gts2stl.1 @@ -1,4 +1,4 @@ -.TH gts2stl 1 "June 2, 2008" "" "gts2stl: converts a GTS file to STL format" +.TH gts2stl 1 "June 2, 2008" "" "GNU Triangulated Surface utils" .SH NAME gts2stl \- converts a GTS file to STL format diff --git a/doc/manpages/gtscheck.1 b/doc/manpages/gtscheck.1 index 65ade36..e558384 100644 --- a/doc/manpages/gtscheck.1 +++ b/doc/manpages/gtscheck.1 @@ -1,4 +1,4 @@ -.TH gtscheck 1 "June 2, 2008" "" "gtscheck: checks that a surface defines a closed, orientable non self-intersecting manifold" +.TH gtscheck 1 "June 2, 2008" "" "GNU Triangulated Surface utils" .SH NAME gtscheck \- checks that a surface defines a closed, orientable non self-intersecting manifold. diff --git a/doc/manpages/gtscompare.1 b/doc/manpages/gtscompare.1 index 01fb400..3f3eab0 100644 --- a/doc/manpages/gtscompare.1 +++ b/doc/manpages/gtscompare.1 @@ -1,4 +1,4 @@ -.TH gtscompare 1 "June 2, 2008" "" "gtscompare: compare two GTS files" +.TH gtscompare 1 "June 2, 2008" "" "GNU Triangulated Surface utils" .SH NAME gtscompare \- compare two GTS files. diff --git a/doc/manpages/gtstemplate.1 b/doc/manpages/gtstemplate.1 index ca04a44..b5204ac 100644 --- a/doc/manpages/gtstemplate.1 +++ b/doc/manpages/gtstemplate.1 @@ -1,4 +1,4 @@ -.TH gtstemplate 1 "June 2, 2008" "" "gtstemplate: generates of a template used to create new object classes" +.TH gtstemplate 1 "June 2, 2008" "" "GNU Triangulated Surface utils" .SH NAME gtstemplate \- generates of a template used to create new object classes. diff --git a/doc/manpages/happrox.1 b/doc/manpages/happrox.1 index d4a731b..7063dd9 100644 --- a/doc/manpages/happrox.1 +++ b/doc/manpages/happrox.1 @@ -1,4 +1,4 @@ -.TH happrox 1 "June 2, 2008" "" "happrox: returns a simplified triangulation of a set of points" +.TH happrox 1 "June 2, 2008" "" "GNU Triangulated Surface utils" .SH NAME happrox \- returns a simplified triangulation of a set of points using algorithm III of Garland and Heckbert (1995). diff --git a/doc/manpages/stl2gts.1 b/doc/manpages/stl2gts.1 index d207782..ac3c29b 100644 --- a/doc/manpages/stl2gts.1 +++ b/doc/manpages/stl2gts.1 @@ -1,4 +1,4 @@ -.TH stl2gts 1 "June 2, 2008" "" "stl2gts: convert an STL file to GTS format" +.TH stl2gts 1 "June 2, 2008" "" "GNU Triangulated Surface utils" .SH NAME stl2gts \- convert an STL file to GTS format. diff --git a/doc/manpages/transform.1 b/doc/manpages/transform.1 index e44fd9f..e1b9dc7 100644 --- a/doc/manpages/transform.1 +++ b/doc/manpages/transform.1 @@ -1,4 +1,4 @@ -.TH transform 1 "June 2, 2008" "" "transform: apply geometric transformations to the input" +.TH transform 1 "June 2, 2008" "" "GNU Triangulated Surface utils" .SH NAME transform \- apply geometric transformations to the input. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org