r6372 - in /trunk/libcdk-perl: Cdk/Viewer.pm MANIFEST.bak Makefile.PL 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
Thu Aug 9 14:25:33 UTC 2007


Author: jeremiah-guest
Date: Thu Aug  9 14:25:32 2007
New Revision: 6372

URL: http://svn.debian.org/wsvn/?sc=1&rev=6372
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libcdk-perl/debian/
    trunk/libcdk-perl/debian/changelog
    trunk/libcdk-perl/debian/compat
    trunk/libcdk-perl/debian/control
    trunk/libcdk-perl/debian/copyright
    trunk/libcdk-perl/debian/rules   (with props)
    trunk/libcdk-perl/debian/watch
Removed:
    trunk/libcdk-perl/MANIFEST.bak
Modified:
    trunk/libcdk-perl/Cdk/Viewer.pm
    trunk/libcdk-perl/Makefile.PL

Modified: trunk/libcdk-perl/Cdk/Viewer.pm
URL: http://svn.debian.org/wsvn/trunk/libcdk-perl/Cdk/Viewer.pm?rev=6372&op=diff
==============================================================================
--- trunk/libcdk-perl/Cdk/Viewer.pm (original)
+++ trunk/libcdk-perl/Cdk/Viewer.pm Thu Aug  9 14:25:32 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: trunk/libcdk-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libcdk-perl/Makefile.PL?rev=6372&op=diff
==============================================================================
--- trunk/libcdk-perl/Makefile.PL (original)
+++ trunk/libcdk-perl/Makefile.PL Thu Aug  9 14:25:32 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: trunk/libcdk-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcdk-perl/debian/changelog?rev=6372&op=file
==============================================================================
--- trunk/libcdk-perl/debian/changelog (added)
+++ trunk/libcdk-perl/debian/changelog Thu Aug  9 14:25:32 2007
@@ -1,0 +1,73 @@
+libcdk-perl (4.9.10-2) unstable; urgency=low
+
+  * New maintainer,
+  Closes: #279778
+
+ -- Jeremiah Foster <jeremiah at home>  Thu, 09 Aug 2007 14:07:40 +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 <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: trunk/libcdk-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libcdk-perl/debian/compat?rev=6372&op=file
==============================================================================
--- trunk/libcdk-perl/debian/compat (added)
+++ trunk/libcdk-perl/debian/compat Thu Aug  9 14:25:32 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libcdk-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcdk-perl/debian/control?rev=6372&op=file
==============================================================================
--- trunk/libcdk-perl/debian/control (added)
+++ trunk/libcdk-perl/debian/control Thu Aug  9 14:25:32 2007
@@ -1,0 +1,21 @@
+Source: libcdk-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploader: 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: trunk/libcdk-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libcdk-perl/debian/copyright?rev=6372&op=file
==============================================================================
--- trunk/libcdk-perl/debian/copyright (added)
+++ trunk/libcdk-perl/debian/copyright Thu Aug  9 14:25:32 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: trunk/libcdk-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcdk-perl/debian/rules?rev=6372&op=file
==============================================================================
--- trunk/libcdk-perl/debian/rules (added)
+++ trunk/libcdk-perl/debian/rules Thu Aug  9 14:25:32 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

Propchange: trunk/libcdk-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcdk-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libcdk-perl/debian/watch?rev=6372&op=file
==============================================================================
--- trunk/libcdk-perl/debian/watch (added)
+++ trunk/libcdk-perl/debian/watch Thu Aug  9 14:25:32 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