[SCM] Debian packaging of libcatalyst-view-tt-perl branch, master, updated. debian/0.38-1-8-g7031aba

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Apr 12 20:50:04 UTC 2012


The following commit has been merged in the master branch:
commit c5b355c830d7cc33b3acc14d633be9cb580b49ba
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Apr 12 22:45:41 2012 +0200

    dropped fix_test_warning.patch, applied upstream

diff --git a/debian/patches/fix_test_warning.patch b/debian/patches/fix_test_warning.patch
deleted file mode 100644
index 5bddea9..0000000
--- a/debian/patches/fix_test_warning.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: fix a typo that causes a warning to be emmitted during testing
-Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75104
-
---- a/t/lib/TestApp/Controller/Root.pm
-+++ b/t/lib/TestApp/Controller/Root.pm
-@@ -49,7 +49,7 @@
-     my ($self, $c) = @_;
-     my $tmpl = $c->req->param('msg');
-     
--    $c->stash->{message} = $c->view('TT::AppConfig')->render($c, \$tmpl);
-+    $c->stash->{message} = $c->view('TT::Appconfig')->render($c, \$tmpl);
-     $c->stash->{template} = 'test.tt';
- }
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2b85f3a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix_test_warning.patch

-- 
Debian packaging of libcatalyst-view-tt-perl



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