--- liblingua-en-numbers-ordinate-perl-1.02.orig/debian/changelog
+++ liblingua-en-numbers-ordinate-perl-1.02/debian/changelog
@@ -0,0 +1,61 @@
+liblingua-en-numbers-ordinate-perl (1.02-3) unstable; urgency=low
+
+ * Adopting the package in the name of the Debian Perl Group (Closes:
+ #331095)
+ * Bumping up standards-version to 3.7.2, debhelper compatibility level
+ to 4 (no changes were needed)
+
+ -- Gunnar Wolf <gwolf@debian.org> Thu, 21 Sep 2006 18:41:14 -0500
+
+liblingua-en-numbers-ordinate-perl (1.02-2) unstable; urgency=low
+
+ * Orphaning package.
+ * Changed maintainer to "Debian QA Group" per standard procedure.
+
+ -- Kenneth J. Pronovici <pronovic@debian.org> Fri, 7 Oct 2005 12:02:33 -0500
+
+liblingua-en-numbers-ordinate-perl (1.02-1) unstable; urgency=low
+
+ * New upstream release.
+ * Bumped standards version to 3.6.1 (no package changes).
+
+ -- Kenneth J. Pronovici <pronovic@debian.org> Tue, 4 Jan 2005 10:51:16 -0600
+
+liblingua-en-numbers-ordinate-perl (0.01-6) unstable; urgency=low
+
+ * Changed maintainer address from @ieee.org to @debian.org.
+ * Removed DH_COMPAT settting from debian/rules.
+ * Added debian/compat file to replace DH_COMPAT setting.
+
+ -- Kenneth J. Pronovici <pronovic@debian.org> Sun, 30 Mar 2003 13:09:56 -0600
+
+liblingua-en-numbers-ordinate-perl (0.01-5) unstable; urgency=low
+
+ * Added debian/watch to look for new package versions as they come out.
+
+ -- Kenneth J. Pronovici <pronovic@ieee.org> Mon, 30 Dec 2002 15:09:16 -0600
+
+liblingua-en-numbers-ordinate-perl (0.01-4) unstable; urgency=low
+
+ * Changed debian/copyright to reference /usr/share/common-licenses.
+
+ -- Kenneth J. Pronovici <pronovic@ieee.org> Sun, 3 Nov 2002 15:55:34 -0600
+
+liblingua-en-numbers-ordinate-perl (0.01-3) unstable; urgency=low
+
+ * Minor packing clean-ups.
+
+ -- Kenneth J. Pronovici <pronovic@ieee.org> Tue, 29 Oct 2002 10:15:35 -0600
+
+liblingua-en-numbers-ordinate-perl (0.01-2) unstable; urgency=low
+
+ * Debian packaging clean-up.
+
+ -- Kenneth J. Pronovici <pronovic@ieee.org> Sun, 6 Oct 2002 15:39:31 -0500
+
+liblingua-en-numbers-ordinate-perl (0.01-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Kenneth J. Pronovici <pronovic@ieee.org> Mon, 23 Sep 2002 18:51:41 -0500
+
--- liblingua-en-numbers-ordinate-perl-1.02.orig/debian/control
+++ liblingua-en-numbers-ordinate-perl-1.02/debian/control
@@ -0,0 +1,19 @@
+Source: liblingua-en-numbers-ordinate-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Gunnar Wolf <gwolf@debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl
+Standards-Version: 3.7.2
+
+Package: liblingua-en-numbers-ordinate-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Perl module to convert from cardinal numbers to ordinal numbers
+ This is the CPAN Perl module Lingua::EN::Numbers::Ordinate.
+ .
+ There are two kinds of numbers in English -- cardinals (1,
+ 2, 3...), and ordinals (1st, 2nd, 3rd...). This module
+ provides functions for generating the ordinal form of a number,
+ given its cardinal value.
--- liblingua-en-numbers-ordinate-perl-1.02.orig/debian/compat
+++ liblingua-en-numbers-ordinate-perl-1.02/debian/compat
@@ -0,0 +1 @@
+5
--- liblingua-en-numbers-ordinate-perl-1.02.orig/debian/watch
+++ liblingua-en-numbers-ordinate-perl-1.02/debian/watch
@@ -0,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/Lingua/Lingua-EN-Numbers-Ordinate-(.*)\.tar\.gz debian uupdate
--- liblingua-en-numbers-ordinate-perl-1.02.orig/debian/copyright
+++ liblingua-en-numbers-ordinate-perl-1.02/debian/copyright
@@ -0,0 +1,17 @@
+This package was debianized by Kenneth J. Pronovici <pronovic@debian.org> on
+Mon, 23 Sep 2002 18:51:41 -0500. It is currently maintained by the
+Debian Perl group.
+
+It was downloaded from CPAN, http://www.cpan.org/modules/by-module/Lingua/
+
+Upstream Author: Sean M. Burke <sburke@cpan.org>
+
+Copyright:
+
+Copyright (c) 2000 Sean M. Burke. All rights reserved.
+
+This library is free software; you can redistribute it
+and/or modify it under the same terms as Perl itself.
+
+On Debian systems, the complete text of the Artistic License can
+be found in `/usr/share/common-licenses/Artistic'.
--- liblingua-en-numbers-ordinate-perl-1.02.orig/debian/rules
+++ liblingua-en-numbers-ordinate-perl-1.02/debian/rules
@@ -0,0 +1,50 @@
+#!/usr/bin/make -f
+
+PERL=/usr/bin/perl
+
+binary: binary-indep
+
+binary-arch:
+
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installdocs README
+ dh_installchangelogs ChangeLog
+ dh_strip
+ dh_fixperms
+ dh_compress
+ dh_installdeb
+ dh_perl
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_installdirs
+ $(MAKE) install INSTALLDIRS=vendor PREFIX=$(CURDIR)/debian/liblingua-en-numbers-ordinate-perl/usr
+ rm -rf debian/liblingua-en-numbers-ordinate-perl/usr/lib
+
+build: configure-stamp build-stamp
+build-stamp:
+ dh_testdir
+ $(MAKE)
+ $(MAKE) test
+ touch build-stamp
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ $(PERL) Makefile.PL INSTALLDIRS=vendor
+ touch configure-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ if [ -e Makefile ]; then $(MAKE) -i distclean; fi
+ rm -f build-stamp configure-stamp
+ dh_clean
+
+.PHONY: binary binary-arch binary-indep install build configure clean