r6048 - in /trunk/libcoy-perl: debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch demo/demo.pl lib/Lingua/EN/Inflect.pm

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Mon Jul 30 04:42:33 UTC 2007


Author: joeyh
Date: Mon Jul 30 04:42:33 2007
New Revision: 6048

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

Added:
    trunk/libcoy-perl/debian/
    trunk/libcoy-perl/debian/changelog
    trunk/libcoy-perl/debian/compat
    trunk/libcoy-perl/debian/control
    trunk/libcoy-perl/debian/copyright
    trunk/libcoy-perl/debian/rules   (with props)
    trunk/libcoy-perl/debian/watch
Modified:
    trunk/libcoy-perl/demo/demo.pl
    trunk/libcoy-perl/lib/Lingua/EN/Inflect.pm

Added: trunk/libcoy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcoy-perl/debian/changelog?rev=6048&op=file
==============================================================================
--- trunk/libcoy-perl/debian/changelog (added)
+++ trunk/libcoy-perl/debian/changelog Mon Jul 30 04:42:33 2007
@@ -1,0 +1,79 @@
+libcoy-perl (0.06-5) unstable; urgency=low
+
+  * Update to current policy (no real changes).
+  * Some man page sections auto-fixed by new build tools.
+  * Now lintian clean.
+
+ -- Joey Hess <joeyh at debian.org>  Sun, 18 Dec 2005 16:54:02 -0500
+
+libcoy-perl (0.06-4) unstable; urgency=low
+
+  * Move from build-depends-indep to build-depends, to meet current policy.
+
+ -- Joey Hess <joeyh at debian.org>  Wed,  3 Sep 2003 12:06:15 -0400
+
+libcoy-perl (0.06-3) unstable; urgency=low
+
+  * Fixed debhelper build-dep version.
+
+ -- Joey Hess <joeyh at debian.org>  Sat, 16 Nov 2002 22:15:08 -0500
+
+libcoy-perl (0.06-2) unstable; urgency=low
+
+  * No longer includes Lingua::EN::Inflect in binary package, since a newer
+    version is available seperatly on CPAN. The new version has essentials
+    like a man page, so I will package it.
+
+ -- Joey Hess <joeyh at debian.org>  Thu,  6 Jun 2002 17:06:28 -0400
+
+libcoy-perl (0.06-1) unstable; urgency=low
+
+  * Discovered a new upstream release.
+
+ -- Joey Hess <joeyh at debian.org>  Fri,  9 Feb 2001 22:48:36 -0800
+
+libcoy-perl (0.05-7) unstable; urgency=low
+
+  * Corrected a problem that broke it under perl 5.6 -- same problem as
+    perl -e 'map {chop} "abc"' . Patch also sent upstream.
+  * Corrected a minor perl 5.6 -w safe issue.
+  * Added provides for the other useful perl modules in here.
+
+ -- Joey Hess <joeyh at debian.org>  Thu,  8 Feb 2001 22:30:36 -0800
+
+libcoy-perl (0.05-6) unstable; urgency=low
+
+  * I'm sitting in Damian's quantum superpositions talk, and I just
+    discovered this package left out the actual perl modules! Horror!
+
+ -- Joey Hess <joeyh at debian.org>  Thu,  8 Feb 2001 19:09:58 -0800
+
+libcoy-perl (0.05-5) unstable; urgency=low
+
+  * Use debhelper v2.
+
+ -- Joey Hess <joeyh at debian.org>  Mon, 25 Sep 2000 15:55:50 -0700
+
+libcoy-perl (0.05-4) unstable; urgency=low
+
+  * Build deps.
+
+ -- Joey Hess <joeyh at debian.org>  Sat,  4 Dec 1999 01:05:49 -0800
+
+libcoy-perl (0.05-3) unstable; urgency=low
+
+  * Oops. This is an arch: all package and I had it marked as arch: any.
+
+ -- Joey Hess <joeyh at debian.org>  Tue,  2 Nov 1999 16:09:12 -0800
+
+libcoy-perl (0.05-2) unstable; urgency=low
+
+  * Removed install-stamp stuff, which can cause obscure problems.
+
+ -- Joey Hess <joeyh at debian.org>  Thu, 30 Sep 1999 13:10:10 -0700
+
+libcoy-perl (0.05-1) unstable; urgency=low
+
+  * First release.
+
+ -- Joey Hess <joeyh at debian.org>  Wed, 22 Sep 1999 22:24:25 -0700

Added: trunk/libcoy-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libcoy-perl/debian/compat?rev=6048&op=file
==============================================================================
--- trunk/libcoy-perl/debian/compat (added)
+++ trunk/libcoy-perl/debian/compat Mon Jul 30 04:42:33 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libcoy-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcoy-perl/debian/control?rev=6048&op=file
==============================================================================
--- trunk/libcoy-perl/debian/control (added)
+++ trunk/libcoy-perl/debian/control Mon Jul 30 04:42:33 2007
@@ -1,0 +1,19 @@
+Source: libcoy-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4), perl5, dpkg-dev (>= 1.9.0)
+Maintainer: Joey Hess <joeyh at debian.org>
+Standards-Version: 3.6.2
+
+Package: libcoy-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, liblingua-en-inflect-perl
+Provides: liblingua-en-hyphenate-perl
+Description: replace perl error messages with haiku
+ Coy is a perl module that generates haiku based on the error messages a
+ perl program outputs. The haiku are not canned, they are generated fresh
+ each time based on the error message.
+ .
+  Before use Coy: run
+  code...read rebuke. After use
+  Coy: run code...haiku!

Added: trunk/libcoy-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libcoy-perl/debian/copyright?rev=6048&op=file
==============================================================================
--- trunk/libcoy-perl/debian/copyright (added)
+++ trunk/libcoy-perl/debian/copyright Mon Jul 30 04:42:33 2007
@@ -1,0 +1,18 @@
+This is a Debian prepackaged version of the Coy perl module.
+
+This package was put together by Joey Hess <joeyh at debian.org>, using
+sources from the CPAN, at:
+	http://www.perl.com/CPAN/authors/id/DCONWAY/
+Sometimes a newer version from here:
+	http://www.csse.monash.edu.au/~damian/CPAN/Coy.tar.gz
+Coy's web site:
+	http://www.cs.monash.edu.au/~damian/TPC/1999/Coy/
+
+The following copyright applies to this package:
+
+       Copyright (c) 1998, Damian Conway. All Rights Reserved.
+     This module is free software. It may be used, redistributed
+     and/or modified under the terms of the Perl Artistic License
+
+The full text to the Artistic License is in
+/usr/share/common-licenses/Artistic

Added: trunk/libcoy-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcoy-perl/debian/rules?rev=6048&op=file
==============================================================================
--- trunk/libcoy-perl/debian/rules (added)
+++ trunk/libcoy-perl/debian/rules Mon Jul 30 04:42:33 2007
@@ -1,0 +1,46 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	perl Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	-$(MAKE) realclean
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install PREFIX=`pwd`/debian/libcoy-perl/usr
+	rm -f debian/libcoy-perl/usr/share/perl5/Lingua/EN/Inflect.pm
+	find debian/libcoy-perl -name "*.pm" | xargs chmod -x
+
+binary-arch: build install
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README ToDo
+	dh_installexamples demo/demo.pl
+	dh_installchangelogs Changes
+	dh_installman blib/man3/*.3pm
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

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

Added: trunk/libcoy-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libcoy-perl/debian/watch?rev=6048&op=file
==============================================================================
--- trunk/libcoy-perl/debian/watch (added)
+++ trunk/libcoy-perl/debian/watch Mon Jul 30 04:42:33 2007
@@ -1,0 +1,5 @@
+version=2
+# Lying about version, since I got 0.06 from the alternate site (see
+# copyright), and that site is not uscannable. If a 0.07 appears on CPAN,
+# I will be warned though..
+http://www.perl.com/CPAN/authors/id/DCONWAY/ Coy-(.*).tar.gz 0.05

Modified: trunk/libcoy-perl/demo/demo.pl
URL: http://svn.debian.org/wsvn/trunk/libcoy-perl/demo/demo.pl?rev=6048&op=diff
==============================================================================
--- trunk/libcoy-perl/demo/demo.pl (original)
+++ trunk/libcoy-perl/demo/demo.pl Mon Jul 30 04:42:33 2007
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -ws
+#!/usr/bin/perl -ws
 
 use Coy;
 

Modified: trunk/libcoy-perl/lib/Lingua/EN/Inflect.pm
URL: http://svn.debian.org/wsvn/trunk/libcoy-perl/lib/Lingua/EN/Inflect.pm?rev=6048&op=diff
==============================================================================
--- trunk/libcoy-perl/lib/Lingua/EN/Inflect.pm (original)
+++ trunk/libcoy-perl/lib/Lingua/EN/Inflect.pm Mon Jul 30 04:42:33 2007
@@ -64,7 +64,6 @@
 	}
 	return '';
 }
-
 
 # 0. PERFORM GENERAL INFLECTIONS IN A STRING
 
@@ -860,12 +859,12 @@
 
 $word =~ /^(?:$PL_sb_general)$/i
 				and $value = $2
-				and return _PL_noun($1,2,"$1s")
+				and return &_PL_noun($1,2,"$1s")
 					   . $value;
 
 $word =~ /^(?:$PL_sb_prep_compound)$/i
 				and $value = $2 
-				and return _PL_noun($1,2)
+				and return &_PL_noun($1,2)
 					   . $value;
 
 # OTHERWISE JUST ADD ...s




More information about the Pkg-perl-cvs-commits mailing list