r6055 - in /trunk/liblingua-en-inflect-perl/debian: ./ changelog compat control copyright rules watch

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Mon Jul 30 04:53:55 UTC 2007


Author: joeyh
Date: Mon Jul 30 04:53:55 2007
New Revision: 6055

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

Added:
    trunk/liblingua-en-inflect-perl/debian/
    trunk/liblingua-en-inflect-perl/debian/changelog
    trunk/liblingua-en-inflect-perl/debian/compat
    trunk/liblingua-en-inflect-perl/debian/control
    trunk/liblingua-en-inflect-perl/debian/copyright
    trunk/liblingua-en-inflect-perl/debian/rules   (with props)
    trunk/liblingua-en-inflect-perl/debian/watch

Added: trunk/liblingua-en-inflect-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/liblingua-en-inflect-perl/debian/changelog?rev=6055&op=file
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/changelog (added)
+++ trunk/liblingua-en-inflect-perl/debian/changelog Mon Jul 30 04:53:55 2007
@@ -1,0 +1,24 @@
+liblingua-en-inflect-perl (1.89-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Joey Hess <joeyh at debian.org>  Tue, 24 May 2005 21:35:51 -0400
+
+liblingua-en-inflect-perl (1.88-3) unstable; urgency=low
+
+  * Move from build-depends-indep to build-depends to meet current policy.
+  * Also removes /usr/doc link; it's been a while since this was rebuilt!
+
+ -- Joey Hess <joeyh at debian.org>  Wed,  3 Sep 2003 12:07:28 -0400
+
+liblingua-en-inflect-perl (1.88-2) unstable; urgency=low
+
+  * Fixed debhelper build-dep.
+
+ -- Joey Hess <joeyh at debian.org>  Sat, 16 Nov 2002 22:17:04 -0500
+
+liblingua-en-inflect-perl (1.88-1) unstable; urgency=low
+
+  * Split off from Coy as a newer version is available seperatly.
+
+ -- Joey Hess <joeyh at debian.org>  Thu,  6 Jun 2002 17:30:05 -0400

Added: trunk/liblingua-en-inflect-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/liblingua-en-inflect-perl/debian/compat?rev=6055&op=file
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/compat (added)
+++ trunk/liblingua-en-inflect-perl/debian/compat Mon Jul 30 04:53:55 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/liblingua-en-inflect-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/liblingua-en-inflect-perl/debian/control?rev=6055&op=file
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/control (added)
+++ trunk/liblingua-en-inflect-perl/debian/control Mon Jul 30 04:53:55 2007
@@ -1,0 +1,22 @@
+Source: liblingua-en-inflect-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4), perl5
+Maintainer: Joey Hess <joeyh at debian.org>
+Standards-Version: 3.6.1.0
+
+Package: liblingua-en-inflect-perl
+Architecture: all
+Depends: ${perl:Depends}
+Conflicts: libcoy-perl (<< 0.06-2)
+Description: plural inflections and "a"/"an" selection for English words
+ This perl module can pluralize English words. It handles the special
+ cases, and support nouns, verbs, and adjectives. It can also pick between 
+ "a" and "an" based on pronunciation of a word. It can compare words in a
+ "number-insensitive" manner. 
+ .
+ In generating these inflections, Lingua::EN::Inflect follows the
+ Oxford English Dictionary and the guidelines in Fowler's Modern
+ English Usage, preferring the former where the two disagree.
+ .
+ Both British and American English are supported.

Added: trunk/liblingua-en-inflect-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/liblingua-en-inflect-perl/debian/copyright?rev=6055&op=file
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/copyright (added)
+++ trunk/liblingua-en-inflect-perl/debian/copyright Mon Jul 30 04:53:55 2007
@@ -1,0 +1,15 @@
+This is a Debian prepackaged version of the Lingua::EN::Inflect 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/
+
+The following copyright applies to this package:
+
+ Copyright (c) 1997-2000, Damian Conway. All Rights Reserved.
+ This module is free software. It may be used, redistributed 
+     and/or modified under the same terms as Perl itself. 
+
+(Those terms are either of the Artistic license or the GPL; both licenses
+can be found in full in /usr/share/common-licenses/)

Added: trunk/liblingua-en-inflect-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/liblingua-en-inflect-perl/debian/rules?rev=6055&op=file
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/rules (added)
+++ trunk/liblingua-en-inflect-perl/debian/rules Mon Jul 30 04:53:55 2007
@@ -1,0 +1,44 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	perl Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	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
+	$(MAKE) install PREFIX=`pwd`/debian/liblingua-en-inflect-perl/usr
+	find debian/liblingua-en-inflect-perl/usr -name "*.pm" | xargs chmod -x
+
+binary-arch: build install
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installexamples demo_*.pl
+	dh_installchangelogs Changes
+	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/liblingua-en-inflect-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/liblingua-en-inflect-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/liblingua-en-inflect-perl/debian/watch?rev=6055&op=file
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/watch (added)
+++ trunk/liblingua-en-inflect-perl/debian/watch Mon Jul 30 04:53:55 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.perl.com/CPAN/authors/id/DCONWAY/ Lingua-EN-Inflect-(.*).tar.gz




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