--- libconfig-jfdi-perl-0.064.orig/debian/control
+++ libconfig-jfdi-perl-0.064/debian/control
@@ -0,0 +1,32 @@
+Source: libconfig-jfdi-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.2.13)
+Build-Depends-Indep: perl, libtest-most-perl, libdata-visitor-perl (>= 0.24),
+ libhash-merge-simple-perl, libmoosex-attributehelpers-perl, libclone-perl,
+ libcarp-clan-share-perl, libconfig-any-perl, liblist-moreutils-perl,
+ libsub-install-perl, libpath-class-perl, libmoose-perl,
+ libconfig-general-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy@cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Config-JFDI/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-jfdi-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-jfdi-perl/
+
+Package: libconfig-jfdi-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-attributehelpers-perl,
+ libcarp-clan-share-perl, libdata-visitor-perl (>= 0.24), libsub-install-perl,
+ libhash-merge-simple-perl, liblist-moreutils-perl, libpath-class-perl,
+ libconfig-any-perl, libmoose-perl, libclone-perl
+Description: Perl module to load any configuration files
+ Config::JFDI scans a directory for files matching a certain name. If such a
+ file is found, and it matches an extension that Config::Any can read, then
+ the configuration from that file will be loaded. It also looks for special
+ files that end with a "_local" suffix, which take precedence over any other
+ configuration files. The precedence takes place by merging the local config
+ with the standard file using Hash::Merge::Simple (libhash-merge-simple-perl).
+ .
+ Essentially, this is an implementation of Catalyst::Plugin::ConfigLoader that
+ exists outside of Catalyst.
--- libconfig-jfdi-perl-0.064.orig/debian/copyright
+++ libconfig-jfdi-perl-0.064/debian/copyright
@@ -0,0 +1,35 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Robert Krimen <rkrimen@cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Config-JFDI/
+Upstream-Name: Config-JFDI
+
+Files: *
+Copyright: 2008, Robert Krimen <rkrimen@cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy@cpan.org>
+License: Artistic | GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk@cpan.org>
+ 2002-2009, Audrey Tang <autrijus@autrijus.org>
+ 2002-2009, Brian Ingerson <ingy@cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+    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; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'
--- libconfig-jfdi-perl-0.064.orig/debian/watch
+++ libconfig-jfdi-perl-0.064/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Config-JFDI/   .*/Config-JFDI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--- libconfig-jfdi-perl-0.064.orig/debian/compat
+++ libconfig-jfdi-perl-0.064/debian/compat
@@ -0,0 +1 @@
+7
--- libconfig-jfdi-perl-0.064.orig/debian/changelog
+++ libconfig-jfdi-perl-0.064/debian/changelog
@@ -0,0 +1,11 @@
+libconfig-jfdi-perl (0.064-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Jonathan Yu <jawnsy@cpan.org>  Tue, 20 Oct 2009 09:43:39 -0400
+
+libconfig-jfdi-perl (0.063-1) unstable; urgency=low
+
+  * Initial Release (Closes: #537876)
+	
+ -- Jonathan Yu <jawnsy@cpan.org>  Sat, 17 Oct 2009 19:15:47 -0400
--- libconfig-jfdi-perl-0.064.orig/debian/rules
+++ libconfig-jfdi-perl-0.064/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
