--- libstring-format-perl-1.16.orig/debian/control
+++ libstring-format-perl-1.16/debian/control
@@ -0,0 +1,21 @@
+Source: libstring-format-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy@cpan.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/String-Format/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstring-format-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstring-format-perl/
+
+Package: libstring-format-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: module for flexible printf-like string formatting
+ String::Format is a Perl module that allows developers to define arbitrary
+ printf-like format sequences to be expanded, inspired by mutt's index_format
+ and related directives. This module would be most useful in configuration
+ files and reporting tools, where the results of a query need to be formatted
+ in a particular way.
--- libstring-format-perl-1.16.orig/debian/copyright
+++ libstring-format-perl-1.16/debian/copyright
@@ -0,0 +1,23 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Darren Chamberlain <darren@cpan.org>
+Source: http://search.cpan.org/dist/String-Format/
+Name: String-Format
+
+Files: *
+Copyright: 2002-2009, Darren Chamberlain <darren@cpan.org>
+License: GPL-2
+
+Files: debian/*
+Copyright: 2010, Jonathan Yu <jawnsy@cpan.org>
+ 2006-2008, Stephen Quinney <sjq@debian.org>
+License: GPL-2
+X-Comment: it is assumed the aforementioned authors provided their
+ packaging work under the same terms as upstream.
+
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, version 2.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'
--- libstring-format-perl-1.16.orig/debian/watch
+++ libstring-format-perl-1.16/debian/watch
@@ -0,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/String-Format/   .*/String-Format-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--- libstring-format-perl-1.16.orig/debian/compat
+++ libstring-format-perl-1.16/debian/compat
@@ -0,0 +1 @@
+7
--- libstring-format-perl-1.16.orig/debian/changelog
+++ libstring-format-perl-1.16/debian/changelog
@@ -0,0 +1,23 @@
+libstring-format-perl (1.16-1) unstable; urgency=low
+
+  * Adopt this package (Closes: #572530)
+  * New upstream release
+  * Update watch location (use dist URL, not author URL)
+  * Use new short debhelper rules format
+  * Update copyright information to new DEP5 format
+  * Rewrite control description
+
+ -- Jonathan Yu <jawnsy@cpan.org>  Sun, 07 Mar 2010 13:01:13 -0500
+
+libstring-format-perl (1.14-2) unstable; urgency=low
+
+  * debian/rules: Fixed removal of /usr/lib/perl5, closes: #468019
+
+ -- Stephen Quinney <sjq@debian.org>  Wed, 27 Feb 2008 20:05:59 +0000
+
+libstring-format-perl (1.14-1) unstable; urgency=low
+
+  * Initial Release, closes: #385627.
+
+ -- Stephen Quinney <sjq@debian.org>  Fri,  1 Sep 2006 21:30:06 +0100
+
--- libstring-format-perl-1.16.orig/debian/rules
+++ libstring-format-perl-1.16/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
