r63420 - in /trunk/liblatex-driver-perl/debian: changelog patches/accept-interactive-questions.patch patches/series

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Wed Oct 6 11:25:47 UTC 2010


Author: carnil-guest
Date: Wed Oct  6 11:24:35 2010
New Revision: 63420

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63420
Log:
Add accept-interactive-questions.patch patch to accept the questions
asked in interactive mode (Closes: #599251).

Added:
    trunk/liblatex-driver-perl/debian/patches/accept-interactive-questions.patch
Modified:
    trunk/liblatex-driver-perl/debian/changelog
    trunk/liblatex-driver-perl/debian/patches/series

Modified: trunk/liblatex-driver-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblatex-driver-perl/debian/changelog?rev=63420&op=diff
==============================================================================
--- trunk/liblatex-driver-perl/debian/changelog (original)
+++ trunk/liblatex-driver-perl/debian/changelog Wed Oct  6 11:24:35 2010
@@ -13,8 +13,10 @@
   [ 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).
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Wed, 06 Oct 2010 10:52:05 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Wed, 06 Oct 2010 13:24:17 +0200
 
 liblatex-driver-perl (0.08-1) unstable; urgency=low
   

Added: trunk/liblatex-driver-perl/debian/patches/accept-interactive-questions.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblatex-driver-perl/debian/patches/accept-interactive-questions.patch?rev=63420&op=file
==============================================================================
--- trunk/liblatex-driver-perl/debian/patches/accept-interactive-questions.patch (added)
+++ trunk/liblatex-driver-perl/debian/patches/accept-interactive-questions.patch Wed Oct  6 11:24:35 2010
@@ -1,0 +1,20 @@
+Description: 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 <salvatore.bonaccorso at gmail.com>
+Reviewed-by: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+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 = get_module_version();
+ 

Modified: trunk/liblatex-driver-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblatex-driver-perl/debian/patches/series?rev=63420&op=diff
==============================================================================
--- trunk/liblatex-driver-perl/debian/patches/series (original)
+++ trunk/liblatex-driver-perl/debian/patches/series Wed Oct  6 11:24:35 2010
@@ -2,3 +2,4 @@
 fix-manpage-latex2ps.patch
 fix-manpage-latex2pdf.patch
 fix-manpage-latex2dvi.patch
+accept-interactive-questions.patch




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