--- libfile-copy-recursive-perl-0.38.orig/debian/control
+++ libfile-copy-recursive-perl-0.38/debian/control
@@ -0,0 +1,21 @@
+Source: libfile-copy-recursive-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
+ gregor herrmann <gregoa@debian.org>,
+ Ansgar Burchardt <ansgar@43-1.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/File-Copy-Recursive/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-copy-recursive-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-copy-recursive-perl/
+
+Package: libfile-copy-recursive-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Perl extension for recursively copying files and directories
+ File::Copy::Recursive module copies and moves directories recursively 
+ (or single files, well... singley) to an optional depth and attempts 
+ to preserve each file or directory's mode.
--- libfile-copy-recursive-perl-0.38.orig/debian/copyright
+++ libfile-copy-recursive-perl-0.38/debian/copyright
@@ -0,0 +1,25 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=228
+Upstream-Name: File-Copy-Recursive
+Upstream-Maintainer: Daniel Muey
+Upstream-Source: http://search.cpan.org/dist/File-Copy-Recursive/
+
+Files: *
+Copyright: © 2004, Daniel Muey
+License: GPL-1+ | Artistic
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ .
+ Perl is distributed under your choice of the GNU General Public License or
+ the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+ GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+ and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
+Files: debian/*
+Copyright:
+ © 2005-2008, Krzysztof Krzyzaniak (eloy) <eloy@debian.org>
+ © 2008,      gregor herrmann <gregoa@debian.org>
+ © 2008,      Ansgar Burchardt <ansgar@43-1.org>
+License: GPL-1+ | Artistic
+ It is assumed that all contributors put their work under the same license
+ as the module itself.
+
--- libfile-copy-recursive-perl-0.38.orig/debian/watch
+++ libfile-copy-recursive-perl-0.38/debian/watch
@@ -0,0 +1,5 @@
+version=3
+http://search.cpan.org/dist/File-Copy-Recursive/   .*/File-Copy-Recursive-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+
+
+
--- libfile-copy-recursive-perl-0.38.orig/debian/compat
+++ libfile-copy-recursive-perl-0.38/debian/compat
@@ -0,0 +1 @@
+7
--- libfile-copy-recursive-perl-0.38.orig/debian/changelog
+++ libfile-copy-recursive-perl-0.38/debian/changelog
@@ -0,0 +1,143 @@
+libfile-copy-recursive-perl (0.38-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
+    (source stanza).
+
+ -- gregor herrmann <gregoa@debian.org>  Sun, 07 Dec 2008 23:31:45 +0100
+
+libfile-copy-recursive-perl (0.37-1) unstable; urgency=low
+
+  [ Ansgar Burchardt ]
+  * New upstream release.
+  * debian/control: Fix typo in Vcs-Svn field.
+  * Add myself to Uploaders.
+  * Refresh debian/rules for debhelper 7.
+  * Convert debian/copyright to proposed machine-readable format.
+  * debian/control: Bump Standards-Version to 3.8.0 (no changes)
+
+  [ gregor herrmann ]
+  * debian/control: change my email address.
+
+ -- Ansgar Burchardt <ansgar@43-1.org>  Sat, 11 Oct 2008 13:54:24 +0200
+
+libfile-copy-recursive-perl (0.36-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/copyright: use version-agnostic source URL.
+  * Add /me to Uploaders.
+  * Refresh debian/rules, minor changes:
+    - move tests to build-stamp target
+    - don't install README any more
+    - let install-stamp target depend on build-stamp
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at>  Thu, 17 Apr 2008 22:19:25 +0200
+
+libfile-copy-recursive-perl (0.35-2) unstable; urgency=low
+
+  * Donate package to Debian Perl Group
+  * debian/rules: FTBS fixes (closes: #467796)
+  * debian/compat: increased to 6
+  * debian/control: Standards-Version increased to 3.7.3
+
+ -- Krzysztof Krzyżaniak (eloy) <eloy@debian.org>  Wed, 12 Mar 2008 21:19:17 +0100
+
+libfile-copy-recursive-perl (0.35-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Tue, 04 Sep 2007 13:19:38 +0200
+
+libfile-copy-recursive-perl (0.33-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Tue, 15 May 2007 10:30:13 +0200
+
+libfile-copy-recursive-perl (0.31-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Sat, 07 Apr 2007 13:49:32 +0200
+
+libfile-copy-recursive-perl (0.30-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Wed, 13 Dec 2006 16:38:18 +0100
+
+libfile-copy-recursive-perl (0.29-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Fri,  3 Nov 2006 10:43:43 +0100
+
+libfile-copy-recursive-perl (0.28-1) unstable; urgency=low
+
+  * New upstream release (closes: #387079)
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Tue, 12 Sep 2006 12:25:59 +0200
+
+libfile-copy-recursive-perl (0.27-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Thu,  7 Sep 2006 16:48:28 +0200
+
+libfile-copy-recursive-perl (0.25-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Fri,  7 Jul 2006 09:59:23 +0200
+
+libfile-copy-recursive-perl (0.24-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Fri, 23 Jun 2006 14:50:42 +0200
+
+libfile-copy-recursive-perl (0.23-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Fri,  2 Jun 2006 16:16:48 +0200
+
+libfile-copy-recursive-perl (0.22-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control:
+   - Standards-Version increased to 3.7.2 without additional changes
+  * debian/compat:
+   - Increased to 5
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Tue, 16 May 2006 12:03:11 +0200
+
+libfile-copy-recursive-perl (0.21-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Tue, 25 Apr 2006 17:44:39 +0200
+
+libfile-copy-recursive-perl (0.20-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Fri, 14 Apr 2006 20:38:08 +0200
+
+libfile-copy-recursive-perl (0.19-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Wed,  1 Mar 2006 16:25:08 +0100
+
+libfile-copy-recursive-perl (0.18-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Wed,  1 Feb 2006 10:57:34 +0100
+
+libfile-copy-recursive-perl (0.16-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Wed, 30 Nov 2005 17:17:45 +0100
--- libfile-copy-recursive-perl-0.38.orig/debian/rules
+++ libfile-copy-recursive-perl-0.38/debian/rules
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build
