diff -u liblog-agent-logger-perl-0.1.1/debian/watch liblog-agent-logger-perl-0.1.1/debian/watch --- liblog-agent-logger-perl-0.1.1/debian/watch +++ liblog-agent-logger-perl-0.1.1/debian/watch @@ -1,3 +1,2 @@ -version=2 -http://www.cpan.org/modules/by-module/Log/Log-Agent-Logger-([0-9].*)\.tar.gz \ - debian uupdate +version=3 +http://search.cpan.org/dist/Log-Agent-Logger/ .*/Log-Agent-Logger-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ diff -u liblog-agent-logger-perl-0.1.1/debian/compat liblog-agent-logger-perl-0.1.1/debian/compat --- liblog-agent-logger-perl-0.1.1/debian/compat +++ liblog-agent-logger-perl-0.1.1/debian/compat @@ -1 +1 @@ -4 +7 diff -u liblog-agent-logger-perl-0.1.1/debian/changelog liblog-agent-logger-perl-0.1.1/debian/changelog --- liblog-agent-logger-perl-0.1.1/debian/changelog +++ liblog-agent-logger-perl-0.1.1/debian/changelog @@ -1,3 +1,24 @@ +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 Thu, 23 Jul 2009 14:23:53 +0200 + liblog-agent-logger-perl (0.1.1-5) unstable; urgency=low * New Maintainer (Closes: #292916) diff -u liblog-agent-logger-perl-0.1.1/debian/copyright liblog-agent-logger-perl-0.1.1/debian/copyright --- liblog-agent-logger-perl-0.1.1/debian/copyright +++ liblog-agent-logger-perl-0.1.1/debian/copyright @@ -1,20 +1,32 @@ -This package was debianized by ARAKI Yasuhiro ar@jp.hpl.hp.com on -Tue, 9 Apr 2002 15:25:31 +0900. - -It was downloaded from http://www.cpan.org/authors/id/RAM/Log-Agent-Logger-0.1.1.tar.gz - -Upstream Authors: Terrence Brannon - Raphael Manfredi <2~Raphael_Manfredi@pobox.com +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 +License: Artistic - "This program is free software; you can redistribute it and/or modify - it under the terms of the Artistic License, a copy of which can be - found with perl." - - See: - - /usr/share/common-licenses/Artistic - /usr/share/common-licenses/GPL - - For more information regarding these licensing options +Files: debian/* +Copyright: + © 2002, ARAKI Yasuhiro + © 2002, Aurelien Jarno + © 2005, 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' diff -u liblog-agent-logger-perl-0.1.1/debian/rules liblog-agent-logger-perl-0.1.1/debian/rules --- liblog-agent-logger-perl-0.1.1/debian/rules +++ liblog-agent-logger-perl-0.1.1/debian/rules @@ -2,52 +2,2 @@ -# Sample debian/rules that uses debhelper. -# GNU copyright 1997 to 1999 by Joey Hess. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -# This is the debhelper compatibility version to use. -# export DH_COMPAT=4 - -PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"` - - -build: - dh_testdir - # Add here commands to compile the package. - perl Makefile.PL verbose INSTALLDIRS=vendor -clean: - dh_testdir - dh_testroot - - -$(MAKE) clean - rm -f Makefile.old - dh_clean - -install: - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - $(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install - -find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty - -binary-arch:; -binary-indep: build install - dh_testdir - dh_testroot - dh_installdocs - dh_installman - dh_installchangelogs ChangeLog - dh_link - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_perl - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +%: + dh $@ diff -u liblog-agent-logger-perl-0.1.1/debian/control liblog-agent-logger-perl-0.1.1/debian/control --- liblog-agent-logger-perl-0.1.1/debian/control +++ liblog-agent-logger-perl-0.1.1/debian/control @@ -4,10 +4,18 @@ -Maintainer: Jay Bonci -Build-Depends-Indep: debhelper (>= 4.1), perl (>= 5.6.0-16), liblog-agent-perl, libgetargs-long-perl -Standards-Version: 3.6.1.0 +Maintainer: Debian Perl Group +Uploaders: Jay Bonci , Ansgar Burchardt +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: ${perl:Depends}, libgetargs-long-perl, liblog-agent-perl -Description: provides Log::Agent::Logger perl module - Log::Agent::Logger is mini component of Log::Agent. - Log::Agent is a general logging framework aimed at reusable modules. +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.