debian/0000755000000000000000000000000012231165727007174 5ustar debian/libcurses-perl.examples0000644000000000000000000000000611330133733013652 0ustar demo* debian/libcurses-perl.docs0000644000000000000000000000000711330133733012765 0ustar README debian/watch0000644000000000000000000000014511330133733010214 0ustar version=3 http://search.cpan.org/dist/Curses/ .*/Curses-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/README.debian0000644000000000000000000000076511330133733011274 0ustar libcurses-perl for DEBIAN --------------000-------- This package is built with support for MENUS, PANELS and FORMS. -- Niko Tyni , Sun, 27 Jan 2008 15:51:27 +0200 This package contains the "Curses" module for Perl. In order to avoid confusion, the Debian package is called libcurses-perl instead of curses. You can find a manpage under the name Curses. Note that this package used to be called perl-curses. John Goerzen , Sun Dec 28 14:38:56 CST 1997 debian/rules0000755000000000000000000000031511330367367010256 0ustar #!/usr/bin/make -f PERL ?= /usr/bin/perl override_dh_auto_configure: $(PERL) Makefile.PL PANELS MENUS FORMS INSTALLDIRS=vendor override_dh_installchangelogs: dh_installchangelogs HISTORY %: dh $@ debian/copyright0000644000000000000000000000315611330367367011137 0ustar Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 Upstream-Maintainer: William Setzer Upstream-Source: http://search.cpan.org/dist/Curses/ Upstream-Name: Curses Files: * Copyright: (c) 1994-2000 William Setzer All rights reserved. License-Alias: Perl License: GPL-1+ | Artistic Files: ppport.h Copyright: Version 3.x, Copyright (c) 2004-2007, Marcus Holland-Moritz. Version 2.x, Copyright (C) 2001, Paul Marquess. Version 1.x, Copyright (C) 1999, Kenneth Albanowski. License: GPL-1+ | Artistic This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Files: debian/* Copyright: 1997-2003, John Goerzen 2003-2004, Igor Genibel 2004-2005, Jay Bonci 2007-2010, various members of the Debian Perl Group, cf. debian/changelog License: GPL-1+ | Artistic 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' debian/source/0000755000000000000000000000000011330370225010462 5ustar debian/source/format0000644000000000000000000000001411330370331011666 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011330370225010611 5ustar debian/patches/t_upstream_spelling.diff0000644000000000000000000000172611330367367015546 0ustar From: Franck Joncourt Origin: vendor Subject: Fix spelling error This fixes a spelling error found in the pod documentation. Signed-off-by: Franck Joncourt --- Curses.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Curses.pm b/Curses.pm index 038de00..edfb433 100644 --- a/Curses.pm +++ b/Curses.pm @@ -450,8 +450,8 @@ William Setzer =head2 Available Functions - Avaiable Function Unified? Available via $OldCurses[*] - ----------------- -------- ------------------------ + Available Function Unified? Available via $OldCurses[*] + ------------------ -------- ------------------------ addch Yes waddch mvaddch mvwaddch echochar Yes wechochar addchstr Yes waddchstr mvaddchstr mvwaddchstr -- tg: (843dcb9..) t/upstream/spelling (depends on: master) debian/patches/series0000644000000000000000000000006611330367367012045 0ustar t_upstream_spelling.diff libcurses-perl_hurd1.debdiff debian/patches/libcurses-perl_hurd1.debdiff0000644000000000000000000000135211330367367016172 0ustar From: Barry deFreese Origin: vendor Bug-Debian: http://bugs.debian.org/533698 Subject: Fix build failure on Debian GNU/Hurd This fixes a FTBFS on Debian GNU/Hurd because it is missing a hints file. --- /dev/null +++ b/hints/c-gnu.h @@ -0,0 +1,27 @@ +/* Hint file for the GNU platform. + * + * If this configuration doesn't work, look at the file "c-none.h" + * for how to set the configuration options. + */ + +#include + +#ifdef C_PANELSUPPORT +#include +#endif + +#ifdef C_MENUSUPPORT +#include +#endif + +#ifdef C_FORMSUPPORT +#include +#endif + +#define C_LONGNAME +#define C_LONG0ARGS +#undef C_LONG2ARGS + +#define C_TOUCHLINE +#define C_TOUCH3ARGS +#undef C_TOUCH4ARGS debian/compat0000644000000000000000000000000211330133733010361 0ustar 7 debian/control0000644000000000000000000000164211330367367010605 0ustar Source: libcurses-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Jay Bonci , Damyan Ivanov , Niko Tyni , gregor herrmann , Franck Joncourt , Gunnar Wolf , Ryan Niebur Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Curses/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcurses-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcurses-perl/ Build-Depends: perl, libncursesw5-dev, debhelper (>= 7.0.50) Package: libcurses-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Curses interface for Perl libcurses-perl (the Curses module from CPAN) will let you use the ncurses/curses terminal screen manipulation routines from Perl programs. debian/changelog0000644000000000000000000002707512231165727011061 0ustar libcurses-perl (1.28-1build3) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 09:54:47 +0100 libcurses-perl (1.28-1build2) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 19:37:07 +0000 libcurses-perl (1.28-1build1) oneiric; urgency=low * Rebuild for Perl 5.12. -- Colin Watson Sun, 08 May 2011 08:51:32 +0100 libcurses-perl (1.28-1) unstable; urgency=low [ Ryan Niebur ] * Update ryan52's email address [ Franck Joncourt ] * New upstream release. * Add /me as Uploader. * Switch to dpkg-source 3.0 (quilt) format: + Removed useless README.source file which only documented the usage of quilt. + Removed BD on quilt. + Removed debhelper option (--with-quilt). * Updated BD: + Use of the override_dh targets requires at least debhelper (>= 7.0.50). + Relaxed versionned dependency on perl (>= 5.8) since oldstable has 5.8.8. * Bumped up Standards-Version to 3.8.4 (no changes). * Added patch t_upstream_spelling.diff to fix a spelling error. -- Franck Joncourt Thu, 28 Jan 2010 21:06:25 +0100 libcurses-perl (1.27-2) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * patch from Barry deFreese to fix build on Hurd (Closes: #533698) * Add myself to Uploaders * Debian Policy 3.8.2 * update d/rules format a bit -- Ryan Niebur Sun, 21 Jun 2009 20:27:26 -0700 libcurses-perl (1.27-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sat, 24 Jan 2009 02:23:45 +0100 libcurses-perl (1.26-1) unstable; urgency=low * New upstream release. * debian/control: - switch Vcs-Browser field to ViewSVN - add ${misc:Depends} to Depends: field - change my email address * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. * debian/copyright: update formatting. -- gregor herrmann Mon, 05 Jan 2009 15:56:32 +0100 libcurses-perl (1.24-1) unstable; urgency=low * New upstream release * Added myself as an uploader * Standards-version -> 3.8.0 (no changes) -- Gunnar Wolf Thu, 11 Sep 2008 22:48:18 -0500 libcurses-perl (1.23-1) unstable; urgency=low [ Roberto C. Sanchez ] * New upstream release. [ David Paleino ] * debian/control: removed myself from Uploaders -- Roberto C. Sanchez Sat, 15 Mar 2008 23:09:06 -0400 libcurses-perl (1.21-1) unstable; urgency=low * New upstream release. * debian/watch: extend regexp for matching upstream releases. * Drop patch 01-add_GNU-kFreeBSD.patch (now included in upstream Makefile.PL) and quilt framework accordingly. * Run $(PERL) Makefile.PL in debian/rules's clean target if Makefile exists, otherwise clean fails. * Remove debian/dirs, the necessary directories are created my $(MAKE) install anyway. * Set debhelper compatibility level to 6. * Remove debian/libcurses-perl.examples and install examples directly from debian/rules. * debian/copyright: add additional copyright holders and convert to new format. * Install HISTORY as upstream changelog. * Install upstream README file which contains a few hints. * debian/rules: move dh_clean before make distclean. * Add /me to Uploaders. -- gregor herrmann Sun, 17 Feb 2008 02:28:17 +0100 libcurses-perl (1.20-2) unstable; urgency=low [ gregor herrmann ] * debian/rules: delete /usr/share/perl5 only if it exists. [ Niko Tyni ] * Fix the 'clean' target, it didn't work when Makefile.PL got unpatched. * Build with wide character support from libncursesw5. (Closes: #462773) + no 'form.h problem' anymore, so include FORMS support again. (Closes: #462775) * Remove control and description references to perl-curses, as the rename was over ten years ago. * Small debian/rules enhancements. * Re-add David in the Uploaders field. -- Niko Tyni Sun, 10 Feb 2008 22:16:16 +0200 libcurses-perl (1.20-1) unstable; urgency=low [ David Paleino ] * New upstream release * debian/rules: - don't ignore the return value of $(MAKE) clean - updated to use quilt patch system * debian/control: - added myself to Uploaders - updating Standards-Version to 3.7.3 - adding quilt to Build-Depends * debian/patches: - 01-add_GNU-kFreeBSD.patch added (Closes: #416459) * the use of libncursesw instead of libncurses, when available, was already implemented in 1.16 in August 2007. (Closes: #346476) [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). * Set Maintainer to Debian Perl Group. * Use dist-based URL in debian/watch. [ Damyan Ivanov ] * Note 01-add_GNU-kFreeBSD.patch is forwarded upstream * More debian/rules cleanup + move $(MAKE) and $(MAKE) test to build target + use DESTDIR and PREFIX when installing + use distclean instead of clean; no need to remove Makefile.old + drop unused dh_installman and dh_link + add dh_shlibdeps call + support noopt in DEB_BUILD_OPTIONS * Bump debhelper compatibility level to 5; adjust build-dependency accordingly Put me in Uploaders instead of David -- Damyan Ivanov Mon, 17 Dec 2007 22:46:14 +0200 libcurses-perl (1.13-1) unstable; urgency=low * New upstream release (Closes: #338211) * Policy version bump (No other changes) * Hardcoded path instead of regexp on pwd (which may have been causing buildd issues) -- Jay Bonci Sun, 11 Dec 2005 23:59:14 -0500 libcurses-perl (1.12-1) unstable; urgency=low * New upstream release -- Jay Bonci Tue, 7 Jun 2005 10:49:09 -0400 libcurses-perl (1.11-1) unstable; urgency=low * New upstream version * Updated debian/watch file -- Jay Bonci Thu, 17 Mar 2005 01:32:05 -0500 libcurses-perl (1.08b-1) unstable; urgency=low * New upstream version (Closes: #285525) * Adds MENU support * Updated debian/watch to find new, more liberal filename -- Jay Bonci Tue, 28 Dec 2004 18:49:53 -0500 libcurses-perl (1.06-11) unstable; urgency=low * Adds debian/watch so uscan will actually work * Adds download URL to copyright. (Closes: #241730) * Adds PANELS support per INSTALL file (Closes: #252057) -- Jay Bonci Sun, 12 Sep 2004 02:47:42 -0400 libcurses-perl (1.06-10) unstable; urgency=low * Fixes FTBFS. binary-arch vs. binary-all (Closes: #234957) -- Jay Bonci Sat, 28 Feb 2004 17:16:10 -0500 libcurses-perl (1.06-9) unstable; urgency=low * New maintainer (Closes: #233664) * Updated debian/rules file to match my standard rules template * Added debian/compat file per debhelper best practices * Moved demo files to being installed via dh_installexamples * Change perl location to be /usr/bin/perl in all files (Closes: #230145) * Policy version bump to 3.6.1.0 * Changed section to perl * Changed priority to optional * Removed dependancy on debmake * Bumped debhelper dependancy to (>= 4.0) * Removed bad =over 4 section in POD (Curses.pm) * Removed bad external link error in POD (Curses.pm) -- Jay Bonci Tue, 24 Feb 2004 15:57:00 -0500 libcurses-perl (1.06-8) unstable; urgency=low * Orphan this package -- Igor Genibel Thu, 19 Feb 2004 11:18:47 +0100 libcurses-perl (1.06-7) unstable; urgency=low * New Maintainer (Closes: #206098) * Fix MENU FORMS support (Closes: #186128) * Bumped to Standards 3.6.0 some changes in control and rules file * Make the package lintian clean -- Igor Genibel Tue, 19 Aug 2003 10:06:09 +0200 libcurses-perl (1.06-6) unstable; urgency=low * Orphaning this package. -- John Goerzen Mon, 18 Aug 2003 14:19:03 -0500 libcurses-perl (1.06-5) unstable; urgency=low * Rebuilt to get new Perl deps. Closes: #176714. -- John Goerzen Wed, 5 Feb 2003 15:06:07 -0600 libcurses-perl (1.06-4) unstable; urgency=low * Work around gcc weirdness on hppa using patch from LaMont Jones. Closes: #160527. -- John Goerzen Tue, 15 Oct 2002 13:09:50 -0500 libcurses-perl (1.06-3) unstable; urgency=low * Added pointer to Artistic license. Closes: #157562. * Includes more demos now. * Explicitly specifies includes and libs with patch from #143118. Closes: #143118. -- John Goerzen Tue, 15 Oct 2002 09:22:44 -0500 libcurses-perl (1.06-2.1) unstable; urgency=low * NMU * Use PerlIO_FindFILE to fetch FILE* from PerlIO objects. * Build against perl 5.8.0. -- Brendan O'Dea Tue, 27 Aug 2002 22:09:54 +1000 libcurses-perl (1.06-2) unstable; urgency=low * Added build-dep on debhelper. Closes: #133635. -- John Goerzen Wed, 13 Feb 2002 09:19:59 -0500 libcurses-perl (1.06-1) unstable; urgency=low * New upstream release. * Added build-depends on libncurses5-dev and debmake. Closes: #89751. * Applied patch from Marcus Brinkmann to build on Hurd. Closes: #105560. * Fixed path to perl in demo. Closes: #111054. -- John Goerzen Tue, 12 Feb 2002 08:23:55 -0500 libcurses-perl (1.05-2) unstable; urgency=low * Fixed a Makefile.PL bug that caused things to be placed in /usr/local. Thanks to Colin Watson for the patch in 88937. Closes: #88937. -- John Goerzen Tue, 13 Mar 2001 10:44:05 -0500 libcurses-perl (1.05-1) unstable; urgency=low * New upstream release. Closes: #85756, #83461, #85256. * Rebuilt with Perl 5.6. Closes: #80720. -- John Goerzen Thu, 22 Feb 2001 11:46:29 -0500 libcurses-perl (1.02-3) unstable; urgency=low * Update to standards-version 3.0.1 * Update to FHS. * Old bug fixed. Closes: #41520. -- John Goerzen Wed, 22 Sep 1999 08:54:22 -0500 libcurses-perl (1.02-2.1) unstable; urgency=low * NMU for the perl upgrade. Closes: #41520 * Corrected the rules files to conform with perl policy 1.0.1 * Compiled with perl-5.005 -- Raphael Hertzog Sun, 18 Jul 1999 22:42:26 +0200 libcurses-perl (1.02-2) unstable; urgency=low * Now linked with libncurses4 instead of ncurses3.4 -- John Goerzen Sat, 31 Oct 1998 15:33:01 -0600 libcurses-perl (1.02-1) unstable; urgency=low * New upstream release * Now properly builds, without an ugly hack to the Makefile. Fixes bug #16714. * Rebuilt with an updated debmake, fixing bug #19350. Other comments regarding that bug report (lintian-generated): * Standards-version has been updated -- John Goerzen Fri, 13 Mar 1998 21:38:50 -0600 libcurses-perl (1.01-1) unstable; urgency=low * Recompiled for libc6 and Perl 5.004. Fixes bug #15177 * No longer installs a perllocal.pod. Documentation is in /usr/man/man3/Curses.3pm.gz. Fixes bugs #12749, #12846 * Package has been renamed from perl-curses to libcurses-perl to comply with informal standard. Fixes bug #11028. * Enhanced debian/rules's clean target -- John Goerzen Sun, 28 Dec 1997 14:25:51 -0600 perl-curses (1.01-1) unstable; urgency=low * Initial Release. * This is the Curses module from CPAN. -- John Goerzen Mon, 2 Jun 1997 12:02:47 -0500