[libmagpie-perl] 01/07: Add patch 1001 to fix use with newer Moose.

Jonas Smedegaard js at moszumanska.debian.org
Tue Jan 28 10:55:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmagpie-perl.

commit da95a860d9854d53e888ca889f4c405f6a5e0155
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jan 28 01:04:26 2014 +0100

    Add patch 1001 to fix use with newer Moose.
---
 debian/patches/1001_fix_new_Moose.patch | 19 +++++++++++++++++++
 debian/patches/README                   |  3 +++
 debian/patches/series                   |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/patches/1001_fix_new_Moose.patch b/debian/patches/1001_fix_new_Moose.patch
new file mode 100644
index 0000000..697c9df
--- /dev/null
+++ b/debian/patches/1001_fix_new_Moose.patch
@@ -0,0 +1,19 @@
+Description: Make the breadboard attribute lazy
+Origin: vendor, Github issue tracker
+Bug: https://github.com/Tamarou/magpie/pull/12
+Forwarded: https://github.com/Tamarou/magpie/pull/12
+Bug-Debian: http://bugs.debian.org/#720983
+Author: Chris Prather <chris at prather.org>
+Reviewed-by: Jonas Smedegaard <dr at jones.dk>
+Last-Update: 2014-01-28
+
+--- a/lib/Magpie/Component.pm
++++ b/lib/Magpie/Component.pm
+@@ -16,6 +16,7 @@
+     is      => 'rw',
+     isa     => 'Magpie::Breadboard',
+     default => sub { Magpie::Breadboard->new(); },
++    lazy    => 1,
+     handles => [
+         qw( add_asset assets resolve_asset internal_assets resolve_internal_asset)
+     ],
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..469d16f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001_fix_new_Moose.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmagpie-perl.git



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