[SCM] Debian packaging of libbit-vector-perl branch, master, updated. debian/7.2-2-8-ge3a1dbc

gregor herrmann gregoa at debian.org
Thu Jul 25 18:30:32 UTC 2013


The following commit has been merged in the master branch:
commit d7c0fcde34e842d14479bc6cc10a9b30d4184d91
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 25 20:24:30 2013 +0200

    Drop Bit-Vector-destroy.patch, merged upstream.

diff --git a/debian/patches/Bit-Vector-destroy.patch b/debian/patches/Bit-Vector-destroy.patch
deleted file mode 100644
index 309b1a1..0000000
--- a/debian/patches/Bit-Vector-destroy.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Origin: https://rt.cpan.org/Public/Bug/Display.html?id=84250
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=84250
-Bug-Debian: http://bugs.debian.org/708003
-Forwarded: not-needed
-
-From 0646f34fc3eeb47627822df860986cf7bee4ebed Mon Sep 17 00:00:00 2001
-From: Gisle Aas <gisle at activestate.com>
-Date: Thu, 28 Mar 2013 00:41:07 -0700
-Subject: [PATCH] eval { 1->method } triggers different error in 5.17.11
-
----
- t/02_____destroy.t |    4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
-
-diff --git a/t/02_____destroy.t b/t/02_____destroy.t
-index 41e3aa3..adcf995 100644
---- a/t/02_____destroy.t
-+++ b/t/02_____destroy.t
-@@ -17,7 +17,9 @@ if (ref($set) eq '')
- {print "ok $n\n";} else {print "not ok $n\n";}
- $n++;
- eval { $set->DESTROY(); };
--if ($@ =~ /Can't call method "DESTROY" without a package or object reference/)
-+if ($@ =~ /Can't call method "DESTROY" without a package or object reference/ ||
-+    $@ =~ /Can't locate object method "DESTROY" via package "1"/
-+)
- {print "ok $n\n";} else {print "not ok $n\n";}
- $n++;
- eval { Bit::Vector::DESTROY($set); };
--- 
-1.7.0.5
-
diff --git a/debian/patches/series b/debian/patches/series
index 72adb76..f7c4b35 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 spelling-error-in-manpage.patch
-Bit-Vector-destroy.patch

-- 
Debian packaging of libbit-vector-perl



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