From 861921428600cda8454e092cdb6b2e3f7a97c6f3 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Fri, 31 Jul 2020 17:32:47 +0200 Subject: Fix manpage-has-bad-whatis-entry lintian warnings Forwarded: no Reviewed-by: gregor herrmann Last-Update: 2014-05-13 Fix lintian warnings for: * usr/share/man/man3/LaTeX::Driver::FilterProgram.3pm.gz * usr/share/man/man3/LaTeX::Driver::Paths.3pm.gz Gbp-Pq: Name fix-manpage-has-bad-whatis-entry.patch --- lib/LaTeX/Driver/FilterProgram.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/LaTeX/Driver/FilterProgram.pm b/lib/LaTeX/Driver/FilterProgram.pm index 03b7917..cef6198 100644 --- a/lib/LaTeX/Driver/FilterProgram.pm +++ b/lib/LaTeX/Driver/FilterProgram.pm @@ -101,7 +101,7 @@ __END__ =head1 NAME -LaTeX::Driver::FilterProgram +LaTeX::Driver::FilterProgram - LaTeX driver (FilterProgram) =head1 VERSION -- cgit v1.2.3 From 277489246f9f8560d00344b77c6ab3e6f0dbd7e3 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Fri, 31 Jul 2020 17:32:47 +0200 Subject: Fix manpage for latex2ps Forwarded: no Reviewed-by: gregor herrmann Last-Update: 2014-05-13 Remove the TO BE EXPANDED sentence from manpage and empty sections. Add the OPTIONS section. Gbp-Pq: Name fix-manpage-latex2ps.patch --- script/latex2ps | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/script/latex2ps b/script/latex2ps index da7cbb9..60e816c 100755 --- a/script/latex2ps +++ b/script/latex2ps @@ -48,8 +48,35 @@ latex2ps - script to convert LaTeX file to PostScript C is a simple script to invoke the C module to convert a LaTeX file to PostScript. -TO BE EXPANDED +=head1 OPTIONS +=over 4 + +=item C<-output=FILE> + +specifies that the formatted file should be written to C. If +this option is not specified, or is specified as "C<->" then the file +will be written to standard output, otherwise if an input file is +specified then the it will be formatted in place and the output file +will have the same name as the input file, but with the original +extension replaced with C<.dvi>. + + +=item C<-tt2> + +specifies that the source document should be taken to be a Template +Toolkit template and processed through that before being fed to the +C module for latex formatting. + + +=item C<-define=I=I> + +defines the template variable I to have the value I. +Multiple template variables may be defined and these are passed to the +Template Toolkit processing stage (they are ignored if the C<-tt2> +option is not specified). + +=back =head1 AUTHOR @@ -63,9 +90,6 @@ Copyright (C) 2007 Andrew Ford. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -=head1 SEE ALSO - - =cut # Local Variables: -- cgit v1.2.3 From 1f0f854bf83613e2c2f13cf6a05eddab95d4ee34 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Fri, 31 Jul 2020 17:32:47 +0200 Subject: Fix manpage of latex2pdf Forwarded: no Reviewed-by: gregor herrmann Last-Update: 2014-05-13 Remove the TO BE EXPANDED sentence from manpage and empty section SEE ALSO. Add the OPTIONS section. Gbp-Pq: Name fix-manpage-latex2pdf.patch --- script/latex2pdf | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/script/latex2pdf b/script/latex2pdf index 83c67e6..ef3874d 100644 --- a/script/latex2pdf +++ b/script/latex2pdf @@ -46,8 +46,35 @@ latex2pdf - script to convert LaTeX file to PDF C is a simple script to invoke the C module to convert a LaTeX file to PDF. -TO BE EXPANDED +=head1 OPTIONS +=over 4 + +=item C<-output=FILE> + +specifies that the formatted file should be written to C. If +this option is not specified, or is specified as "C<->" then the file +will be written to standard output, otherwise if an input file is +specified then the it will be formatted in place and the output file +will have the same name as the input file, but with the original +extension replaced with C<.dvi>. + + +=item C<-tt2> + +specifies that the source document should be taken to be a Template +Toolkit template and processed through that before being fed to the +C module for latex formatting. + + +=item C<-define=I=I> + +defines the template variable I to have the value I. +Multiple template variables may be defined and these are passed to the +Template Toolkit processing stage (they are ignored if the C<-tt2> +option is not specified). + +=back =head1 AUTHOR @@ -61,9 +88,6 @@ Copyright (C) 2007 Andrew Ford. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -=head1 SEE ALSO - - =cut # Local Variables: -- cgit v1.2.3 From 761fcc4fe445df51d27c262fa55df77f2da22430 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Fri, 31 Jul 2020 17:32:47 +0200 Subject: Remove empty sections from latex2dvi manpage Forwarded: no Reviewed-by: gregor herrmann Last-Update: 2014-05-13 Remove empty sections without description in the pod part of the script and the TO BE EXPANDED sentence. Gbp-Pq: Name fix-manpage-latex2dvi.patch --- script/latex2dvi | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/script/latex2dvi b/script/latex2dvi index d6f6692..86d85a2 100755 --- a/script/latex2dvi +++ b/script/latex2dvi @@ -46,10 +46,6 @@ latex2dvi - script to convert LaTeX file to DVI C is a simple script to invoke the C module to convert a LaTeX file to DVI (TeX's device independent output format). -TO BE EXPANDED - -=head1 REQUIRED ARGUMENTS - =head1 OPTIONS =over 4 @@ -80,20 +76,6 @@ option is not specified). =back -=head1 DIAGNOSTICS - -=head1 EXIT STATUS - -=head1 CONFIGURATION - -=head1 DEPENDENCIES - -=head1 INCOMPATIBILITIES - -=head1 BUGS AND LIMITATIONS - -=head1 AUTHOR - Andrew Ford EA.Ford@ford-mason.co.ukE @@ -104,9 +86,6 @@ Copyright (C) 2007 Andrew Ford. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -=head1 SEE ALSO - - =cut # Local Variables: -- cgit v1.2.3 From b2ef258661d493acb99c886a77403e0a71102861 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Fri, 31 Jul 2020 17:32:47 +0200 Subject: Fix spelling errors in manpage Origin: vendor Last-Update: 2016-04-18 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=113873 Bug: https://rt.cpan.org/Ticket/Display.html?id=113873 Gbp-Pq: Name fix-spelling-error-in-manpage.patch --- lib/LaTeX/Driver/FilterProgram.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/LaTeX/Driver/FilterProgram.pm b/lib/LaTeX/Driver/FilterProgram.pm index cef6198..78ed849 100644 --- a/lib/LaTeX/Driver/FilterProgram.pm +++ b/lib/LaTeX/Driver/FilterProgram.pm @@ -142,7 +142,7 @@ option is not specified). =head1 DIAGNOSTICS The module invokes the C module and optionally the -C