[SCM] Debian packaging of libmouse-perl branch, master, updated. debian/0.94-1-9-g5646a68

Alessandro Ghedini al3xbio at gmail.com
Tue Oct 11 18:31:31 UTC 2011


The following commit has been merged in the master branch:
commit c7a8593bd4f70421f3e6b93be3d262a09ad4f030
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Tue Oct 11 20:20:35 2011 +0200

    Drop disable-failing-test-ia64.patch (merged upstream)

diff --git a/debian/patches/disable-failing-test-ia64.patch b/debian/patches/disable-failing-test-ia64.patch
deleted file mode 100644
index 20aba29..0000000
--- a/debian/patches/disable-failing-test-ia64.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: Disable a test that is failing on ia64
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=71211
-Bug-Debian: http://bugs.debian.org/642803
-Forwarded: no
-Author: Alessandro Ghedini <al3xbio at gmail.com>
-Last-Update: 2011-09-25
-
---- a/t/001_mouse/043-parameterized-type.t
-+++ b/t/001_mouse/043-parameterized-type.t
-@@ -241,7 +241,12 @@
- 
-     ok  $myhashref->is_a_type_of('HashRef'), "$myhashref";
-     ok  $myhashref->check({ a => 43, b => 100 });
--    ok !$myhashref->check({ a => 43, b => 3.14 });
-+
-+    TODO: {
-+        local $TODO = "failing test on ia64";
-+        ok !$myhashref->check({ a => 43, b => 3.14 });
-+    }
-+
-     ok !$myhashref->check({});
-     ok !$myhashref->check({ a => 42, b => [] });
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d7d36ad..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-disable-failing-test-ia64.patch

-- 
Debian packaging of libmouse-perl



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