r41810 - in /trunk/liblatex-table-perl/debian: changelog control patches/ patches/fix-ftbfs-with-spellchecker-installed.patch patches/series

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Fri Aug 14 04:01:15 UTC 2009


Author: carnil-guest
Date: Fri Aug 14 04:00:11 2009
New Revision: 41810

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41810
Log:
* Add patch for FTBFS when a spell checker is installed and
  perlcritic test reports words in POD not in the spell checker
  lists.
* debian/control: Add quilt to Build-Depends.

Added:
    trunk/liblatex-table-perl/debian/patches/
    trunk/liblatex-table-perl/debian/patches/fix-ftbfs-with-spellchecker-installed.patch
    trunk/liblatex-table-perl/debian/patches/series
Modified:
    trunk/liblatex-table-perl/debian/changelog
    trunk/liblatex-table-perl/debian/control

Modified: trunk/liblatex-table-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblatex-table-perl/debian/changelog?rev=41810&op=diff
==============================================================================
--- trunk/liblatex-table-perl/debian/changelog (original)
+++ trunk/liblatex-table-perl/debian/changelog Fri Aug 14 04:00:11 2009
@@ -1,3 +1,12 @@
+liblatex-table-perl (0.9.17-2) UNRELEASED; urgency=low
+
+  * Add patch for FTBFS when a spell checker is installed and
+    perlcritic test reports words in POD not in the spell checker
+    lists.
+  * debian/control: Add quilt to Build-Depends.
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Fri, 14 Aug 2009 05:58:02 +0200
+
 liblatex-table-perl (0.9.17-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/liblatex-table-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblatex-table-perl/debian/control?rev=41810&op=diff
==============================================================================
--- trunk/liblatex-table-perl/debian/control (original)
+++ trunk/liblatex-table-perl/debian/control Fri Aug 14 04:00:11 2009
@@ -1,7 +1,7 @@
 Source: liblatex-table-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: libmoose-perl, libmoose-policy-perl, libtemplate-perl,
  libtest-nowarnings-perl, libtest-pod-coverage-perl (>= 1.04),
  libtest-pod-perl (>= 1.14), libtest-perl-critic-perl, perl (>= 5.10.0)

Added: trunk/liblatex-table-perl/debian/patches/fix-ftbfs-with-spellchecker-installed.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblatex-table-perl/debian/patches/fix-ftbfs-with-spellchecker-installed.patch?rev=41810&op=file
==============================================================================
--- trunk/liblatex-table-perl/debian/patches/fix-ftbfs-with-spellchecker-installed.patch (added)
+++ trunk/liblatex-table-perl/debian/patches/fix-ftbfs-with-spellchecker-installed.patch Fri Aug 14 04:00:11 2009
@@ -1,0 +1,14 @@
+Description: Fix FTBFS with a spell checker installed during build due
+ perlcritic test checking the POD and finding words not in the list
+Origin: upstream, backported, http://search.cpan.org/diff?from=LaTeX-Table-v0.9.17&to=LaTeX-Table-v0.99_1
+Last-Update: 2009-08-14
+--- a/t/perlcriticrc
++++ b/t/perlcriticrc
+@@ -13,3 +13,7 @@
+ 
+ [CodeLayout::RequireTidyCode]
+ perltidyrc = t/perltidyrc
++
++[Documentation::PodSpelling]
++stop_words = Riester LaTeX xtabular multi longtable ctable sc tt undef namespace Meyrin emacs ltpretty CSV csv PDF pdf STDIN STDOUT maincaption resized extrarowheight manpage afterwards CTAN API getters latextable tex xtab multirow textwidth htb Monospace scriptsize footnotesize mpxtabular lrcr resizebox resize MULTI tabletail multicolumn tabletailmsg lastfoot MULTICOLUMNS Multicolumns coldef Carlisle Wybo Dekker ANDREWF Lapo Mori
++

Added: trunk/liblatex-table-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblatex-table-perl/debian/patches/series?rev=41810&op=file
==============================================================================
--- trunk/liblatex-table-perl/debian/patches/series (added)
+++ trunk/liblatex-table-perl/debian/patches/series Fri Aug 14 04:00:11 2009
@@ -1,0 +1,1 @@
+fix-ftbfs-with-spellchecker-installed.patch




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