[libmagpie-perl] 06/07: Drop patch 1001: Applied upstream.

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 09ac7147e3a8746cfda19dec81f1f345f3bb1543
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jan 28 11:43:49 2014 +0100

    Drop patch 1001: Applied upstream.
---
 debian/patches/1001_fix_new_Moose.patch | 19 -------------------
 debian/patches/README                   |  3 ---
 debian/patches/series                   |  1 -
 3 files changed, 23 deletions(-)

diff --git a/debian/patches/1001_fix_new_Moose.patch b/debian/patches/1001_fix_new_Moose.patch
deleted file mode 100644
index 697c9df..0000000
--- a/debian/patches/1001_fix_new_Moose.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-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
deleted file mode 100644
index 80c1584..0000000
--- a/debian/patches/README
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 469d16f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-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