r37775 - in /trunk/jifty/debian: changelog control patches/testapp-halo-mistake.patch

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Sun Jun 7 12:32:24 UTC 2009


Author: yvesago-guest
Date: Sun Jun  7 12:31:29 2009
New Revision: 37775

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37775
Log:
* mistake in patch
* bump libtest-app-perl in control
* update changelog


Modified:
    trunk/jifty/debian/changelog
    trunk/jifty/debian/control
    trunk/jifty/debian/patches/testapp-halo-mistake.patch

Modified: trunk/jifty/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/changelog?rev=37775&op=diff
==============================================================================
--- trunk/jifty/debian/changelog (original)
+++ trunk/jifty/debian/changelog Sun Jun  7 12:31:29 2009
@@ -10,6 +10,7 @@
      - Desription: change "We" by "Jifty developers"
      - Remove plugins
      - Update dep
+     - bump version numbers from makefile
   * libjifty-plugin-halo-perl removed (Closes: #506176) now in core
   * refresh lintian warnings on long lines
   * rules: - fix bad rights for some css and js files

Modified: trunk/jifty/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/control?rev=37775&op=diff
==============================================================================
--- trunk/jifty/debian/control (original)
+++ trunk/jifty/debian/control Sun Jun  7 12:31:29 2009
@@ -21,7 +21,7 @@
  libtest-longstring-perl, liblocale-maketext-lexicon-perl (>= 0.77),
  libexporter-lite-perl, libmodule-refresh-perl,
  libwww-mechanize-perl (>= 1.3), libemail-mime-perl (>= 1.861),
- libapp-cli-perl (>= 0.03), libwww-perl, libyaml-syck-perl (>= 0.29),
+ libapp-cli-perl (>= 0.8), libwww-perl, libyaml-syck-perl (>= 0.29),
  libemail-mime-createhtml-perl, libemail-send-perl (>= 2.10), libcrypt-cbc-perl,
  libxml-writer-perl (>= 0.601), libsql-reservedwords-perl,
  libmodule-scandeps-perl, libclass-inspector-perl (>= 1.2), libdate-manip-perl,
@@ -106,7 +106,7 @@
  libtest-longstring-perl, liblocale-maketext-lexicon-perl (>= 0.77),
  libexporter-lite-perl, libmodule-refresh-perl,
  libwww-mechanize-perl (>= 1.3), libemail-mime-perl (>= 1.861),
- libapp-cli-perl (>= 0.03), libwww-perl, libyaml-syck-perl (>= 0.29),
+ libapp-cli-perl (>= 0.8), libwww-perl, libyaml-syck-perl (>= 0.29),
  libemail-mime-createhtml-perl, libemail-send-perl (>= 2.10), libcrypt-cbc-perl,
  libxml-writer-perl (>= 0.601), libsql-reservedwords-perl,
  libmodule-scandeps-perl, libclass-inspector-perl (>= 1.2), libdate-manip-perl,

Modified: trunk/jifty/debian/patches/testapp-halo-mistake.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/patches/testapp-halo-mistake.patch?rev=37775&op=diff
==============================================================================
--- trunk/jifty/debian/patches/testapp-halo-mistake.patch (original)
+++ trunk/jifty/debian/patches/testapp-halo-mistake.patch Sun Jun  7 12:31:29 2009
@@ -3,14 +3,13 @@
 Upstream: Commit upstream url http://svn.jifty.org/index.cgi/jifty/revision?rev=7102
 --- a/t/TestApp/t/20-error-pages.t
 +++ b/t/TestApp/t/20-error-pages.t
-@@ -44,9 +44,8 @@
+@@ -44,7 +44,8 @@
      $mech->get_ok("$prefix/call-region-with-error");
      $mech->warnings_like(qr/Can't locate object method "non_existent_method" via package "Jifty::Web"/);
      $mech->base_unlike(qr{errors/500}, "Doesn't redirect if only a region error");
--#    $mech->content_unlike(qr/something went awry/i, "Doesn't have error header");
+-    $mech->content_unlike(qr/something went awry/i, "Doesn't have error header");
 +    #$mech->content_unlike(qr/something went awry/i, "Doesn't have error header");
-     $mech->content_like(qr/<h2>Call stack<\/h2>/i, "Doesn't have error header");
--warn $mech->content;
++    $mech->content_like(qr/<h2>Call stack<\/h2>/i, "Doesn't have error header");
      $mech->content_like(qr/locate object method .*?non_existent_method.*?/, "Has error itself, if in devel mode");
      $mech->content_like(qr/region-with-error/, "Have stack trace");
      $mech->content_like(qr/Calling before/, "Does have region content from before error");




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