[SCM] Debian packaging of Catalyst-ActionRole-ACL CPAN distribution branch, master, updated. debian/0.06-1-8-g10813c2

Jotam Jr. Trejo jotamjr at debian.org.sv
Fri Jul 13 16:18:34 UTC 2012


The following commit has been merged in the master branch:
commit 10813c2b9957cab8d2e87d16a27a4642c2fc3de8
Author: Jotam Jr. Trejo <jotamjr at debian.org.sv>
Date:   Fri Jul 13 10:18:19 2012 -0600

    Removed debian/patches introduced in version 0.06-2 since upstream added the changes in this version

diff --git a/debian/changelog b/debian/changelog
index e20532b..6d71ad5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libcatalyst-actionrole-acl-perl (0.07-1) UNRELEASED; urgency=low
 
   * Imported Upstream version 0.07
+  * Removed debian/patches introduced in version 0.06-2 since upstream
+    added the changes in this version
 
  -- Jotam Jr. Trejo <jotamjr at debian.org.sv>  Fri, 13 Jul 2012 10:08:40 -0600
 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 99ae5a8..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-use_new_catalyst_controller.patch
diff --git a/debian/patches/use_new_catalyst_controller.patch b/debian/patches/use_new_catalyst_controller.patch
deleted file mode 100644
index d1a5d7f..0000000
--- a/debian/patches/use_new_catalyst_controller.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From: Jotam Jr. Trejo <jotamjr at debian.org.sv>
-Subject: Fix FTBFS that happens when we attempt to extend a class that doesn't exist anymore
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680819
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=78334
-Last-Update: 2012-07-12
-
---- a/t/lib/TestCanVisit/Controller/Root.pm
-+++ b/t/lib/TestCanVisit/Controller/Root.pm
-@@ -2,7 +2,7 @@
- use Moose;
- use namespace::autoclean;
- 
--BEGIN { extends 'Catalyst::Controller::ActionRole' };
-+BEGIN { extends 'Catalyst::Controller' };
- 
- __PACKAGE__->config(namespace => q{});
- 
---- a/t/lib/TestApp/Controller/Root.pm
-+++ b/t/lib/TestApp/Controller/Root.pm
-@@ -2,7 +2,7 @@
- use Moose;
- use namespace::autoclean;
- 
--BEGIN { extends 'Catalyst::Controller::ActionRole' };
-+BEGIN { extends 'Catalyst::Controller' };
- 
- __PACKAGE__->config(namespace => q{});
- 
---- a/t/lib/TestChained/Controller/Root.pm
-+++ b/t/lib/TestChained/Controller/Root.pm
-@@ -2,7 +2,7 @@
- use Moose;
- use namespace::autoclean;
- 
--BEGIN { extends 'Catalyst::Controller::ActionRole' };
-+BEGIN { extends 'Catalyst::Controller' };
- 
- my $msg = '';
- 

-- 
Debian packaging of Catalyst-ActionRole-ACL CPAN distribution



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