r76310 - in /trunk/libapp-termcast-perl/debian: ./ changelog compat control copyright patches/ patches/race.patch patches/series rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jun 23 00:17:36 UTC 2011


Author: gregoa
Date: Thu Jun 23 00:17:34 2011
New Revision: 76310

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76310
Log:
[svn-inject] Applying Debian modifications (0.10-1) to trunk

Added:
    trunk/libapp-termcast-perl/debian/
    trunk/libapp-termcast-perl/debian/changelog
    trunk/libapp-termcast-perl/debian/compat
    trunk/libapp-termcast-perl/debian/control
    trunk/libapp-termcast-perl/debian/copyright
    trunk/libapp-termcast-perl/debian/patches/
    trunk/libapp-termcast-perl/debian/patches/race.patch
    trunk/libapp-termcast-perl/debian/patches/series
    trunk/libapp-termcast-perl/debian/rules   (with props)
    trunk/libapp-termcast-perl/debian/source/
    trunk/libapp-termcast-perl/debian/source/format
    trunk/libapp-termcast-perl/debian/watch

Added: trunk/libapp-termcast-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-termcast-perl/debian/changelog?rev=76310&op=file
==============================================================================
--- trunk/libapp-termcast-perl/debian/changelog (added)
+++ trunk/libapp-termcast-perl/debian/changelog Thu Jun 23 00:17:34 2011
@@ -1,0 +1,5 @@
+libapp-termcast-perl (0.10-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Thu, 23 Jun 2011 00:25:31 +0200

Added: trunk/libapp-termcast-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-termcast-perl/debian/compat?rev=76310&op=file
==============================================================================
--- trunk/libapp-termcast-perl/debian/compat (added)
+++ trunk/libapp-termcast-perl/debian/compat Thu Jun 23 00:17:34 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libapp-termcast-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-termcast-perl/debian/control?rev=76310&op=file
==============================================================================
--- trunk/libapp-termcast-perl/debian/control (added)
+++ trunk/libapp-termcast-perl/debian/control Thu Jun 23 00:17:34 2011
@@ -1,0 +1,38 @@
+Source: libapp-termcast-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libio-pty-easy-perl,
+ libjson-perl,
+ libmoose-perl,
+ libmoosex-getopt-perl,
+ libscope-guard-perl,
+ libterm-readkey-perl,
+ libtest-requires-perl,
+ libtest-script-perl,
+ libtest-tcp-perl,
+ libtry-tiny-perl,
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+Standards-Version: 3.9.2
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libapp-termcast-perl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libapp-termcast-perl/
+Homepage: http://search.cpan.org/dist/App-Termcast/
+
+Package: libapp-termcast-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libio-pty-easy-perl,
+ libjson-perl,
+ libmoose-perl,
+ libmoosex-getopt-perl,
+ libscope-guard-perl,
+ libterm-readkey-perl,
+ libtry-tiny-perl
+Recommends: libterm-ttyrec-plus-perl
+Provides: termcast
+Description: termcasting module
+ App::Termcast is a client for the http://termcast.org/ service, which allows
+ broadcasting of a terminal session for remote viewing.

Added: trunk/libapp-termcast-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-termcast-perl/debian/copyright?rev=76310&op=file
==============================================================================
--- trunk/libapp-termcast-perl/debian/copyright (added)
+++ trunk/libapp-termcast-perl/debian/copyright Thu Jun 23 00:17:34 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Jesse Luehrs <doy at tozt dot net>
+Source: http://search.cpan.org/dist/App-Termcast/
+Name: App-Termcast
+
+Files: *
+Copyright: 2011, Jesse Luehrs <doy at tozt dot net>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libapp-termcast-perl/debian/patches/race.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-termcast-perl/debian/patches/race.patch?rev=76310&op=file
==============================================================================
--- trunk/libapp-termcast-perl/debian/patches/race.patch (added)
+++ trunk/libapp-termcast-perl/debian/patches/race.patch Thu Jun 23 00:17:34 2011
@@ -1,0 +1,25 @@
+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) }
+         {

Added: trunk/libapp-termcast-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-termcast-perl/debian/patches/series?rev=76310&op=file
==============================================================================
--- trunk/libapp-termcast-perl/debian/patches/series (added)
+++ trunk/libapp-termcast-perl/debian/patches/series Thu Jun 23 00:17:34 2011
@@ -1,0 +1,1 @@
+race.patch

Added: trunk/libapp-termcast-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-termcast-perl/debian/rules?rev=76310&op=file
==============================================================================
--- trunk/libapp-termcast-perl/debian/rules (added)
+++ trunk/libapp-termcast-perl/debian/rules Thu Jun 23 00:17:34 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libapp-termcast-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libapp-termcast-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-termcast-perl/debian/source/format?rev=76310&op=file
==============================================================================
--- trunk/libapp-termcast-perl/debian/source/format (added)
+++ trunk/libapp-termcast-perl/debian/source/format Thu Jun 23 00:17:34 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libapp-termcast-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-termcast-perl/debian/watch?rev=76310&op=file
==============================================================================
--- trunk/libapp-termcast-perl/debian/watch (added)
+++ trunk/libapp-termcast-perl/debian/watch Thu Jun 23 00:17:34 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/App-Termcast/   .*/App-Termcast-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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