--- liblog-agent-rotate-perl-0.104.orig/debian/rules +++ liblog-agent-rotate-perl-0.104/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- liblog-agent-rotate-perl-0.104.orig/debian/changelog +++ liblog-agent-rotate-perl-0.104/debian/changelog @@ -0,0 +1,106 @@ +liblog-agent-rotate-perl (0.104-2) 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 ] + * Convert debian/copyright to proposed machine-readable format. + * debian/watch: Add URL for unauthorized release currently in Debian. + * debian/watch: use extended regexp for matching upstream versions. + * Refresh rules for debhelper 7. + * Move debhelper to Build-Depends. + * Bump Standards-Version to 3.8.2. + * Add myself to Uploaders. + * debian/control: Change short description. + + [ gregor herrmann ] + * Remove README.Debian which mentions a version scheme that's not applied + anymore. + + -- Ansgar Burchardt Thu, 23 Jul 2009 14:09:04 +0200 + +liblog-agent-rotate-perl (0.104-1) unstable; urgency=low + + * Version number correction + * Fixed debian/watch file so that uscan would actually work + + -- Jay Bonci Mon, 13 Sep 2004 00:00:48 -0400 + +liblog-agent-rotate-perl (0.1.4-6) unstable; urgency=low + + * Updated maintainer address. + * Correction to policy version (3.6.1.0 vs 3.6.10) + - No other changes + * Changed to debian/compat file instead of exporting DH_COMPAT + - Per debhelper best practices + + -- Jay Bonci Thu, 23 Oct 2003 01:41:54 -0400 + +liblog-agent-rotate-perl (0.1.4-5) unstable; urgency=low + + * New Maintainer Closes: #202346 + * Changed build process + - Updated policy version + - Updated to use debhelper 4 + - Removed postinst and prerm files + * Updated Build-Depends-Indep so tests would pass + * Added watch file + + -- Jay Bonci Thu, 24 Jul 2003 03:55:44 -0400 + +liblog-agent-rotate-perl (0.1.4-4) unstable; urgency=low + + * orphaned; maintainer set to packages@qa.debian.org + + -- tony mancill Mon, 21 Jul 2003 16:05:54 -0700 + +liblog-agent-rotate-perl (0.1.4-3) unstable; urgency=low + + * section is perl as per debian-devel-announce-200303/msg00028.html + * arch indep module files now install into /usr/share/perl5/ + instead of /usr/lib/perl5/ + + -- tony mancill Sun, 11 May 2003 11:16:59 -0700 + +liblog-agent-rotate-perl (0.1.4-2) unstable; urgency=low + + * Debian lintian tweaks (build-depends-indep, doc-link in postinst) + + -- tony mancill Sun, 3 Nov 2002 16:04:52 -0800 + +liblog-agent-rotate-perl (0.1.4-1) unstable; urgency=low + + * new upstream release + * explicit pointer to the license file (closes: #157606) + * the package builds in the binary-indep target (closes: #157488) + + -- tony mancill Sat, 31 Aug 2002 11:29:15 -0700 + +liblog-agent-rotate-perl (0.1.3-3) unstable; urgency=low + + * missing build-deps on liblog-agent-perl (closes: #142139) + (thanks to dancer and Rick Younie) + + -- tony mancill Sun, 14 Apr 2002 15:53:02 -0700 + +liblog-agent-rotate-perl (0.1.3-2) unstable; urgency=low + + * missing dependency on libgetargs-long-perl - closes: #115799 + + -- tony mancill Wed, 17 Oct 2001 00:53:01 -0700 + +liblog-agent-rotate-perl (0.1.3-1) unstable; urgency=low + + * Initial Release. (Closes Bug#102739 (ITP) and Close Bug#102672 (RFP)) + + -- tony mancill Fri, 29 Jun 2001 18:36:48 -0700 + +Local variables: +mode: debian-changelog +End: --- liblog-agent-rotate-perl-0.104.orig/debian/watch +++ liblog-agent-rotate-perl-0.104/debian/watch @@ -0,0 +1,5 @@ +version=3 +http://search.cpan.org/dist/Log-Agent-Rotate/ .*/Log-Agent-Rotate-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ + +# unauthorized, but currently in Debian +http://search.cpan.org/~mrogaski/ .*/Log-Agent-Rotate-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- liblog-agent-rotate-perl-0.104.orig/debian/control +++ liblog-agent-rotate-perl-0.104/debian/control @@ -0,0 +1,21 @@ +Source: liblog-agent-rotate-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Jay Bonci , Ansgar Burchardt +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-16), liblog-agent-perl, liblockfile-simple-perl, libcompress-zlib-perl, libgetargs-long-perl +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Log-Agent-Rotate/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblog-agent-rotate-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblog-agent-rotate-perl/ + +Package: liblog-agent-rotate-perl +Architecture: all +Depends: ${misc:Depends}, liblockfile-simple-perl, libcompress-zlib-perl, liblog-agent-perl, libgetargs-long-perl +Description: extension for Log::Agent providing file-rotating features + The Log::Agent::Rotate module is an extension of Log::Agent that brings + file-rotating features to the File logging driver. + . + This is NOT a generic all-purpose logfile rotation package. It is meant + to be used only within the Log::Agent framework. --- liblog-agent-rotate-perl-0.104.orig/debian/copyright +++ liblog-agent-rotate-perl-0.104/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Mark Rogaski +Upstream-Source: http://search.cpan.org/~mrogaski/Log-Agent-Rotate-0.104/ +Upstream-Name: Log-Agent-Rotate + +Files: * +Copyright: + © 2000, Raphael Manfredi + © 2002, Mark Rogaski +License: Artistic + +Files: debian/* +Copyright: + © 2001-2003, tony mancill + © 2003-2004, Jay Bonci + © 2009, Ansgar Burchardt +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-rotate-perl-0.104.orig/debian/compat +++ liblog-agent-rotate-perl-0.104/debian/compat @@ -0,0 +1 @@ +7 --- liblog-agent-rotate-perl-0.104.orig/debian/docs +++ liblog-agent-rotate-perl-0.104/debian/docs @@ -0,0 +1 @@ +README