debian/0000755000000000000000000000000011726321306007167 5ustar debian/copyright0000644000000000000000000000260111726321306011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Shawn M Moore Source: http://search.cpan.org/dist/Term-TtyRec-Plus/ Upstream-Name: Term-TtyRec-Plus Files: * Copyright: 2006-2012, Shawn M Moore License: Artistic or GPL-1+ Files: bin/ttyplay Copyright: 2012, Jesse Luehrs License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, gregor herrmann 2012, Florian Schlichting 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'. debian/libterm-ttyrec-plus-perl.examples0000644000000000000000000000003011726321306015607 0ustar bin/ttyplay bin/ttytime debian/watch0000644000000000000000000000017511726321306010223 0ustar version=3 http://search.cpan.org/dist/Term-TtyRec-Plus/ .*/Term-TtyRec-Plus-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000225711726321306010600 0ustar Source: libterm-ttyrec-plus-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann , Florian Schlichting Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, perl (>= 5.10.1) | libio-compress-perl | libio-compress-bzip2-perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libterm-ttyrec-plus-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libterm-ttyrec-plus-perl.git Homepage: http://search.cpan.org/dist/Term-TtyRec-Plus/ Package: libterm-ttyrec-plus-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.10.1) | libio-compress-perl | libio-compress-bzip2-perl Description: module for reading a ttyrec Term::TtyRec::Plus is a module that lets you read ttyrec files. The related module, Term::TtyRec is designed more for simple interactions. . Term::TtyRec::Plus gives you more information and, using a callback, lets you munge the data block and timestamp. It will do all the subtle work of making sure timing is kept consistent, and of rebuilding each frame header. debian/changelog0000644000000000000000000000245411726321306011046 0ustar libterm-ttyrec-plus-perl (0.09-1) unstable; urgency=low * Imported Upstream version 0.09. * Refreshed dont-install-ttyplay-into-usr-bin.patch: don't install ttytime either... * ...but add it to examples as well. -- Florian Schlichting Fri, 09 Mar 2012 00:37:42 +0100 libterm-ttyrec-plus-perl (0.08-2) unstable; urgency=low * Team upload. * Add dont-install-ttyplay-into-usr-bin.patch patch. Don't install bin/ttyplay into /usr/bin. Thanks to Ralf Treinen for the report (Closes: #662751) * Install bin/ttyreplay into examples directory -- Salvatore Bonaccorso Tue, 06 Mar 2012 09:10:39 +0100 libterm-ttyrec-plus-perl (0.08-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Florian Schlichting ] * Imported Upstream version 0.08. * Added copyright stanza for bin/ttyplay, bumped copyright years. * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0). * Added myself to Uploaders and copyright. -- Florian Schlichting Sun, 04 Mar 2012 22:33:32 +0100 libterm-ttyrec-plus-perl (0.07-1) unstable; urgency=low * Initial release (closes: #631336). -- gregor herrmann Thu, 23 Jun 2011 02:15:48 +0200 debian/rules0000755000000000000000000000003611726321306010246 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000011726321306010467 5ustar debian/source/format0000644000000000000000000000001411726321306011675 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211726321306010365 0ustar 8 debian/patches/0000755000000000000000000000000011726321306010616 5ustar debian/patches/series0000644000000000000000000000005011726321306012026 0ustar dont-install-ttyplay-into-usr-bin.patch debian/patches/dont-install-ttyplay-into-usr-bin.patch0000644000000000000000000000060711726321306020302 0ustar Description: Don't install bin/ttyplay into /usr/bin Origin: vendor Bug-Debian: http://bugs.debian.org/662751 Forwarded: not-needed Author: Salvatore Bonaccorso Last-Update: 2012-03-09 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,9 +8,6 @@ requires 'IO::Uncompress::Bunzip2'; -install_script 'bin/ttyplay'; -install_script 'bin/ttytime'; - auto_install; WriteAll;