r6319 - in /libcdk-perl/trunk: Cdk/Viewer.pm MANIFEST.bak Makefile.PL current/ debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch
jeremiah-guest at users.alioth.debian.org
jeremiah-guest at users.alioth.debian.org
Wed Aug 8 11:48:19 UTC 2007
Author: jeremiah-guest
Date: Wed Aug 8 11:48:19 2007
New Revision: 6319
URL: http://svn.debian.org/wsvn/?sc=1&rev=6319
Log:
Load libcdk-perl-4.9.10 into trunk.
Added:
libcdk-perl/trunk/debian/
libcdk-perl/trunk/debian/changelog
libcdk-perl/trunk/debian/compat
libcdk-perl/trunk/debian/control
libcdk-perl/trunk/debian/copyright
libcdk-perl/trunk/debian/rules
libcdk-perl/trunk/debian/watch
Removed:
libcdk-perl/trunk/MANIFEST.bak
libcdk-perl/trunk/current/
Modified:
libcdk-perl/trunk/Cdk/Viewer.pm
libcdk-perl/trunk/Makefile.PL
Modified: libcdk-perl/trunk/Cdk/Viewer.pm
URL: http://svn.debian.org/wsvn/libcdk-perl/trunk/Cdk/Viewer.pm?rev=6319&op=diff
==============================================================================
--- libcdk-perl/trunk/Cdk/Viewer.pm (original)
+++ libcdk-perl/trunk/Cdk/Viewer.pm Wed Aug 8 11:48:19 2007
@@ -151,7 +151,7 @@
# Set the values.
my $key = Cdk::checkReq ($name, "Key", $params{'Key'});
my $function = Cdk::checkReq ($name, "Function", $params{'Function'});
- Cdk::Entry::Bind ($self->{'Me'}, $key, $params{'Function'});
+ Cdk::Viewer::Bind ($self->{'Me'}, $key, $params{'Function'});
}
#
Modified: libcdk-perl/trunk/Makefile.PL
URL: http://svn.debian.org/wsvn/libcdk-perl/trunk/Makefile.PL?rev=6319&op=diff
==============================================================================
--- libcdk-perl/trunk/Makefile.PL (original)
+++ libcdk-perl/trunk/Makefile.PL Wed Aug 8 11:48:19 2007
@@ -12,8 +12,10 @@
WriteMakefile(
'NAME' => 'Cdk',
+ ($Config::Config{archname} =~ /^hppa-linux/ ?
+ (CCFLAGS => $Config::Config{ccflags}.' -ffunction-sections') : ()),
'VERSION' => '4.09010',
- 'LIBS' => ['-L/usr/local/lib -lcdk -lcurses'],
- 'INC' => '-I/usr/include/ncurses -I/usr/local/include/cdk',
+ 'LIBS' => ['-lcdk -lncurses'],
+ 'INC' => '-I/usr/include/cdk',
'clean' => {FILES => 'Makefile.old'},
);
Added: libcdk-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/libcdk-perl/trunk/debian/changelog?rev=6319&op=file
==============================================================================
--- libcdk-perl/trunk/debian/changelog (added)
+++ libcdk-perl/trunk/debian/changelog Wed Aug 8 11:48:19 2007
@@ -1,0 +1,73 @@
+libcdk-perl (4.9.10-2) unstable; urgency=low
+
+ * New maintainer,
+ Closes: #279778
+
+ -- Jeremiah Foster <jeremiah at jeremiahfoster.com> Mon, 6 Aug 2007 13:44:35 +0200
+
+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 <vela at debian.org> 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 <gibreel at debian.org> 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 <gibreel at debian.org> 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 <gibreel at debian.org> 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 <gibreel at debian.org> 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 <gibreel at debian.org> Fri, 28 Dec 2001 09:57:48 -0800
+
+libcdk-perl (4.9.7-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Raphael Bossek <bossekr at debian.org> Sat, 15 Jan 2000 12:51:09 +0100
+
Added: libcdk-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/libcdk-perl/trunk/debian/compat?rev=6319&op=file
==============================================================================
--- libcdk-perl/trunk/debian/compat (added)
+++ libcdk-perl/trunk/debian/compat Wed Aug 8 11:48:19 2007
@@ -1,0 +1,1 @@
+4
Added: libcdk-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/libcdk-perl/trunk/debian/control?rev=6319&op=file
==============================================================================
--- libcdk-perl/trunk/debian/control (added)
+++ libcdk-perl/trunk/debian/control Wed Aug 8 11:48:19 2007
@@ -1,0 +1,21 @@
+Source: libcdk-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jeremiah Foster <jeremiah at jeremiahfoster.com>
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>> 4.1), perl (>> 5.8), libcdk5-dev
+
+Package: libcdk-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}
+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.
+ .
+ Home page: http://invisible-island.net/cdk/
Added: libcdk-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/libcdk-perl/trunk/debian/copyright?rev=6319&op=file
==============================================================================
--- libcdk-perl/trunk/debian/copyright (added)
+++ libcdk-perl/trunk/debian/copyright Wed Aug 8 11:48:19 2007
@@ -1,0 +1,40 @@
+This is the Debian GNU/Linux packaged version of libcdk-perl.
+
+It was put together by Raphael Bossek <bossekr at debian.org>
+from the following sources:
+
+ <http://invisible-island.net/cdk/>
+
+Copyright 1999, Mike Glover
+Modifications copyright 1999-2002,2003 Thomas Dickey
+All rights reserved.
+
+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.
Added: libcdk-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/libcdk-perl/trunk/debian/rules?rev=6319&op=file
==============================================================================
--- libcdk-perl/trunk/debian/rules (added)
+++ libcdk-perl/trunk/debian/rules Wed Aug 8 11:48:19 2007
@@ -1,0 +1,47 @@
+#! /usr/bin/make -f
+# -*-makefile-*-
+# debian/rules file for libcdk-perl
+
+PERL ?= /usr/bin/perl
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+ $(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL)
+ $(MAKE) LD_RUN_PATH=
+ touch $@
+
+clean: checkroot
+ rm -f build-stamp
+ -$(MAKE) distclean
+ dh_clean
+
+binary-indep: checkroot build
+
+binary-arch: checkroot build
+ dh_clean
+ dh_installdirs
+
+ $(MAKE) pure_install DESTDIR=$(CURDIR)/debian/libcdk-perl
+
+ dh_installchangelogs CHANGES
+ dh_installdocs README
+ dh_installexamples demos/. examples/. fulldemo/.
+
+ dh_strip
+ dh_compress -Xexamples
+ dh_fixperms
+ dh_perl
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+
+checkroot:
+ dh_testdir
+ dh_testroot
+
+.PHONY: binary binary-arch binary-indep clean checkroot build
Added: libcdk-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/libcdk-perl/trunk/debian/watch?rev=6319&op=file
==============================================================================
--- libcdk-perl/trunk/debian/watch (added)
+++ libcdk-perl/trunk/debian/watch Wed Aug 8 11:48:19 2007
@@ -1,0 +1,2 @@
+version=2
+ftp://invisible-island.net/cdk/ cdk-perl-(.*)\.tgz 20031210
More information about the Pkg-perl-cvs-commits
mailing list