[liblatex-driver-perl] 05/11: Update patches.

gregor herrmann gregoa at debian.org
Tue May 13 18:40:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository liblatex-driver-perl.

commit c8971eabe4843bd08b50e96c9438b56732d3216a
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue May 13 20:24:39 2014 +0200

    Update patches.
    
    Remove accept-interactive-questions.patch (not relevant anymore), refresh
    others (renamed files, removed files, ...).
---
 debian/patches/accept-interactive-questions.patch    | 20 --------------------
 .../patches/fix-manpage-has-bad-whatis-entry.patch   | 14 ++------------
 debian/patches/fix-manpage-latex2dvi.patch           |  8 +++++---
 debian/patches/fix-manpage-latex2pdf.patch           |  8 +++++---
 debian/patches/fix-manpage-latex2ps.patch            |  8 +++++---
 debian/patches/series                                |  1 -
 6 files changed, 17 insertions(+), 42 deletions(-)

diff --git a/debian/patches/accept-interactive-questions.patch b/debian/patches/accept-interactive-questions.patch
deleted file mode 100644
index acf2846..0000000
--- a/debian/patches/accept-interactive-questions.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-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 <carnil at debian.org>
-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());
- 
diff --git a/debian/patches/fix-manpage-has-bad-whatis-entry.patch b/debian/patches/fix-manpage-has-bad-whatis-entry.patch
index c874f10..9a4a546 100644
--- a/debian/patches/fix-manpage-has-bad-whatis-entry.patch
+++ b/debian/patches/fix-manpage-has-bad-whatis-entry.patch
@@ -5,7 +5,8 @@ Description: Fix manpage-has-bad-whatis-entry lintian warnings
   * usr/share/man/man3/LaTeX::Driver::Paths.3pm.gz
 Forwarded: no
 Author: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2012-08-31
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-05-13
 
 --- a/lib/LaTeX/Driver/FilterProgram.pm
 +++ b/lib/LaTeX/Driver/FilterProgram.pm
@@ -18,14 +19,3 @@ Last-Update: 2012-08-31
  
  =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
- 
diff --git a/debian/patches/fix-manpage-latex2dvi.patch b/debian/patches/fix-manpage-latex2dvi.patch
index 52ad74c..1ee21f7 100644
--- a/debian/patches/fix-manpage-latex2dvi.patch
+++ b/debian/patches/fix-manpage-latex2dvi.patch
@@ -3,9 +3,11 @@ Description: Remove empty sections from latex2dvi manpage
  of the script and the TO BE EXPANDED sentence.
 Forwarded: no
 Author: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2012-08-31
---- a/scripts/latex2dvi
-+++ b/scripts/latex2dvi
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-05-13
+
+--- a/script/latex2dvi
++++ b/script/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).
diff --git a/debian/patches/fix-manpage-latex2pdf.patch b/debian/patches/fix-manpage-latex2pdf.patch
index 10b6088..c63d1fd 100644
--- a/debian/patches/fix-manpage-latex2pdf.patch
+++ b/debian/patches/fix-manpage-latex2pdf.patch
@@ -3,9 +3,11 @@ Description: Fix manpage of latex2pdf
  section SEE ALSO. Add the OPTIONS section.
 Forwarded: no
 Author: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2012-08-31
---- a/scripts/latex2pdf
-+++ b/scripts/latex2pdf
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-05-13
+
+--- a/script/latex2pdf
++++ b/script/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.
diff --git a/debian/patches/fix-manpage-latex2ps.patch b/debian/patches/fix-manpage-latex2ps.patch
index 2c62aa0..2bb0ff2 100644
--- a/debian/patches/fix-manpage-latex2ps.patch
+++ b/debian/patches/fix-manpage-latex2ps.patch
@@ -3,9 +3,11 @@ Description: Fix manpage for latex2ps
  sections. Add the OPTIONS section.
 Forwarded: no
 Author: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2012-08-31
---- a/scripts/latex2ps
-+++ b/scripts/latex2ps
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-05-13
+
+--- a/script/latex2ps
++++ b/script/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.
diff --git a/debian/patches/series b/debian/patches/series
index 2808dcf..bcd6f6a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,4 +2,3 @@ fix-manpage-has-bad-whatis-entry.patch
 fix-manpage-latex2ps.patch
 fix-manpage-latex2pdf.patch
 fix-manpage-latex2dvi.patch
-accept-interactive-questions.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblatex-driver-perl.git



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