diff -Nru libpod-webserver-perl-3.04/ChangeLog libpod-webserver-perl-3.05/ChangeLog --- libpod-webserver-perl-3.04/ChangeLog 2006-09-15 02:40:52.000000000 +0100 +++ libpod-webserver-perl-3.05/ChangeLog 2008-01-09 10:53:08.000000000 +0000 @@ -1,5 +1,11 @@ Revision history for Perl module Pod::Webserver - Time-stamp: "2006-09-12 18:40:16 PST" + +2008-01-09 Allison Randal + * Release 3.05 + + Added an explicit VERSION to Pod::Webserver::Daemon, to pass the + tests on Perl version 5.10.0. + 2006-09-12 Allison Randal * Release 3.04 diff -Nru /tmp/CU9gQ89hxv/libpod-webserver-perl-3.04/debian/changelog /tmp/nlpBVroeiT/libpod-webserver-perl-3.05/debian/changelog --- libpod-webserver-perl-3.04/debian/changelog 2009-04-29 13:24:10.000000000 +0100 +++ libpod-webserver-perl-3.05/debian/changelog 2009-04-29 13:24:11.000000000 +0100 @@ -1,3 +1,12 @@ +libpod-webserver-perl (3.05-1) unstable; urgency=low + + * New upstream release + * Improve Format-Specification in debian/copyright + * Improve debian/control + * Add watch file + + -- Alejandro Garrido Mota Tue, 21 Apr 2009 20:02:42 -0430 + libpod-webserver-perl (3.04-1.3) unstable; urgency=low * Non-maintainer upload. diff -Nru /tmp/CU9gQ89hxv/libpod-webserver-perl-3.04/debian/compat /tmp/nlpBVroeiT/libpod-webserver-perl-3.05/debian/compat --- libpod-webserver-perl-3.04/debian/compat 2009-04-29 13:24:10.000000000 +0100 +++ libpod-webserver-perl-3.05/debian/compat 2009-04-29 13:24:11.000000000 +0100 @@ -1 +1 @@ -5 +7 diff -Nru /tmp/CU9gQ89hxv/libpod-webserver-perl-3.04/debian/control /tmp/nlpBVroeiT/libpod-webserver-perl-3.05/debian/control --- libpod-webserver-perl-3.04/debian/control 2009-04-29 13:24:10.000000000 +0100 +++ libpod-webserver-perl-3.05/debian/control 2009-04-29 13:24:11.000000000 +0100 @@ -1,16 +1,16 @@ Source: libpod-webserver-perl Section: perl Priority: optional -Build-Depends: debhelper (>= 5.0.0), perl-modules (>= 5.10.0) | libpod-simple-perl (>= 3.04-1) -Build-Depends-Indep: perl (>= 5.8.8-6.1) +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-12) Maintainer: Alejandro Garrido Mota -Standards-Version: 3.7.3 -Homepage: http://search.cpan.org/~arandal/Pod-Webserver-3.04/ +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/Pod-Webserver/ Package: libpod-webserver-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends} -Description: Pod::Webserver -- minimal web server to serve local Perl documentation - This module can be run as an application that works as a - minimal web server to serve local Perl documentation. It's like - perldoc except it works through your browser. +Depends: ${misc:Depends}, ${perl:Depends} +Description: a miniature web server for reading Pod in web browsers + Pod::Webserver can be run as an application that works as a minimal web + server to serve local Perl documentation. It's like perldoc except it works + through your browser. diff -Nru /tmp/CU9gQ89hxv/libpod-webserver-perl-3.04/debian/copyright /tmp/nlpBVroeiT/libpod-webserver-perl-3.05/debian/copyright --- libpod-webserver-perl-3.04/debian/copyright 2009-04-29 13:24:10.000000000 +0100 +++ libpod-webserver-perl-3.05/debian/copyright 2009-04-29 13:24:11.000000000 +0100 @@ -1,23 +1,30 @@ -This is the debian package for the Pod-Webserver module. -It was created by Alejandro Garrido Mota using dh-make-perl. - -Copyright (c) 2004-2006 Sean M. Burke. All rights reserved. - -This library is free software; you can redistribute it and/or modify it under -the same terms as Perl itself. - -This program is distributed in the hope that it will be useful, but without any warranty; -without even the implied warranty of merchantability or fitness for a particular purpose. - -Perl is distributed under your choice of the GNU General Public License or -the Artistic License. - -The complete text of the GNU General Public License can be found in -/usr/share/common-licenses/GPL and the Artistic Licence can be found -in /usr/share/common-licenses/Artistic. - -The upstream author is: - -Original author: Sean M. Burke sburke@cpan.org - -Maintained by: Allison Randal allison@perl.org. +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Original author: Sean M. Burke sburke@cpan.org + Maintained by: Allison Randal allison@perl.org +Upstream-Source: http://search.cpan.org/dist/Pod-Webserver/ +Upstream-Name: Pod-Webserver + +Files: * +Copyright: Original author: Sean M. Burke sburke@cpan.org + Maintained by: Allison Randal allison@perl.org +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Alejandro Garrido Mota +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 -Nru /tmp/CU9gQ89hxv/libpod-webserver-perl-3.04/debian/libpod-webserver-perl.docs /tmp/nlpBVroeiT/libpod-webserver-perl-3.05/debian/libpod-webserver-perl.docs --- libpod-webserver-perl-3.04/debian/libpod-webserver-perl.docs 1970-01-01 01:00:00.000000000 +0100 +++ libpod-webserver-perl-3.05/debian/libpod-webserver-perl.docs 2009-04-29 13:24:11.000000000 +0100 @@ -0,0 +1 @@ +README diff -Nru /tmp/CU9gQ89hxv/libpod-webserver-perl-3.04/debian/rules /tmp/nlpBVroeiT/libpod-webserver-perl-3.05/debian/rules --- libpod-webserver-perl-3.04/debian/rules 2009-04-29 13:24:10.000000000 +0100 +++ libpod-webserver-perl-3.05/debian/rules 2009-04-29 13:24:11.000000000 +0100 @@ -1,14 +1,5 @@ #!/usr/bin/make -f -# This debian/rules file is provided as a template for normal perl -# packages. It was created by Marc Brockschmidt 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) @@ -23,7 +14,6 @@ build-stamp: dh_testdir - # Add commands to compile the package here $(PERL) Makefile.PL INSTALLDIRS=vendor $(MAKE) OPTIMIZE="-Wall -O2 -g" @@ -33,7 +23,6 @@ dh_testdir dh_testroot - # Add commands to clean up after the build process here [ ! -f Makefile ] || $(MAKE) realclean [ ! -f no_apply.t ] || mv no_apply.t t/03_daemon.t @@ -43,9 +32,8 @@ install-stamp: dh_testdir dh_testroot - dh_clean -k + dh_clean - # Add commands to install the package into debian/$PACKAGE_NAME here mv t/03_daemon.t no_apply.t $(MAKE) test $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr @@ -60,7 +48,6 @@ touch install-stamp binary-arch: -# We have nothing to do by default. binary-indep: build install dh_testdir diff -Nru /tmp/CU9gQ89hxv/libpod-webserver-perl-3.04/debian/watch /tmp/nlpBVroeiT/libpod-webserver-perl-3.05/debian/watch --- libpod-webserver-perl-3.04/debian/watch 1970-01-01 01:00:00.000000000 +0100 +++ libpod-webserver-perl-3.05/debian/watch 2009-04-29 13:24:11.000000000 +0100 @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Pod-Webserver/ .*/Pod-Webserver-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ diff -Nru /tmp/CU9gQ89hxv/libpod-webserver-perl-3.04/lib/Pod/Webserver.pm /tmp/nlpBVroeiT/libpod-webserver-perl-3.05/lib/Pod/Webserver.pm --- libpod-webserver-perl-3.04/lib/Pod/Webserver.pm 2006-06-03 04:10:45.000000000 +0100 +++ libpod-webserver-perl-3.05/lib/Pod/Webserver.pm 2008-01-09 10:53:08.000000000 +0000 @@ -3,7 +3,7 @@ package Pod::Webserver; use strict; use vars qw( $VERSION @ISA ); -$VERSION = '3.04'; +$VERSION = '3.05'; BEGIN { if(defined &DEBUG) { } # no-op @@ -414,6 +414,8 @@ #========================================================================== package Pod::Webserver::Daemon; +use vars qw( $VERSION ); +$VERSION = '3.05'; use Socket qw(PF_INET SOCK_STREAM SOMAXCONN inet_aton sockaddr_in); sub new { diff -Nru /tmp/CU9gQ89hxv/libpod-webserver-perl-3.04/META.yml /tmp/nlpBVroeiT/libpod-webserver-perl-3.05/META.yml --- libpod-webserver-perl-3.04/META.yml 2006-09-15 02:42:46.000000000 +0100 +++ libpod-webserver-perl-3.05/META.yml 2008-01-09 10:54:15.000000000 +0000 @@ -1,10 +1,12 @@ -# http://module-build.sourceforge.net/META-spec.html -#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# -name: Pod-Webserver -version: 3.04 -version_from: lib/Pod/Webserver.pm -installdirs: site -requires: +--- #YAML:1.0 +name: Pod-Webserver +version: 3.05 +abstract: a miniature web server for reading Pod in web browsers +license: ~ +author: ~ +generated_by: ExtUtils::MakeMaker version 6.42 +distribution_type: module +requires: Carp: 0 File::Spec::Unix: 0 IO::Socket: 0 @@ -14,6 +16,6 @@ Pod::Simple::Progress: 0 strict: 0 vars: 0 - -distribution_type: module -generated_by: ExtUtils::MakeMaker version 6.17 +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.3.html + version: 1.3 diff -Nru /tmp/CU9gQ89hxv/libpod-webserver-perl-3.04/t/01_about_verbose.t /tmp/nlpBVroeiT/libpod-webserver-perl-3.05/t/01_about_verbose.t --- libpod-webserver-perl-3.04/t/01_about_verbose.t 2009-04-29 13:24:10.000000000 +0100 +++ libpod-webserver-perl-3.05/t/01_about_verbose.t 2008-01-09 10:52:06.000000000 +0000 @@ -43,8 +43,8 @@ if(defined ${$this . '::VERSION'} ) { $v{$this} = ${$this . '::VERSION'} } elsif( - eval{defined *{$this . '::ISA'}} or eval{defined &{$this . '::import'}} - or ($this ne '' and eval{grep defined *{$_}{'CODE'}, values %{$this . "::"}}) + defined *{$this . '::ISA'} or defined &{$this . '::import'} + or ($this ne '' and grep defined *{$_}{'CODE'}, values %{$this . "::"}) # If it has an ISA, an import, or any subs... ) { # It's a class/module with no version.