debian/0000755000000000000000000000000012234025350007162 5ustar debian/patches/0000755000000000000000000000000012234024052010607 5ustar debian/patches/series0000644000000000000000000000002112234023403012014 0ustar pod-errors.patch debian/patches/pod-errors.patch0000644000000000000000000000077612234024052013736 0ustar Description: fix two pod errors ('=item' outside of any '=over') Origin: https://github.com/jonathanstowe/TermReadKey/commit/932d3b4cb7888d98f2431279f9a5197a46259bcf --- a/ReadKey.pm +++ b/ReadKey.pm @@ -210,7 +210,7 @@ Currently maintained by Jonathan Stowe -=item SUPPORT +=head1 SUPPORT The code is maintained at @@ -219,7 +219,7 @@ Please feel free to fork and suggest patches. -=item LICENSE +=head1 LICENSE Prior to the 2.31 release the license statement was: debian/watch0000644000000000000000000000017112101266611010212 0ustar version=3 https://metacpan.org/release/TermReadKey/ .*/TermReadKey-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian debian/copyright0000644000000000000000000000331112234025266011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/TermReadKey Upstream-Contact: Jonathan Stowe Upstream-Name: TermReadKey Files: * Copyright: 1994-1999, Kenneth Albanowski 2001-2013, Jonathan Stowe License: termreadkey or Artistic or GPL-1+ Files: ppport.h Copyright: 2004-2010, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) License: Artistic or GPL-1+ Files: debian/* Copyright: 1997, 1998, Kai Henningsen 1999, Darren Stalder 2001, Raphael Hertzog 2002, Joerg Jaspert 2002, Josselin Mouette 2005, 2006, Gunnar Wolf 2008, Damyan Ivanov 2013, Florian Schlichting License: Artistic or GPL-1+ License: termreadkey Unlimited distribution and/or modification is allowed as long as this copyright notice remains intact. 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/control0000644000000000000000000000217312234025257010576 0ustar Source: libterm-readkey-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), perl Maintainer: Debian Perl Group Uploaders: Niko Tyni , Damyan Ivanov , Florian Schlichting Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/TermReadKey/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libterm-readkey-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libterm-readkey-perl.git Package: libterm-readkey-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: perl module for simple terminal control Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.,) support for non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals. One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good likelyhood of it working. debian/compat0000644000000000000000000000000212234021404010354 0ustar 9 debian/changelog0000644000000000000000000001576112234025350011046 0ustar libterm-readkey-perl (2.31-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 2.31 * Drop Replaces for long-removed package adbbs * Switch to source format 3.0 (quilt) * Switch dh compatibility to level 9 to enable passing of hardening flags * Delete versioned depends old perl * Drop GetTermSize-as-documented-300711.patch and pod-typo-479743.patch, both applied upstream * Adjust short description to fit recommended format (noun phrase) * Switch to short-form debian/rules * Add pod-errors.patch from upstream * Convert debian/copyright to machine-readable copyright-format 1.0 * Declare compliance with Debian Policy 3.9.5 * Add myself to uploaders and copyright -- Florian Schlichting Tue, 29 Oct 2013 22:38:20 +0100 libterm-readkey-perl (2.30-4) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * Set debhelper compatibility level to 5. * Set Standards-Version to 3.7.2 (no changes needed). * debian/rules: - don't install empty /usr/share/perl5 directory - use $(CURDIR) instead of `pwd` - let install target depend on build target - remove commented out dh_* calls * debian/rules: delete /usr/share/perl5 only if it exists. [ Damyan Ivanov ] * debian/watch: use dist-based URL. + also drop uupdate * add myself to Uploaders * refresh debian/rules using current dh-make-perl template * Standards-Version: 3.7.3 (no changes) * split change to ReadKey.pm into a patch; add quilt * add pod-typo-479743.patch, fixing a typo in documentation. Thanks to Reuben Thomas. Closes: #479743 -- Damyan Ivanov Tue, 06 May 2008 23:36:06 +0300 libterm-readkey-perl (2.30-3) unstable; urgency=low [ Niko Tyni ] * Fixed maintainer email address. (Closes: #343483) [ Gunnar Wolf ] * Fixed debian/watch * Moved debhelper compatibility to version 4 * No longer ignores error when cleaning -- Gunnar Wolf Sun, 5 Feb 2006 12:15:57 -0600 libterm-readkey-perl (2.30-2) unstable; urgency=low * Modified the GetTerminalSize function to match its documented description (Closes: #300711) -- Gunnar Wolf Sat, 16 Jul 2005 23:17:21 +0300 libterm-readkey-perl (2.30-1) unstable; urgency=low * New upstream release (Closes: #303584) * Build process now also performs tests (make test). -- Gunnar Wolf Tue, 12 Jul 2005 20:56:31 +0300 libterm-readkey-perl (2.21-2) unstable; urgency=low * New maintainer: The pkg-perl group * Syntax error in the documentation (missing parenthesis) fixed. (Closes: #228982, #310787) * Bumped up standards version to 3.6.2 * Moved to section perl -- Gunnar Wolf Tue, 12 Jul 2005 19:26:57 +0300 libterm-readkey-perl (2.21-1.3) unstable; urgency=low * NMU for perl 5.8. Set build dependency to perl 5.8. -- Josselin Mouette Tue, 20 Aug 2002 17:24:42 +0200 libterm-readkey-perl (2.21-1) unstable; urgency=low * New upstream release -- Joerg Jaspert Sat, 3 Aug 2002 19:03:55 +0200 libterm-readkey-perl (2.20-1) unstable; urgency=low * New upstream release -- Joerg Jaspert Mon, 3 Jun 2002 16:18:52 +0200 libterm-readkey-perl (2.19-2) unstable; urgency=low * Changed my Email address * termcap-compat is a libc5-package. We use libc6. My (small) test with this modul dont show the problem from this bug. So i think this (closes: #79642) * Added debian/watch. -- Joerg Jaspert Thu, 18 Apr 2002 21:49:22 +0200 libterm-readkey-perl (2.19-1) unstable; urgency=low * New Maintainer. (closes: #141229) * Acknowledge of all the NMU Bugfixes (closes: #94454, #70542, #80717, #93284, #91197, #91565) * Updated debian/copyright. * Reworked debian/rules to make more use of debhelper. Hope i dont break anything with it. * Removed postinst and postrm. We dont do anything special here. * Removed Provides, Replaces and Conflicts for libtermreadkey-perl. There is no package that uses this Package name today. Keep Replaces for adbbs. * Changed Standards-Version from 2.5.0 to 3.5.1 -- Joerg Jaspert (JJ) Sat, 6 Apr 2002 15:50:57 +0200 libterm-readkey-perl (2.14-2.1) unstable; urgency=medium * Yet Another NMU. No changes. Did that because there was a sparc binary-only NMU 2.14-2 that caused it to not get through testing. -- Raphael Hertzog Sat, 5 May 2001 13:05:23 +0200 libterm-readkey-perl (2.14-1.2) unstable; urgency=low * Another NMU. * Built again and this time ReadKey.pm is included (don't know why it wasn't included the previous time). Closes: #94454 * Fixed a call to find that was failing (but ignored). -- Raphael Hertzog Fri, 20 Apr 2001 19:50:07 +0200 libterm-readkey-perl (2.14-1.1) unstable; urgency=low * NMU. * New build with latest perl. Closes: #70542, #80717 * Updated to latest perl policy. * Uses dh_perl for the perl dependency (it's safer, cf bug). Closes: #93284 * FHS transition stuff. Closes: #91197, #91565 -- Raphael Hertzog Wed, 18 Apr 2001 17:30:09 +0200 libterm-readkey-perl (2.14-1) unstable; urgency=low * New Maintainer. * New upstream version. * Complies with Perl packaging standard 1.0. * Completely rewrote debian/rules to how I do things. -- Darren Stalder Mon, 12 Jul 1999 02:35:37 -0700 libterm-readkey-perl (2.12-2) unstable; urgency=low * Debian changelog was missing -- Kai Henningsen Fri, 18 Sep 1998 18:48:06 +0200 libterm-readkey-perl (2.12-1) unstable; urgency=low * New upstream version * various lintian bugs fixed -- Kai Henningsen Sun, 15 Mar 1998 11:49:53 +0100 libterm-readkey-perl (2.09-2) unstable; urgency=low * Changed stupid typo in debian/rules -- Kai Henningsen Wed, 24 Dec 1997 17:17:35 +0100 libterm-readkey-perl (2.09-1) unstable; urgency=low * Changed name. -- Kai Henningsen Wed, 24 Dec 1997 16:58:16 +0100 libtermreadkey-perl (2.09-1) unstable; urgency=low * installed changelog, fixes #6359 for this ex-part of adbbs * no more perllocal.pod (fixes:Bug#8978) * now linked with -lc (fixes:Bug#13537) * Contents of debian/ shamelessly stolen from libnet (and adapted heavily) * separated out from adbbs * Initial Release. -- Kai Henningsen Tue, 9 Dec 1997 00:21:58 +0100 debian/source/0000755000000000000000000000000012234021071010456 5ustar debian/source/format0000644000000000000000000000001412234024170011667 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000024612234024173010246 0ustar #!/usr/bin/make -f %: dh $@ override_dh_installchangelogs: perl -ne 'print if /\Q*****\E/ ... /\Q*****\E/' ReadKey.xs > changelog dh_installchangelogs changelog