--- libtext-format-perl-0.52.orig/debian/control
+++ libtext-format-perl-0.52/debian/control
@@ -0,0 +1,34 @@
+Source: libtext-format-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Daniel Ruoso <daniel@ruoso.com>, gregor herrmann <gregor+debian@comodo.priv.at>, Carlo Segre <segre@debian.org>
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl
+
+Package: libtext-format-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}
+Description: Perl module for formatting (text) paragraphs
+ This module provides the following functions:
+ .
+ format() Format text into a paragraph. Text is first broken into
+ words and then joined back together to make up the
+ paragraph. There are numerous attributes you can set to
+ your liking.
+ .
+ paragraphs() Treats each element of the array passed in as a separate
+ paragraph and passes them to format() for formatting.
+ The list returned will be then formatted into separate
+ paragraphs.
+ .
+ center() Centers all the lines that were passed in.
+ .
+ expand() Expand tabs into spaces.
+ .
+ unexpand() Turn spaces into tabs. First calls expand() to expand
+ tabs into spaces and then turns tabstop number of spaces
+ into tabs, you can set tabstop size with tabstop().
--- libtext-format-perl-0.52.orig/debian/compat
+++ libtext-format-perl-0.52/debian/compat
@@ -0,0 +1 @@
+5
--- libtext-format-perl-0.52.orig/debian/libtext-format-perl.install
+++ libtext-format-perl-0.52/debian/libtext-format-perl.install
@@ -0,0 +1 @@
+usr/share
--- libtext-format-perl-0.52.orig/debian/watch
+++ libtext-format-perl-0.52/debian/watch
@@ -0,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+
+http://mirrors.kernel.org/cpan/modules/by-module/Text/Text-Format([\d\.]+)\.tar\.gz
--- libtext-format-perl-0.52.orig/debian/changelog
+++ libtext-format-perl-0.52/debian/changelog
@@ -0,0 +1,150 @@
+libtext-format-perl (0.52-21) unstable; urgency=low
+
+ * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 1 Oct 2006 14:58:38 +0200
+
+libtext-format-perl (0.52-20) unstable; urgency=low
+
+ * Moved debhelper to Build-Depends.
+ * Set Standards-Version to 3.7.2 (no changes).
+ * Set Debhelper Compatibility Level to 5.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 16 Jun 2006 17:05:32 +0200
+
+libtext-format-perl (0.52-19) unstable; urgency=low
+
+ * Adopting package
+
+ -- Daniel Ruoso <daniel@ruoso.com> Thu, 27 May 2004 15:31:22 -0300
+
+libtext-format-perl (0.52-18) unstable; urgency=low
+
+ * debian/copyright: updated
+ * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Sat, 7 Feb 2004 22:45:04 -0600
+
+libtext-format-perl (0.52-17) unstable; urgency=low
+
+ * debian/rules: moved debhelper compatibility level setting to
+ 'debian/compat' per latest debhelper best practices
+ * debian/control: updated sections according to latest archive changes:
+ - 'libtext-format-perl' from 'interpreters' to 'perl'
+ * debian/control: changed build dependency on 'debhelper' to '(>= 4.1)'
+ * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Sun, 27 Jul 2003 08:41:20 -0500
+
+libtext-format-perl (0.52-16) unstable; urgency=low
+
+ * debian/rules: added erroneously removed 'dh_testroot' to 'binary-indep'
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Sun, 4 Aug 2002 16:39:56 -0500
+
+libtext-format-perl (0.52-15) unstable; urgency=low
+
+ * debian/rules: upgraded to debhelper v4
+ * debian/control: changed build dependency on debhelper accordingly
+ * debian/rules: migrated from 'dh_movefiles' to 'dh_install'
+ * debian/rules: split off 'install' target from 'binary-indep' target
+ * debian/copyright: added pointer to license
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Sun, 4 Aug 2002 11:21:18 -0500
+
+libtext-format-perl (0.52-14) unstable; urgency=low
+
+ * debian/control: upgraded to Debian Policy 3.5.6
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Sun, 23 Dec 2001 12:32:19 -0600
+
+libtext-format-perl (0.52-13) unstable; urgency=low
+
+ * debian/control: changed indentation in long decription to prevent package
+ management programs from messing things up
+ (closes: Bug#108279)
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Sat, 18 Aug 2001 19:51:12 -0500
+
+libtext-format-perl (0.52-12) unstable; urgency=low
+
+ * debian/control: upgraded to Debian Policy 3.5.5
+ * debian/control: upgraded to Debian Perl Policy 1.20
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Thu, 5 Jul 2001 21:49:54 -0500
+
+libtext-format-perl (0.52-11) unstable; urgency=low
+
+ * debian/control: updated perl dependency
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Sat, 14 Apr 2001 15:07:34 -0500
+
+libtext-format-perl (0.52-10) unstable; urgency=low
+
+ * debian/control: updated debhelper dependency to remove dh_testversion
+ * debian/control: upgraded to Debian Policy 3.5.2
+ * debian/control: upgraded to Debian Perl Policy 1.17
+ * debian/rules: upgraded to Debian Perl Policy 1.17
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Sun, 1 Apr 2001 12:33:47 -0500
+
+libtext-format-perl (0.52-9) unstable; urgency=low
+
+ * debian/control: upgraded to Debian Policy 3.2.1
+ * debian/rules: upgraded to debhelper v3
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Sun, 14 Jan 2001 11:54:30 -0600
+
+libtext-format-perl (0.52-8) unstable; urgency=low
+
+ * debian/control: updated short description
+ * debian/control: upgraded to Debian Policy 3.1.1
+ * debian/copyright; updated
+ * debian/rules: added missing `$(MAKE) text`
+ * debian/rules: added missing build-stamp stuff
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Sun, 11 Jun 2000 19:34:36 +0200
+
+libtext-format-perl (0.52-7) unstable; urgency=low
+
+ * debian/control: Perl dependency changed into `${perl:Depends}'
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Fri, 5 Nov 1999 20:14:19 +0100
+
+libtext-format-perl (0.52-6) unstable; urgency=low
+
+ * Upgraded to Debian Perl Policy 1.1
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Sun, 10 Oct 1999 18:47:20 +0200
+
+libtext-format-perl (0.52-5) unstable; urgency=low
+
+ * Upgraded to Debian Policy 3.0.1
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Thu, 7 Oct 1999 20:14:08 +0200
+
+libtext-format-perl (0.52-4) unstable; urgency=low
+
+ * Made almost lintian-free (except for /usr/doc): moved man manpages to
+ /usr/share/man, fixed various file/directory permissions
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Wed, 11 Aug 1999 21:03:46 -0500
+
+libtext-format-perl (0.52-3) unstable; urgency=low
+
+ * Now really complies with Perl packaging standard 1.0
+ (closes: Bug#41537)
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Mon, 19 Jul 1999 16:43:22 -0500
+
+libtext-format-perl (0.52-2) unstable; urgency=low
+
+ * Complies with Perl packaging standard 1.0
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Tue, 13 Jul 1999 19:17:42 -0500
+
+libtext-format-perl (0.52-1) unstable; urgency=low
+
+ * Initial Release
+
+ -- Ardo van Rangelrooij <ardo@debian.org> Sat, 15 May 1999 08:44:55 +0200
--- libtext-format-perl-0.52.orig/debian/copyright
+++ libtext-format-perl-0.52/debian/copyright
@@ -0,0 +1,27 @@
+This package was debianized by Ardo van Rangelrooij <ardo@debian.org>
+on Sat, May 15, 1999, 08:42:41 +0200.
+
+It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+Visit <http://www.cpan.org/> to find a CPAN site near you.
+
+Upstream Author: Gabor Egressy <gabor@vmunix.com>
+
+Copyright:
+
+Copyright (c) 1998 Gabor Egressy <gabor@vmunix.com>.
+
+All rights reserved. All wrongs reversed.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of either:
+
+a) the GNU General Public License as published by the Free Software
+ Foundation; either version 1, or (at your option) any later
+ version, or
+
+b) the "Artistic License" which comes with Perl.
+
+On a Debian system the complete text of the GNU General Public License
+can be found in the file `/usr/share/common-licenses/GPL' and the
+complete text of the the Artistic Licence can be found in the file
+`/usr/share/common-licenses/Artistic'.
--- libtext-format-perl-0.52.orig/debian/libtext-format-perl.docs
+++ libtext-format-perl-0.52/debian/libtext-format-perl.docs
@@ -0,0 +1 @@
+README
--- libtext-format-perl-0.52.orig/debian/rules
+++ libtext-format-perl-0.52/debian/rules
@@ -0,0 +1,60 @@
+#!/usr/bin/make -f
+## ----------------------------------------------------------------------
+## debian/rules : package script for libtext-format-perl
+## ----------------------------------------------------------------------
+
+## ----------------------------------------------------------------------
+## uncomment this to turn on verbose mode
+#export DH_VERBOSE=1
+
+## ----------------------------------------------------------------------
+TMP_DIR = debian/tmp
+
+## ----------------------------------------------------------------------
+## targets
+
+clean:
+ dh_testdir
+ dh_testroot
+ [ ! -f Makefile ] || $(MAKE) realclean
+ dh_clean
+ rm -f build-stamp install-stamp
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+ perl Makefile.PL INSTALLDIRS=vendor
+ $(MAKE) OPTIMIZE="-O2 -g -Wall"
+ $(MAKE) test
+ touch build-stamp
+
+install: install-stamp
+install-stamp: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+ $(MAKE) install PREFIX=$(CURDIR)/$(TMP_DIR)/usr
+ touch install-stamp
+
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_install --sourcedir=$(TMP_DIR)
+ dh_installdocs
+ dh_installchangelogs Changes
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_perl
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary-arch:
+
+binary: binary-indep binary-arch
+
+.PHONY: clean build install binary-indep binary-arch binary
+
+## ----------------------------------------------------------------------