[SCM] Packaging of padre perl editor branch, master, updated. debian/0.96+dfsg1-2-6-g822db9a
Dominique Dumont
dod at debian.org
Mon Jul 16 11:25:26 UTC 2012
The following commit has been merged in the master branch:
commit 822db9a45a7e350c5e556dc6a38959e8b62dc085
Author: Dominique Dumont <dod at debian.org>
Date: Mon Jul 16 13:24:27 2012 +0200
Removed skip test patch: problem's gone
The segfault happening in this test has been fixed
in libdbi-perl 1.621.
diff --git a/debian/patches/series b/debian/patches/series
index a69dcac..1413412 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
fix-double-line-in-outline
fix-spelling
-skip-fishy-test
disable-tcp-server.patch
example-interpreter.patch
diff --git a/debian/patches/skip-fishy-test b/debian/patches/skip-fishy-test
deleted file mode 100644
index 1f58051..0000000
--- a/debian/patches/skip-fishy-test
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Skip fishy test
- The 38_manager test broke with new DBI. Padre 0.94 test is also
- broken, but nobody complained. Padre 0.96 is broken but I did not find
- any problem, so I've disabled the test.
- .
- As soon as the issue is fixed upstream (or in DBI), this patch will be
- removed.
-Forwarded: http://padre.perlide.org/trac/ticket/1432
-Author: dod
---- a/t/38_task_manager.t
-+++ b/t/38_task_manager.t
-@@ -17,6 +17,9 @@
- exit 0;
- }
-
-+ plan skip_all => 'Test disabled by Debian: no further problem found';
-+ exit 0;
-+
- plan tests => 16;
- }
-
--
Packaging of padre perl editor
More information about the Pkg-perl-cvs-commits
mailing list