debian/0000755000000000000000000000000012020220707007156 5ustar debian/copyright0000644000000000000000000000303212020220707011107 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: LaTeX-Driver Upstream-Contact: Andrew Ford Source: http://search.cpan.org/dist/LaTeX-Driver/ Files: * Copyright: 2009, Ford & Mason Ltd. All Rights Reserved. 2007, Andrew Ford. All Rights Reserved. Portions Copyright, 1996-2007 Andy Wardley. All Rights Reserved. License: Artistic or GPL-1+ Files: lib/LaTeX/Driver.pm Copyright: 2009-2012 Ford & Mason Ltd. All Rights Reserved. 2006-2007, Andrew Ford. All Rights Reserved. Portions Copyright, 1996-2006, Andy Wardley. All Rights Reserved. License: Artistic or GPL-1+ Files: lib/LaTeX/Driver/* scripts/* t/lib/Test/LaTeX/Driver.pm Copyright: 2007-2012, Andrew Ford. All Rights Reserved. License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2012, Salvatore Bonaccorso License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016512020220707010211 0ustar version=3 http://search.cpan.org/dist/LaTeX-Driver/ .*/LaTeX-Driver-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000416312020220707010565 0ustar Source: liblatex-driver-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libexception-class-perl, libclass-accessor-perl, libfile-slurp-perl, libreadonly-perl, libtemplate-perl, libtest-exception-perl, libtest-pod-perl, libtest-pod-coverage-perl, libtest-perl-critic-perl, texlive-latex-base, texlive-binaries, texlive-latex-extra, ghostscript Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/LaTeX-Driver/ Vcs-Git: git://git.debian.org/pkg-perl/packages/liblatex-driver-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblatex-driver-perl.git Package: liblatex-driver-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libexception-class-perl, libclass-accessor-perl, libfile-slurp-perl, libreadonly-perl, libtemplate-perl, texlive-latex-base, texlive-binaries, ghostscript Description: driver module that encapsulates the details of formatting a LaTeX document The LaTeX::Driver module encapsulates the details of invoking the LaTeX programs to format a LaTeX document. Formatting with LaTeX is complicated; there are potentially many programs to run and the output of those programs must be monitored to determine whether further processing is required. . LaTeX::Driver runs the required commands in the directory specified, either explicitly with the dirname option or implicitly by the directory part of basename, or in the current directory. As a result of the processing up to a dozen or more intermediate files are created. These can be removed with the cleanup method. . The LaTeX::Driver module takes care of running and re-running latex on a LaTeX document so that forward references, tables of contents, and lists of figures and tables are resolved. It will also run bibtex and makeindex if it detects that a bibliography or in index have been specified, and will re-run latex again one or more times until the formatting of the document has stabilized. debian/changelog0000644000000000000000000000750512020220707011037 0ustar liblatex-driver-perl (0.12-1) unstable; urgency=low * Imported Upstream version 0.12 -- Salvatore Bonaccorso Fri, 31 Aug 2012 22:42:05 +0200 liblatex-driver-perl (0.11-1) unstable; urgency=low * Imported Upstream version 0.11 * Add dependency for Readonly. Add Build-Depends-Indep and Depends on libreadonly-perl. * Update debian/copyright file. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for upstream files and debian/* packaging files. * Bump Standards-Version to 3.9.3 * Drop fix-spelling-errors-in-manpage.patc patch. Patch was applied upstream. * Refresh fix-manpage-has-bad-whatis-entry.patch (offset) * Update patch headers for accept-interactive-questions.patch * Update patch headers for fix-manpage-latex2dvi.patch * Update patch headers for fix-manpage-latex2pdf.patch * Update patch headers for fix-manpage-latex2ps.patch -- Salvatore Bonaccorso Fri, 31 Aug 2012 17:38:42 +0200 liblatex-driver-perl (0.10-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Imported Upstream version 0.10 * Email change: Salvatore Bonaccorso -> carnil@debian.org * Update upstream copyright years information * Update copyright for debian/* packaging * Convert to '3.0 (quilt)' source package format * Drop quilt framework. Remove --with quilt arguments for dh in debian/rules. Remove quilt Build-Depends in debian/control. * Remove debian/README.source. Not needed anymore to refer to quilt documentation for modification to upstream source due to switch to '3.0 (quilt)' source package format. * Bump Debhelper compat level to 8 * Bump versioned Build-Depends on debhelper to (>= 8) * Make Build-Depends-Indep on libtest-pod-perl unversioned. No need to make the version required explicit, as the version is already satisfied in oldstable. * Make Build-Depends-Indep on libtest-pod-coverage-perl unversioned. No need to make the version required explicit, as the version is already satisfied in oldstable. * Bump Standards-Version to 3.9.2. * Refresh accept-interactive-questions.patch patch * Update fix-spelling-errors-in-manpage.patch patch (offset). Fix another spelling error in LaTeX::Driver manpage found by lintian spell check. * Update lintian overrides file. False-positive on capitalization-error-in-description warning. -- Salvatore Bonaccorso Sun, 18 Sep 2011 22:17:36 +0200 liblatex-driver-perl (0.08-2) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ gregor herrmann ] * debian/control: remove unversioned (build) dependency on perl- modules. * debian/rules: switch order of arguments to dh. [ Salvatore Bonaccorso ] * Change (Build-)Depends(-Indep) on texlive-base-bin to texlive- binaries. * Add accept-interactive-questions.patch patch to accept the questions asked in interactive mode (Closes: #599251). * Bump Standards-Version to 3.9.1. * Refresh debian/copyright: Refer to GPL-1 license text in /usr/share/common-licenses and refer to Debian systems. * Add fix-spelling-errors-in-manpage.patch to fix spelling errors in manpage of LaTeX::Driver. -- Salvatore Bonaccorso Wed, 06 Oct 2010 14:18:28 +0200 liblatex-driver-perl (0.08-1) unstable; urgency=low * Initial Release. (Closes: #531763) -- Salvatore Bonaccorso Sat, 06 Jun 2009 15:17:42 +0200 debian/liblatex-driver-perl.lintian-overrides0000644000000000000000000000040412020220707016571 0ustar # In the context lintian complaints a spelling error for LaTeX in # the description the description refers to the binary name "latex" # therefore "latex" is correct there instead of LaTeX. liblatex-driver-perl: capitalization-error-in-description latex LaTeX debian/rules0000755000000000000000000000012212020220707010231 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: TEST_AUTHOR=1 dh_auto_test debian/source/0000755000000000000000000000000012020220707010456 5ustar debian/source/format0000644000000000000000000000001412020220707011664 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212020220707010354 0ustar 8 debian/patches/0000755000000000000000000000000012020220707010605 5ustar debian/patches/series0000644000000000000000000000023512020220707012022 0ustar fix-manpage-has-bad-whatis-entry.patch fix-manpage-latex2ps.patch fix-manpage-latex2pdf.patch fix-manpage-latex2dvi.patch accept-interactive-questions.patch debian/patches/fix-manpage-has-bad-whatis-entry.patch0000644000000000000000000000130212020220707017747 0ustar Description: Fix manpage-has-bad-whatis-entry lintian warnings Fix lintian warnings for: . * usr/share/man/man3/LaTeX::Driver::FilterProgram.3pm.gz * usr/share/man/man3/LaTeX::Driver::Paths.3pm.gz Forwarded: no Author: Salvatore Bonaccorso Last-Update: 2012-08-31 --- a/lib/LaTeX/Driver/FilterProgram.pm +++ b/lib/LaTeX/Driver/FilterProgram.pm @@ -101,7 +101,7 @@ =head1 NAME -LaTeX::Driver::FilterProgram +LaTeX::Driver::FilterProgram - LaTeX driver (FilterProgram) =head1 VERSION --- a/lib/LaTeX/Driver/Paths.pm +++ b/lib/LaTeX/Driver/Paths.pm @@ -46,7 +46,7 @@ =head1 NAME -LaTeX::Driver::Paths +LaTeX::Driver::Paths - LaTeX driver (Paths) =head1 SYNOPSIS debian/patches/fix-manpage-latex2ps.patch0000644000000000000000000000277412020220707015574 0ustar Description: Fix manpage for latex2ps Remove the TO BE EXPANDED sentence from manpage and empty sections. Add the OPTIONS section. Forwarded: no Author: Salvatore Bonaccorso Last-Update: 2012-08-31 --- a/scripts/latex2ps +++ b/scripts/latex2ps @@ -48,8 +48,35 @@ 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 @@ 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: debian/patches/fix-manpage-latex2pdf.patch0000644000000000000000000000300012020220707015702 0ustar Description: Fix manpage of latex2pdf Remove the TO BE EXPANDED sentence from manpage and empty section SEE ALSO. Add the OPTIONS section. Forwarded: no Author: Salvatore Bonaccorso Last-Update: 2012-08-31 --- a/scripts/latex2pdf +++ b/scripts/latex2pdf @@ -46,8 +46,35 @@ 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 @@ 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: debian/patches/fix-manpage-latex2dvi.patch0000644000000000000000000000171012020220707015721 0ustar Description: Remove empty sections from latex2dvi manpage Remove empty sections without description in the pod part of the script and the TO BE EXPANDED sentence. Forwarded: no Author: Salvatore Bonaccorso Last-Update: 2012-08-31 --- a/scripts/latex2dvi +++ b/scripts/latex2dvi @@ -46,10 +46,6 @@ 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 @@ =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 @@ 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: debian/patches/accept-interactive-questions.patch0000644000000000000000000000100512020220707017424 0ustar Description: accept all question asked interactively during build Set $ACCEPT variable to true to accept all questions asked when run interactively. Origin: vendor Bug-Debian: http://bugs.debian.org/599251 Forwarded: no Author: Salvatore Bonaccorso Last-Update: 2010-10-06 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,7 +12,7 @@ select STDOUT; our $QUIET = 0; -our $ACCEPT = 0; +our $ACCEPT = 1; our $WIN32 = ($^O eq 'MSWin32'); our $MODVERSION = sprintf("%.2f", get_module_version()); debian/liblatex-driver-perl.docs0000644000000000000000000000001412020220707014060 0ustar TODO README