r37663 - in /trunk/liblatex-driver-perl/debian/patches: fix-manpage-latex2dvi.patch fix-manpage-latex2pdf.patch fix-manpage-latex2ps.patch fix-manpage-layout-latex2dvi.patch fix-manpage-layout-latex2pdf.patch fix-manpage-layout-latex2ps.patch series

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sat Jun 6 11:36:39 UTC 2009


Author: carnil-guest
Date: Sat Jun  6 11:36:34 2009
New Revision: 37663

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37663
Log:
rename patches

Added:
    trunk/liblatex-driver-perl/debian/patches/fix-manpage-latex2dvi.patch
    trunk/liblatex-driver-perl/debian/patches/fix-manpage-latex2pdf.patch
    trunk/liblatex-driver-perl/debian/patches/fix-manpage-latex2ps.patch
Removed:
    trunk/liblatex-driver-perl/debian/patches/fix-manpage-layout-latex2dvi.patch
    trunk/liblatex-driver-perl/debian/patches/fix-manpage-layout-latex2pdf.patch
    trunk/liblatex-driver-perl/debian/patches/fix-manpage-layout-latex2ps.patch
Modified:
    trunk/liblatex-driver-perl/debian/patches/series

Added: trunk/liblatex-driver-perl/debian/patches/fix-manpage-latex2dvi.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblatex-driver-perl/debian/patches/fix-manpage-latex2dvi.patch?rev=37663&op=file
==============================================================================
--- trunk/liblatex-driver-perl/debian/patches/fix-manpage-latex2dvi.patch (added)
+++ trunk/liblatex-driver-perl/debian/patches/fix-manpage-latex2dvi.patch Sat Jun  6 11:36:34 2009
@@ -1,0 +1,48 @@
+Description: Remove empty sections without description in the pod part
+ of the script and the TO BE EXPANDED sentence.
+Author: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Status of the patch: First integrated in liblatex-driver-perl 0.08-1
+--- a/scripts/latex2dvi
++++ b/scripts/latex2dvi
+@@ -46,10 +46,6 @@
+ C<latex2dvi> is a simple script to invoke the C<LaTeX::Driver> 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 @@
+ 
+ =back
+ 
+-=head1 DIAGNOSTICS
+-
+-=head1 EXIT STATUS
+-
+-=head1 CONFIGURATION
+-
+-=head1 DEPENDENCIES
+-
+-=head1 INCOMPATIBILITIES
+-
+-=head1 BUGS AND LIMITATIONS
+-
+-=head1 AUTHOR
+-
+ Andrew Ford E<lt>A.Ford at ford-mason.co.ukE<gt>
+ 
+ 
+@@ -104,9 +86,6 @@
+ 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:

Added: trunk/liblatex-driver-perl/debian/patches/fix-manpage-latex2pdf.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblatex-driver-perl/debian/patches/fix-manpage-latex2pdf.patch?rev=37663&op=file
==============================================================================
--- trunk/liblatex-driver-perl/debian/patches/fix-manpage-latex2pdf.patch (added)
+++ trunk/liblatex-driver-perl/debian/patches/fix-manpage-latex2pdf.patch Sat Jun  6 11:36:34 2009
@@ -1,0 +1,53 @@
+Description: Remove the TO BE EXPANDED sentence from manpage and empty 
+ section SEE ALSO.
+Author: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Status of the patch: First integrated in liblatex-driver-perl 0.08-1
+--- a/scripts/latex2pdf
++++ b/scripts/latex2pdf
+@@ -46,8 +46,35 @@
+ C<latex2pdf> is a simple script to invoke the C<LaTeX::Driver> 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<FILE>.  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<LaTeX::Driver> module for latex formatting.
++
++
++=item C<-define=I<NAME>=I<VALUE>>
++
++defines the template variable I<NAME> to have the value I<VALUE>.
++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 @@
+ 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:

Added: trunk/liblatex-driver-perl/debian/patches/fix-manpage-latex2ps.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblatex-driver-perl/debian/patches/fix-manpage-latex2ps.patch?rev=37663&op=file
==============================================================================
--- trunk/liblatex-driver-perl/debian/patches/fix-manpage-latex2ps.patch (added)
+++ trunk/liblatex-driver-perl/debian/patches/fix-manpage-latex2ps.patch Sat Jun  6 11:36:34 2009
@@ -1,0 +1,54 @@
+Description: Remove the TO BE EXPANDED sentence from manpage and empty
+ sections.
+Author: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Status of the patch: First integrated in liblatex-driver-perl 0.08-1
+
+--- a/scripts/latex2ps
++++ b/scripts/latex2ps
+@@ -48,8 +48,35 @@
+ C<latex2ps> is a simple script to invoke the C<LaTeX::Driver> 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<FILE>.  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<LaTeX::Driver> module for latex formatting.
++
++
++=item C<-define=I<NAME>=I<VALUE>>
++
++defines the template variable I<NAME> to have the value I<VALUE>.
++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 @@
+ 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:

Modified: trunk/liblatex-driver-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblatex-driver-perl/debian/patches/series?rev=37663&op=diff
==============================================================================
--- trunk/liblatex-driver-perl/debian/patches/series (original)
+++ trunk/liblatex-driver-perl/debian/patches/series Sat Jun  6 11:36:34 2009
@@ -1,4 +1,4 @@
 fix-manpage-has-bad-whatis-entry.patch
-fix-manpage-layout-latex2ps.patch
-fix-manpage-layout-latex2pdf.patch
-fix-manpage-layout-latex2dvi.patch
+fix-manpage-latex2ps.patch
+fix-manpage-latex2pdf.patch
+fix-manpage-latex2dvi.patch




More information about the Pkg-perl-cvs-commits mailing list