--- libobject-multitype-perl-0.05.orig/debian/control
+++ libobject-multitype-perl-0.05/debian/control
@@ -0,0 +1,22 @@
+Source: libobject-multitype-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: Jay Bonci <jaybonci@debian.org>, Ansgar Burchardt <ansgar@43-1.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Object-MultiType/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libobject-multitype-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libobject-multitype-perl/
+
+Package: libobject-multitype-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Perl objects as Hash, Array, Scalar, Code and Glob at once
+ The Object::MultiType module returns an object that works like a Hash,
+ Array, Scalar, Code and Glob object at the same time.  It uses tie and
+ override magic to expose to the perl level the intrinsic typeglob-ness
+ of all references. If this does not make sense to you, you probably will
+ not be using it directly, although you may wind up installing it as a
+ dependency of something else.
--- libobject-multitype-perl-0.05.orig/debian/copyright
+++ libobject-multitype-perl-0.05/debian/copyright
@@ -0,0 +1,31 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Graciliano M. P. <gm@virtuasites.com.br>
+Upstream-Source: http://search.cpan.org/dist/Object-MultiType/
+Upstream-Name: Object-MultiType
+
+Files: *
+Copyright: © 2003, Graciliano M. P. <gm@virtuasites.com.br>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright:
+ © 2004,      Michael K. Edwards <medwards-debian@sane.net>
+ © 2004-2005, Jay Bonci <jaybonci@debian.org>
+ © 2009,      Ansgar Burchardt <ansgar@43-1.org>
+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'
--- libobject-multitype-perl-0.05.orig/debian/watch
+++ libobject-multitype-perl-0.05/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Object-MultiType/ .*/Object-MultiType-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--- libobject-multitype-perl-0.05.orig/debian/compat
+++ libobject-multitype-perl-0.05/debian/compat
@@ -0,0 +1 @@
+7
--- libobject-multitype-perl-0.05.orig/debian/changelog
+++ libobject-multitype-perl-0.05/debian/changelog
@@ -0,0 +1,50 @@
+libobject-multitype-perl (0.05-3) unstable; urgency=low
+
+  [ gregor herrmann ]
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza).
+  * Set Maintainer to Debian Perl Group.
+  * Use dist-based URL in debian/watch.
+  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
+    (source stanza).
+  * debian/control: Added: ${misc:Depends} to Depends: field.
+
+  [ Ansgar Burchardt ]
+  * mention module name in description
+  * add myself to Uploaders
+  * make build-dep on perl no longer versioned (>= 5.8.0-7 is satisfied even
+    in oldstable)
+  * bump Standards-Version to 3.8.3
+  * no longer install README (only refers to POD documentation)
+  * debian/watch: use extended regexp to match upstream releases
+  * refresh rules for debhelper 7
+  * convert copyright to proposed machine-readable format
+
+ -- Ansgar Burchardt <ansgar@43-1.org>  Mon, 17 Aug 2009 12:35:03 +0200
+
+libobject-multitype-perl (0.05-2) unstable; urgency=low
+
+  * New maintainer (Closes: 300234)
+  * Expands debian/watch file so uupdate will work
+
+ -- Jay Bonci <jaybonci@debian.org>  Fri, 18 Mar 2005 12:58:58 -0500
+
+libobject-multitype-perl (0.05-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Jay Bonci <jaybonci@debian.org>  Wed, 29 Dec 2004 01:35:32 -0500
+
+libobject-multitype-perl (0.04-2) unstable; urgency=low
+
+  * Adds debian/watch file so uscan will work
+  * Prunes empty directories
+
+ -- Jay Bonci <jaybonci@debian.org>  Wed,  6 Oct 2004 01:00:00 -0400
+
+libobject-multitype-perl (0.04-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Michael K. Edwards <medwards-debian@sane.net>  Mon, 19 Jan 2004 16:21:28 -0800
+
--- libobject-multitype-perl-0.05.orig/debian/rules
+++ libobject-multitype-perl-0.05/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh $@
