r61078 - in /trunk/libhtml-formfu-perl/debian: changelog control patches/fix-591120-use-google-infrastructure.patch patches/series

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun Aug 1 19:18:37 UTC 2010


Author: carnil-guest
Date: Sun Aug  1 19:11:57 2010
New Revision: 61078

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61078
Log:
* Add myself to Uploaders.
* Cherrypick fix from upstream's SVN to fix test failures due to
  changes in libcaptcha-recaptcha-perl using google-infrastructure.
  Add fix-591120-use-google-infrastructure.patch patch (Closes:
  #591120).
* Bump versioned (Build-)Depends(-Indep) on libcaptcha-recaptcha-perl
  to (>= 0.94).

Added:
    trunk/libhtml-formfu-perl/debian/patches/fix-591120-use-google-infrastructure.patch
Modified:
    trunk/libhtml-formfu-perl/debian/changelog
    trunk/libhtml-formfu-perl/debian/control
    trunk/libhtml-formfu-perl/debian/patches/series

Modified: trunk/libhtml-formfu-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/debian/changelog?rev=61078&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/debian/changelog (original)
+++ trunk/libhtml-formfu-perl/debian/changelog Sun Aug  1 19:11:57 2010
@@ -1,3 +1,15 @@
+libhtml-formfu-perl (0.07002-2) UNRELEASED; urgency=low
+
+  * Add myself to Uploaders.
+  * Cherrypick fix from upstream's SVN to fix test failures due to
+    changes in libcaptcha-recaptcha-perl using google-infrastructure.
+    Add fix-591120-use-google-infrastructure.patch patch (Closes:
+    #591120).
+  * Bump versioned (Build-)Depends(-Indep) on libcaptcha-recaptcha-perl
+    to (>= 0.94).
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 01 Aug 2010 21:08:20 +0200
+
 libhtml-formfu-perl (0.07002-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libhtml-formfu-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/debian/control?rev=61078&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/debian/control (original)
+++ trunk/libhtml-formfu-perl/debian/control Sun Aug  1 19:11:57 2010
@@ -12,13 +12,14 @@
  libcrypt-des-perl, libhtml-tokeparser-simple-perl (>= 3.14),
  libyaml-libyaml-perl (>= 0.32), libtemplate-perl, libdate-calc-perl,
  libcrypt-cbc-perl, libtest-nowarnings-perl, libcgi-simple-perl,
- libdbix-class-perl, libreadonly-perl, libcaptcha-recaptcha-perl (>= 0.92),
+ libdbix-class-perl, libreadonly-perl, libcaptcha-recaptcha-perl (>= 0.94),
  libnumber-format-perl,
  libhash-flatten-perl, libpath-class-perl, libdata-visitor-perl (>= 0.26),
  perl (>= 5.10.1) | libtest-simple-perl (>= 0.92)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at 43-1.org>,
  Brian Cassidy <brian.cassidy at gmail.com>,
+ Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
  Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
 Standards-Version: 3.8.4
 Homepage: http://www.formfu.org/
@@ -36,7 +37,7 @@
  libtask-weaken-perl, liblist-moreutils-perl, libmro-compat-perl,
  libclone-perl, libcrypt-des-perl, libhtml-tokeparser-simple-perl (>= 3.14),
  libyaml-libyaml-perl (>= 0.32), libtemplate-perl, libdate-calc-perl,
- libcrypt-cbc-perl, libreadonly-perl, libcaptcha-recaptcha-perl (>= 0.92),
+ libcrypt-cbc-perl, libreadonly-perl, libcaptcha-recaptcha-perl (>= 0.94),
  libnumber-format-perl, libhash-flatten-perl, libpath-class-perl
 Suggests: libhtml-formfu-model-dbic-perl, libcgi-simple-perl
 Description: HTML form creation, rendering and validation framework

Added: trunk/libhtml-formfu-perl/debian/patches/fix-591120-use-google-infrastructure.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/debian/patches/fix-591120-use-google-infrastructure.patch?rev=61078&op=file
==============================================================================
--- trunk/libhtml-formfu-perl/debian/patches/fix-591120-use-google-infrastructure.patch (added)
+++ trunk/libhtml-formfu-perl/debian/patches/fix-591120-use-google-infrastructure.patch Sun Aug  1 19:11:57 2010
@@ -1,0 +1,34 @@
+Description: Fix test failures due to changes in 
+ libcaptcha-recaptcha-perl to use google infrastructure.
+Origin: http://html-formfu.googlecode.com/svn/trunk/HTML-FormFu/
+Bug: https://rt.cpan.org/Ticket/Display.html?id=59467
+Bug-Debian: http://bugs.debian.org/591120
+Forwarded: not-needed
+Author: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Reviewed-by: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Last-Update: 2010-08-01
+
+--- a/t/elements/recaptcha.t
++++ b/t/elements/recaptcha.t
+@@ -18,8 +18,8 @@
+ var RecaptchaOptions = {};
+ //]]>
+ </script>
+-<script src="http://api.recaptcha.net/challenge?k=xxx" type="text/javascript"></script>
+-<noscript><iframe frameborder="0" height="300" src="http://api.recaptcha.net/noscript?k=xxx" width="500"></iframe><textarea cols="40" name="recaptcha_challenge_field" rows="3"></textarea><input name="recaptcha_response_field" type="hidden" value="manual_challenge" /></noscript>
++<script src="http://www.google.com/recaptcha/api/challenge?k=xxx" type="text/javascript"></script>
++<noscript><iframe frameborder="0" height="300" src="http://www.google.com/recaptcha/api/noscript?k=xxx" width="500"></iframe><textarea cols="40" name="recaptcha_challenge_field" rows="3"></textarea><input name="recaptcha_response_field" type="hidden" value="manual_challenge" /></noscript>
+ </span>
+ </div>
+ </form>
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -13,7 +13,7 @@
+ # version 5.567 that ships with perl 5.82 is no good
+ requires 'Exporter' => '5.57';
+ 
+-requires 'Captcha::reCAPTCHA' => 0.92;
++requires 'Captcha::reCAPTCHA' => 0.94;
+ requires 'Class::Accessor::Chained::Fast';
+ requires 'Clone' => '0.31';
+ requires 'Config::Any' => '0.18'; # 0.10 - supports multi-doc config files

Modified: trunk/libhtml-formfu-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/debian/patches/series?rev=61078&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/debian/patches/series (original)
+++ trunk/libhtml-formfu-perl/debian/patches/series Sun Aug  1 19:11:57 2010
@@ -1,3 +1,4 @@
+fix-591120-use-google-infrastructure.patch
 whatis-entries.diff
 how-to-report-bugs.diff
 pod-for-html_formfu_dumpconf.diff




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