Your message dated Tue, 07 Aug 2012 22:21:32 +0100
with message-id <[email protected]>
and subject line Re: Bug#684209: unblock: libmojomojo-perl/1.05+dfsg-3
has caused the Debian Bug report #684209,
regarding unblock: libmojomojo-perl/1.05+dfsg-3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
684209: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684209
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock

Please unblock package libmojomojo-perl

libmojomojo-perl/1.05+dfsg-3 contains a one-line fix picked from
upstream git, removing a workaround for a previous limitation in
Catalyst::Plugins::SubRequest. This limitation was fixed in a
backward-incompatible manner starting from Catalyst::Plugins::SubRequest
version 0.18, causing libmojomojo-perl to FTBFS.

Catalyst::Plugins::SubRequest version 0.18 is packaged as a part of
libcatalyst-modules-perl version 44, so in addition to patching the
upstream source, this upload tightens this dependency accordingly.

unblock libmojomojo-perl/1.05+dfsg-3

Thank you,
Florian

diff -Nru libmojomojo-perl-1.05+dfsg/debian/changelog 
libmojomojo-perl-1.05+dfsg/debian/changelog
--- libmojomojo-perl-1.05+dfsg/debian/changelog 2012-01-14 17:13:41.000000000 
+0100
+++ libmojomojo-perl-1.05+dfsg/debian/changelog 2012-08-07 20:36:07.000000000 
+0200
@@ -1,3 +1,11 @@
+libmojomojo-perl (1.05+dfsg-3) unstable; urgency=low
+
+  * Team upload.
+  * Fix FTBFS caused by updated Catalyst::Plugins::SubRequest.
+    Closes: #680796
+
+ -- Florian Schlichting <[email protected]>  Tue, 07 Aug 2012 
20:35:24 +0200
+
 libmojomojo-perl (1.05+dfsg-2) unstable; urgency=low
 
   * Add patch to use Digest::SHA instead of Digest::SHA1.
diff -Nru libmojomojo-perl-1.05+dfsg/debian/control 
libmojomojo-perl-1.05+dfsg/debian/control
--- libmojomojo-perl-1.05+dfsg/debian/control   2012-01-14 17:13:41.000000000 
+0100
+++ libmojomojo-perl-1.05+dfsg/debian/control   2012-08-07 20:33:50.000000000 
+0200
@@ -9,7 +9,7 @@
  libcache-fastmmap-perl (>= 1.31),
  libcatalyst-engine-psgi-perl,
  libcatalyst-modules-extra-perl,
- libcatalyst-modules-perl (>= 42),
+ libcatalyst-modules-perl (>= 44),
  libcatalyst-perl (>= 5.71001),
  libcatalyst-view-tt-perl,
  libconfig-general-perl,
@@ -85,7 +85,7 @@
  libcache-fastmmap-perl (>= 1.31),
  libcatalyst-engine-psgi-perl,
  libcatalyst-modules-extra-perl,
- libcatalyst-modules-perl (>= 42),
+ libcatalyst-modules-perl (>= 44),
  libcatalyst-perl (>= 5.71001),
  libcatalyst-view-tt-perl,
  libconfig-general-perl,
diff -Nru libmojomojo-perl-1.05+dfsg/debian/patches/bug680796.patch 
libmojomojo-perl-1.05+dfsg/debian/patches/bug680796.patch
--- libmojomojo-perl-1.05+dfsg/debian/patches/bug680796.patch   1970-01-01 
01:00:00.000000000 +0100
+++ libmojomojo-perl-1.05+dfsg/debian/patches/bug680796.patch   2012-08-07 
20:31:24.000000000 +0200
@@ -0,0 +1,23 @@
+Description: Fix FTBFS due to updated Catalyst-Plugin-SubRequest
+ Remove workaround for a limitation in Catalyst-Plugin-SubRequest, which was
+ fixed in a backwards-incompatible manner in version 0.18 (uploaded as part of
+ libcatalyst-modules-perl 44). Fix picked from upstream git, will become part
+ of MojoMojo 1.06.
+Origin: 
https://github.com/marcusramberg/mojomojo/commit/f52d2941c0c2ddc59a1015563c622f0fbb26a19d
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680796
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=78821
+Bug: https://github.com/marcusramberg/mojomojo/issues/101
+Reviewed-by: Florian Schlichting <[email protected]>
+
+
+--- a/lib/MojoMojo/Formatter/Include.pm
++++ b/lib/MojoMojo/Formatter/Include.pm
+@@ -80,7 +80,7 @@
+     my $rel = $url->rel( $c->req->base );
+     if (not $rel->scheme) {
+         # if so, then return the inline version of the page is requests
+-        return $c->subreq( '/inline', { path => $rel.'' eq './' ? '/' : 
'/'.$rel } );
++        return $c->subreq( ($rel.'' eq './' ? '/' : '/'.$rel).'.inline' );
+     }
+     my $res = URI::Fetch->fetch( $url, Cache => $c->cache );
+     return $res->content if defined $res;
diff -Nru libmojomojo-perl-1.05+dfsg/debian/patches/series 
libmojomojo-perl-1.05+dfsg/debian/patches/series
--- libmojomojo-perl-1.05+dfsg/debian/patches/series    2012-01-14 
17:13:41.000000000 +0100
+++ libmojomojo-perl-1.05+dfsg/debian/patches/series    2012-08-07 
20:31:24.000000000 +0200
@@ -1,2 +1,3 @@
 spelling.patch
 digest-sha.patch
+bug680796.patch



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--- End Message ---
--- Begin Message ---
On Tue, 2012-08-07 at 22:35 +0200, Florian Schlichting wrote:
> libmojomojo-perl/1.05+dfsg-3 contains a one-line fix picked from
> upstream git, removing a workaround for a previous limitation in
> Catalyst::Plugins::SubRequest. This limitation was fixed in a
> backward-incompatible manner starting from Catalyst::Plugins::SubRequest
> version 0.18, causing libmojomojo-perl to FTBFS.
> 
> Catalyst::Plugins::SubRequest version 0.18 is packaged as a part of
> libcatalyst-modules-perl version 44, so in addition to patching the
> upstream source, this upload tightens this dependency accordingly.

Unblocked; thanks.

Regards,

Adam

--- End Message ---

Reply via email to