--- liblog-loglite-perl-0.82.orig/debian/control +++ liblog-loglite-perl-0.82/debian/control @@ -0,0 +1,25 @@ +Source: liblog-loglite-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur +Build-Depends-Indep: perl (>= 5.6.0-16), libio-lockedfile-perl +Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7) +Standards-Version: 3.8.1 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblog-loglite-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblog-loglite-perl/ +Homepage: http://search.cpan.org/dist/Log-LogLite/ + +Package: liblog-loglite-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libio-lockedfile-perl +Description: Perl module that facilitates lightweight logging + The Log::LogLite class helps create simple logs for an + application. The Log::LogLite object is created with a logging + level. The default logging level is 5. After the Log::LogLite object + is created, each call to the write method may write a new line in the + log file. If the level of the message is lower or equal to the + logging level, the message will be written to the log file. The + format of the logging messages can be controlled by changing the + template, and by defining a default message. The class uses the + IO::LockedFile class. --- liblog-loglite-perl-0.82.orig/debian/copyright +++ liblog-loglite-perl-0.82/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Rani Pinchuk, rani@cpan.org +Upstream-Source: http://search.cpan.org/dist/Log-LogLite/ +Upstream-Name: Log-LogLite + +Files: * +Copyright: Copyright (c) 2001-2002 Ockham Technology N.V. & Rani Pinchuk. All rights reserved. +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2001, 2003, Ross Peachey + 2006, Bart Martens + 2006, Stephen Quinney + 2008, Bart Martens + 2009, Ryan Niebur +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-loglite-perl-0.82.orig/debian/watch +++ liblog-loglite-perl-0.82/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts="uversionmangle=s/^v(\d)/$1/;s/^\.(\d)/0.$1/" \ +http://search.cpan.org/dist/Log-LogLite/ \ +.*/Log-LogLite-(v?[\d\._]+(?:a|b|b\d+|RC\d+)?).(?:tar\.gz|tgz|tar\.bz2|zip|pm\.gz|jar|shar\.gz|shar\.Z) --- liblog-loglite-perl-0.82.orig/debian/compat +++ liblog-loglite-perl-0.82/debian/compat @@ -0,0 +1 @@ +7 --- liblog-loglite-perl-0.82.orig/debian/README.source +++ liblog-loglite-perl-0.82/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- liblog-loglite-perl-0.82.orig/debian/changelog +++ liblog-loglite-perl-0.82/debian/changelog @@ -0,0 +1,86 @@ +liblog-loglite-perl (0.82-7) unstable; urgency=low + + * Take over for the Debian Perl Group (Closes: #504265) + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); ${misc:Depends} to Depends: field. Changed: + Maintainer set to Debian Perl Group (was: Debian QA Group + ); Debian QA Group + moved to Uploaders. + * remove test.pl as an example + * convert to debhelper without cdbs + * refresh using dh-make-perl: machine readable copyright format, + debhelper 7 + * Add myself to Uploaders + * Debian Policy 3.8.1 + * convert direct changes to quilt patches + * add README.source + * change the long description to be third person + + -- Ryan Niebur Tue, 12 May 2009 23:47:59 -0700 + +liblog-loglite-perl (0.82-6) unstable; urgency=low + + * QA upload, orphaning this package. + * debian/control: Homepage, Standards-Version. + * debian/watch: Updated. + * LogLite.pm, NullLogLite.pm: Fixed manpage-has-errors-from-pod2man. + + -- Bart Martens Sun, 02 Nov 2008 09:13:47 +0100 + +liblog-loglite-perl (0.82-5) unstable; urgency=low + + * debian/control: Homepage, Standards-Version. + + -- Bart Martens Tue, 03 Jun 2008 10:53:57 +0200 + +liblog-loglite-perl (0.82-4) unstable; urgency=low + + * New maintainer. Closes: #398119. + * Acknowledge NMU. Closes: #359457. + * debian/*: Repackaged with cdbs. + * debian/control: Build-depends on libio-lockedfile-perl. + * debian/control: Better description. Closes: #209933. + * debian/copyright: Updated. + * debian/watch: Added. + + -- Bart Martens Tue, 14 Nov 2006 09:43:49 +0100 + +liblog-loglite-perl (0.82-3.1) unstable; urgency=low + + * Non-Maintainer Upload + * Rebuild to remove /usr/doc links, closes: #359457 + * Added missing build-dependency on perl. + * Fixed problem with binary-indep files going into /usr/lib/ + + -- Stephen Quinney Mon, 5 Jun 2006 15:33:30 +0100 + +liblog-loglite-perl (0.82-3) unstable; urgency=low + + * Fixed section + + -- Ross Peachey Wed, 29 Apr 2003 20:56:23 +1000 + +liblog-loglite-perl (0.82-2) unstable; urgency=low + + * Fixed build-depends (closes: Bug#190463) + + -- Ross Peachey Wed, 29 Apr 2003 20:37:23 +1000 + +liblog-loglite-perl (0.82-1) unstable; urgency=low + + * Updated to latest upstream version (closes: Bug#174184) + + -- Ross Peachey Wed, 1 Jan 2003 21:30:23 +1100 + +liblog-loglite-perl (0.2-1) unstable; urgency=low + + * Initial Debian release. + + -- Ross Peachey Mon, 9 Apr 2001 15:24:49 +1100 + +Local variables: +mode: debian-changelog +user-mail-address: "rcp@debian.org" +End: + --- liblog-loglite-perl-0.82.orig/debian/rules +++ liblog-loglite-perl-0.82/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ --- liblog-loglite-perl-0.82.orig/debian/patches/series +++ liblog-loglite-perl-0.82/debian/patches/series @@ -0,0 +1 @@ +fix-pod --- liblog-loglite-perl-0.82.orig/debian/patches/fix-pod +++ liblog-loglite-perl-0.82/debian/patches/fix-pod @@ -0,0 +1,24 @@ +fix errors in the POD syntax + +--- a/LogLite.pm ++++ b/LogLite.pm +@@ -279,6 +279,8 @@ + + Returns the value of the TEMPLATE data member. + ++=back ++ + =head1 AUTHOR + + Rani Pinchuk, rani@cpan.org +--- a/NullLogLite.pm ++++ b/NullLogLite.pm +@@ -125,6 +125,8 @@ + Does nothing. The parameters will not have any affect. + Returns empty string (""). + ++=back ++ + =head1 AUTHOR + + Rani Pinchuk, rani@cpan.org