--- libobject-signature-perl-1.05.orig/debian/rules
+++ libobject-signature-perl-1.05/debian/rules
@@ -0,0 +1,70 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc@dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	AUTOMATED_TESTING=1 $(MAKE) test
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
+
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
--- libobject-signature-perl-1.05.orig/debian/watch
+++ libobject-signature-perl-1.05/debian/watch
@@ -0,0 +1,3 @@
+# format version number, currently 2; this line is compulsory!
+version=3
+http://search.cpan.org/dist/Object-Signature/   .*/Object-Signature-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
--- libobject-signature-perl-1.05.orig/debian/compat
+++ libobject-signature-perl-1.05/debian/compat
@@ -0,0 +1 @@
+5
--- libobject-signature-perl-1.05.orig/debian/copyright
+++ libobject-signature-perl-1.05/debian/copyright
@@ -0,0 +1,24 @@
+This is the debian package for the Object::Signature module.
+It was created by Krzysztof Krzyzaniak (eloy) <eloy@debian.org> using dh-make-perl.
+
+It was downloaded from 
+http://search.cpan.org/dist/Object-Signature/
+
+The upstream author is: Adam Kennedy <cpan@ali.as>
+
+Copyright (c) 2004 - 2006,  Adam Kennedy. All Rights Reserved.
+
+This program is free software, you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+Perl is distributed under licenses:
+
+    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 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'.
--- libobject-signature-perl-1.05.orig/debian/changelog
+++ libobject-signature-perl-1.05/debian/changelog
@@ -0,0 +1,51 @@
+libobject-signature-perl (1.05-2) unstable; urgency=low
+
+  [ Frank Lichtenheld ]
+  * Fix typo in Description
+
+  [ gregor herrmann ]
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza). Removed: XS-
+    Vcs-Svn fields.
+  * debian/rules:
+    - delete /usr/lib/perl5 only if it exists (closes: #468004)
+    - update based on dh-make-perl's templates
+    - don't install README any more (just a text version of the POD
+      documentation)
+  * debian/watch: use dist-based URL.
+  * Set Standards-Version to 3.7.3 (no changes).
+  * debian/copyright: use version-agnostic download URL, update years of
+    copyright.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at>  Sun, 09 Mar 2008 17:42:40 +0100
+
+libobject-signature-perl (1.05-1) unstable; urgency=low
+
+  [ gregor herrmann ]
+  * New upstream release.
+  * Set environment variable AUTOMATED_TESTING in debian/rules to activate all tests
+    at build time.
+
+  [ Alexis Sukrieh ]
+  * Uses debhelper level 5
+    + debian/compat set to 5.
+    + Build-Depends to debhelper (>= 5).
+  * Dropped some unused and commented debhelper calls in debian/rules.
+  * Removed the dh-make-perl default header in debian/rules comments.
+
+ -- Alexis Sukrieh <sukria@debian.org>  Mon,  9 Oct 2006 12:09:13 +0200
+
+libobject-signature-perl (1.04-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control:
+   - Standards-Version: increased to 3.7.2 without additional changes
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Tue, 23 May 2006 16:26:48 +0200
+
+libobject-signature-perl (1.03-1) unstable; urgency=low
+
+  * Initial Release (closes: #347907).
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Wed, 28 Dec 2005 20:16:17 +0100
+
--- libobject-signature-perl-1.05.orig/debian/control
+++ libobject-signature-perl-1.05/debian/control
@@ -0,0 +1,23 @@
+Source: libobject-signature-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-install-perl, libtest-pod-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>, gregor herrmann <gregor+debian@comodo.priv.at>, Alexis Sukrieh <sukria@debian.org>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Object-Signature/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libobject-signature-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-signature-perl/
+
+Package: libobject-signature-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Signature - Generate cryptographic signatures for objects
+ Object::Signature is an abstract base class that you can inherit from in
+ order to allow your objects to generate unique cryptographic signatures.
+ .
+ The method used to generate the signature is based on Storable and
+ Digest::MD5. The object is fed to "Storable::nfreeze" to get a string,
+ which is then passed to Digest::MD5::md5_hex to get a unique 32
+ character hexadecimal signature.
