[SCM] Debian packaging of libapp-termcast-perl branch, master, updated. upstream/0.11-14-gc67111a

Florian Schlichting fschlich at zedat.fu-berlin.de
Wed Mar 14 23:37:30 UTC 2012


The following commit has been merged in the master branch:
commit 9ca91dc9776f6acd572e047c75e625f9088ffaca
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Mar 15 00:33:06 2012 +0100

    dropped race.patch, test reworked upstream

diff --git a/debian/patches/race.patch b/debian/patches/race.patch
deleted file mode 100644
index 3dd82c3..0000000
--- a/debian/patches/race.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: There are some weird timing issues between writing/reading/writing/reading.
- Add a short sleep as a workaround
-Origin: vendor
-Forwarded: no
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-06-23
-
---- a/t/read-write.t
-+++ b/t/read-write.t
-@@ -35,6 +35,7 @@
-         syswrite($cwrite, 'a');
-         { sysread($cread, my $buf, 1) }
-         $pty->write("foo\n");
-+        sleep 1;
-         syswrite($cwrite, 'a');
-         { sysread($cread, my $buf, 1) }
-         {
-@@ -46,6 +47,7 @@
-             is($read, "foo\r\nfoo\r\n---\r\n", 'got the right thing on stdout');
-         }
-         $pty->write("bar\n");
-+        sleep 1;
-         syswrite($cwrite, 'a');
-         { sysread($cread, my $buf, 1) }
-         {
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b76f97d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-race.patch

-- 
Debian packaging of libapp-termcast-perl



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