--- liblog-agent-logger-perl-0.1.1.orig/debian/rules
+++ liblog-agent-logger-perl-0.1.1/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh $@
--- liblog-agent-logger-perl-0.1.1.orig/debian/changelog
+++ liblog-agent-logger-perl-0.1.1/debian/changelog
@@ -0,0 +1,75 @@
+liblog-agent-logger-perl (0.1.1-6) 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 ]
+  * Change description.
+  * Bump Standards-Version to 3.8.2.
+  * Convert debian/copyright to proposed machine-readable format.
+  * Refresh rules for debhelper 7.
+  * Add myself to Uploaders.
+  * debian/watch: use extended regexp for matching upstream versions.
+
+ -- Ansgar Burchardt <ansgar@43-1.org>  Thu, 23 Jul 2009 14:23:53 +0200
+
+liblog-agent-logger-perl (0.1.1-5) unstable; urgency=low
+
+  * New Maintainer (Closes: #292916)
+  * Adds debian/watch file to make it easier to maintain
+  * Changed section from interpreters to perl
+  * Huge policy version bump to 3.6.1.0 (No other changes)
+  * Adds debian/compat file per debhelper best practices
+  * Removed README file as it is described in the manpage
+  * Removed README.Debian from the diff as it was empty
+  * Merged to my standard rules template
+  * Cleaned blib and Makefile cruft from diff
+  * Added author's email addresses to the file
+  * Explicated dual nature of the perl license
+
+ -- Jay Bonci <jaybonci@debian.org>  Wed, 16 Feb 2005 14:41:48 -0500
+
+liblog-agent-logger-perl (0.1.1-4) unstable; urgency=low
+
+  * Re-bulid for liblog-agent-logger-perl_0.1.1-3.1 (Thanks Aurelien
+    Jarno)
+
+ -- ARAKI Yasuhiro <ar@debian.org>  Sun, 24 Nov 2002 22:06:03 +0900
+
+liblog-agent-logger-perl (0.1.1-3.1) unstable; urgency=low
+
+  * Non-Maintainer Upload (BSP 2002-11).
+  * Updated copyright file (closes: bug#157605).
+  * Changed Build-Depends to Build-Depends-Indep.
+  * Now Build the .deb in binary-indep target (closes: Bug#157487).
+
+ -- Aurelien Jarno <aurel32@debian.org>  Fri, 22 Nov 2002 13:30:40 +0100
+
+liblog-agent-logger-perl (0.1.1-3) unstable; urgency=low
+
+  * maintainer mail address was changed.
+  * fix control file. ADD Build-Depends: liblog-agent-perl 
+
+ -- ARAKI Yasuhiro <ar@debian.org>  Fri, 12 Apr 2002 19:04:15 +0900
+
+liblog-agent-logger-perl (0.1.1-2) unstable; urgency=low
+
+  * fix control file. ADD depends libgetargs-long-perl
+
+ -- ARAKI Yasuhiro <ar@jp.hpl.hp.com>  Tue,  9 Apr 2002 16:31:41 +0900
+
+liblog-agent-logger-perl (0.1.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- ARAKI Yasuhiro <ar@jp.hpl.hp.com>  Tue,  9 Apr 2002 15:25:31 +0900
+
+Local variables:
+mode: debian-changelog
+End:
--- liblog-agent-logger-perl-0.1.1.orig/debian/watch
+++ liblog-agent-logger-perl-0.1.1/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Log-Agent-Logger/ .*/Log-Agent-Logger-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--- liblog-agent-logger-perl-0.1.1.orig/debian/control
+++ liblog-agent-logger-perl-0.1.1/debian/control
@@ -0,0 +1,21 @@
+Source: liblog-agent-logger-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Jay Bonci <jaybonci@debian.org>, Ansgar Burchardt <ansgar@43-1.org>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-16), liblog-agent-perl, libgetargs-long-perl
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Log-Agent-Logger/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblog-agent-logger-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblog-agent-logger-perl/
+
+Package: liblog-agent-logger-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libgetargs-long-perl, liblog-agent-perl
+Description: extension for Log::Agent providing an application-level logging API
+ The Log::Agent::Logger class defines a generic interface for
+ application logging. It must not be confused with the interface
+ provided by Log::Agent, which is meant to be used by re-usable
+ modules that do not wish to commit on a particular logging method,
+ so that they remain true building blocks.
--- liblog-agent-logger-perl-0.1.1.orig/debian/copyright
+++ liblog-agent-logger-perl-0.1.1/debian/copyright
@@ -0,0 +1,32 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Raphael Manfredi
+Upstream-Source: http://search.cpan.org/dist/Log-Agent-Logger/
+Upstream-Name: Log-Agent-Logger
+
+Files: *
+Copyright: 
+ © 2000, Raphael Manfredi <Raphael_Manfredi@pobox.com>
+License: Artistic
+
+Files: debian/*
+Copyright:
+ © 2002, ARAKI Yasuhiro <ar@debian.org>
+ © 2002, Aurelien Jarno <aurel32@debian.org>
+ © 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'
--- liblog-agent-logger-perl-0.1.1.orig/debian/compat
+++ liblog-agent-logger-perl-0.1.1/debian/compat
@@ -0,0 +1 @@
+7
