debian/0000755000000000000000000000000012217377425007200 5ustar debian/rules0000755000000000000000000000034612217377400010254 0ustar #!/usr/bin/make -f %: dh $@ --with autotools-dev override_dh_auto_configure: dh_auto_configure dh_auto_configure --buildsystem=perl_makemaker override_dh_auto_test: # no tests override_dh_compress: dh_compress -Xexamples debian/control0000644000000000000000000000240012217377400010570 0ustar Source: libcdk-perl Maintainer: Debian Perl Group Uploaders: Jeremiah Foster , Damyan Ivanov , gregor herrmann , Dominic Hargreaves Section: perl Priority: optional Build-Depends: autotools-dev, debhelper (>= 9.20120312), libcdk5-dev, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcdk-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcdk-perl.git Homepage: http://invisible-island.net/cdk/ Package: libcdk-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libperl4-corelibs-perl | perl (<< 5.12.3-7) Description: Perl interface for a curses widget library CDK stands for "Curses Development Kit". CDK sits on top of the curses library and provides 22 ready to use widgets for rapid application development of text-based interfaces. CDK delivers many of the common widget types required for a robust interface. Widgets can be combined to create complex widgets if needed. . This package provides a Perl interface for the CDK library. debian/source/0000755000000000000000000000000012217377400010471 5ustar debian/source/format0000644000000000000000000000001412217377400011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001540212217377400011045 0ustar libcdk-perl (20130816-1) unstable; urgency=low * New upstream release. * Drop XS syntax patch, merged upstream. -- gregor herrmann Sat, 21 Sep 2013 22:17:58 +0200 libcdk-perl (20130717-2) unstable; urgency=low * Team upload. * Fix XS syntax, enforced by newer versions of ExtUtils::ParseXS. (Closes: #719578) -- Niko Tyni Thu, 15 Aug 2013 22:27:32 +0300 libcdk-perl (20130717-1) unstable; urgency=low * New upstream release. * Update years of upstream copyright. * Drop patch, merged upstream. -- gregor herrmann Fri, 09 Aug 2013 21:41:49 +0200 libcdk-perl (20120324-2) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) [ gregor herrmann ] * Add patch from Niko Tyni to fix a few parameter typos caught be newer versions of ExtUtils::ParseXS. (Closes: #708593) * Update years of packaging copyright. * Set Standards-Version to 3.9.4 (no changes). -- gregor herrmann Sat, 18 May 2013 13:51:34 +0200 libcdk-perl (20120324-1) unstable; urgency=low * debian/control: update {versioned,alternative} (build) dependencies. * New upstream release. * Patches: - drop cdk_viewer.patch, merged upstream - drop patch cdkdemo_help.patch, merged upstream - drop makefile.patch, hppa-specific * debian/rules: - call dh_auto_configure twice: once for ./configure, and then again for Makefile.PL. Otherwise the perl modules get installed into the wrong directory, since INSTALLDIRS is not passed along - add empty override_dh_auto_test; there are no tests * Install examples files with examples sub-directory. Add a lintian override for the examples/examples dir. * debian/{contro,compat,rules}: - use debhelper 9.20120312 to get all hardening flags - bump Standards-Version to 3.9.3 (no changes) - use autotools-dev to ensure recent versions of config{.guess,sub} * debian/copyright: - update to Copyright-Format 1.0 - update years of upstream and packaging copyright and license stanzas * Add files to debian/clean that are created during build and not removed by the upstream build system. -- gregor herrmann Sun, 26 Aug 2012 19:00:56 +0200 libcdk-perl (4.9.10-5) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Dominic Hargreaves ] * Add Depends on libperl4-corelibs-perl (will fix lintian warning perl-module-uses-perl4-libs-without-dep once #648532 has been fixed) * Update Standards-Version (no changes) * Switch to dpkg-source 3.0 (quilt) format, restoring the application of patches lost in 4.9.10-4 -- Dominic Hargreaves Sat, 12 Nov 2011 16:43:21 +0000 libcdk-perl (4.9.10-4) unstable; urgency=low * Move changes to upstream code under debian/patches; add quilt framework. * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. * New patch cdkdemo_help.patch to change default path for help system in cdkdemo; thanks to Rafael Laboissiere for the bug report (closes: #519820). * Don't install README anymore. * Switch to debhelper 7, adjust debian/{rules,compat,control}. * Set Standards-Version to 3.8.2 (no further changes). * Add /me to Uploaders. * debian/copyright: switch to new format. -- gregor herrmann Sun, 09 Aug 2009 16:36:30 +0200 libcdk-perl (4.9.10-3) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: Homepage pseudo-field (Description); XS-Vcs-Svn fields. * debian/rules: delete /usr/share/perl5 only if it exists. [ Damyan Ivanov ] * Standards-Version: 3.7.3 (no changes) * debhelper compatibility level 6 * debian/rules: + make it like the current dh-make-perl templates * add myself to Uploaders -- Damyan Ivanov Mon, 21 Jan 2008 11:41:29 +0200 libcdk-perl (4.9.10-2) unstable; urgency=low * Adopted orphaned package for Debian Perl Group (Closes: #279778) * Added myself to Uploaders * Do not ignore $(MAKE) clean errors in debian/rules * Corrected Homepage in debian/control * Removed emtpy /usr/share/perl5 * Fixed debian/watch * Bumped debhelper version in debian/compat to 5 * Changed >> to >= in Build-Depends * Updated Standards-Version to 3.7.2 from 3.6.2 (no changes) -- Jeremiah Foster Tue, 14 Aug 2007 12:39:04 +0000 libcdk-perl (4.9.10-1) unstable; urgency=low * QA upload. * Package is orphaned (see #279778); set maintainer to Debian QA Group. * New upstream release. - Links against libcdk5 rather than libcdk4. - Fixes the matrix widget. Closes: #179540. * Cdk/Viewer.pm: Fix copy-paste error that prevented bind() from working. Thanks to Mathew White for the patch. Closes: #312733. * Change section to perl in accordance with the override file. * Update description. Closes: #205877. * debian/copyright: - Include original copyright and license. Closes: #236488. - Update upstream URL. * debian/rules: Leave examples uncompressed. * debian/watch: Add. * Conforms to Standards version 3.6.2. -- Matej Vela Mon, 31 Oct 2005 13:09:31 +0100 libcdk-perl (4.9.7-6) unstable; urgency=low * Redo the hppa specific inclusion of -ffunction-sections as $Config::Config{archname} has changed. -- Stephen Zander Tue, 5 Nov 2002 01:37:34 -0800 libcdk-perl (4.9.7-5) unstable; urgency=low * Rebuild for perl 5.8; adjust Build-Depends appropriately -- Stephen Zander Tue, 3 Sep 2002 07:32:33 -0700 libcdk-perl (4.9.7-4) unstable; urgency=low * Add -ffunction-sections for hppa architecture, Closes: #134027 -- Stephen Zander Fri, 17 May 2002 16:23:35 -0700 libcdk-perl (4.9.7-3) unstable; urgency=high * Fix Section: override. * Set urgency=high to ensure package moves to testing more quickly -- Stephen Zander Fri, 28 Dec 2001 12:43:36 -0800 libcdk-perl (4.9.7-2) unstable; urgency=low * New maintainer, Closes: #123489 * Updated for policy 3.5.6 and the new perl packaging policy, Closes: #80683, #95406 * Builds cleanly on sparc & hppa, Closes: #89292, #104886 * No longer build libcdk-perl-examples, Closes: #118225 -- Stephen Zander Fri, 28 Dec 2001 09:57:48 -0800 libcdk-perl (4.9.7-1) unstable; urgency=low * New upstream version. -- Raphael Bossek Sat, 15 Jan 2000 12:51:09 +0100 debian/compat0000644000000000000000000000000212217377400010367 0ustar 9 debian/clean0000644000000000000000000000004512217377400010175 0ustar Makefile.PL config.log config.status debian/libcdk-perl.lintian-overrides0000644000000000000000000000022512217377400014740 0ustar # no, we want it this way, since the fulldemos scripts expect it libcdk-perl: nested-examples-directory usr/share/doc/libcdk-perl/examples/examples/ debian/copyright0000644000000000000000000000556212217377400011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Cdk Upstream-Contact: Thomas Dickey Source: http://invisible-island.net/cdk/ Files: * Copyright: 1995-1999, Mike Glover 1999-2012, 2013 Thomas Dickey License: BSD-4-clause Files: debian/* Copyright: 2000, Raphael Bossek 2001, 2002, Stephen Zander 2005, Matej Vela 2007, Jeremiah Foster 2008-2013, gregor herrmann 2008, Damyan Ivanov 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: BSD-4-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. All advertising materials mentioning features or use of this software must display the following acknowledgment: This product includes software developed by Mike Glover and contributors. . 4. Neither the name of Mike Glover nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY MIKE GLOVER AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MIKE GLOVER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 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/watch0000644000000000000000000000015712217377400010225 0ustar version=3 opts=uversionmangle=s/20031210/4.9.10/ \ ftp://invisible-island.net/cdk/ cdk-perl-(.*)\.tgz debian debian/libcdk-perl.examples0000644000000000000000000000003012217377400013112 0ustar demos examples fulldemo