diff -Nru libnet-rendezvous-publish-perl-0.04/debian/changelog libnet-rendezvous-publish-perl-0.04/debian/changelog --- libnet-rendezvous-publish-perl-0.04/debian/changelog 2010-06-08 10:37:02.000000000 +0100 +++ libnet-rendezvous-publish-perl-0.04/debian/changelog 2010-06-06 18:49:27.000000000 +0100 @@ -1,3 +1,35 @@ +libnet-rendezvous-publish-perl (0.04-2) unstable; urgency=low + + [ Damyan Ivanov ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). + + [ Jose Luis Rivas ] + * debian/watch: Now is dist-based. + * debian/control: + + Debian Perl Group now is the maintainer, me passed to + uploaders. + + [ gregor herrmann ] + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ansgar Burchardt ] + * Use debhelper 7 instead of CDBS. + * Use Build.PL. + * Use source format 3.0 (quilt). + * Remove Homepage semi-field from description. + * Mention module name in description. + * Convert debian/copyright to proposed machine-readable format. + * Fix POD error. + + new patch: pod-errors.patch + * Bump Standards-Version to 3.8.4. + * Add myself to Uploaders. + + -- Ansgar Burchardt Sun, 06 Jun 2010 20:11:59 +0900 + libnet-rendezvous-publish-perl (0.04-1) unstable; urgency=low * Initial release (Closes: #420499) diff -Nru libnet-rendezvous-publish-perl-0.04/debian/compat libnet-rendezvous-publish-perl-0.04/debian/compat --- libnet-rendezvous-publish-perl-0.04/debian/compat 2010-06-08 10:37:02.000000000 +0100 +++ libnet-rendezvous-publish-perl-0.04/debian/compat 2010-06-06 18:49:27.000000000 +0100 @@ -1 +1 @@ -5 +7 diff -Nru libnet-rendezvous-publish-perl-0.04/debian/control libnet-rendezvous-publish-perl-0.04/debian/control --- libnet-rendezvous-publish-perl-0.04/debian/control 2010-06-08 10:37:02.000000000 +0100 +++ libnet-rendezvous-publish-perl-0.04/debian/control 2010-06-06 18:49:27.000000000 +0100 @@ -1,17 +1,20 @@ Source: libnet-rendezvous-publish-perl Section: perl Priority: extra -Maintainer: Jose Luis Rivas +Maintainer: Debian Perl Group +Uploaders: Jose Luis Rivas , + Ansgar Burchardt +Build-Depends: debhelper (>= 7.3.7~), perl (>= 5.10) | libmodule-build-perl Build-Depends-Indep: perl, libclass-accessor-lvalue-perl, libmodule-pluggable-perl -Build-Depends: cdbs, debhelper (>= 5) -Standards-Version: 3.7.2 +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/Net-Rendezvous-Publish/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-rendezvous-publish-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-rendezvous-publish-perl/ Package: libnet-rendezvous-publish-perl Architecture: all -Depends: ${perl:Depends}, libclass-accessor-lvalue-perl, libmodule-pluggable-perl -Description: publish Rendezvous services - Creates, publish and manages Rendezvous services. Can manage - how much time will handle network events and updates of internal +Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-lvalue-perl, libmodule-pluggable-perl +Description: Perl module to publish Rendezvous services + Net::Rendezvous::Publish creates, publish and manages Rendezvous services. It + can manage how much time will handle network events and updates of internal state. - . - http://search.cpan.org/dist/Net-Rendezvous-Publish diff -Nru libnet-rendezvous-publish-perl-0.04/debian/copyright libnet-rendezvous-publish-perl-0.04/debian/copyright --- libnet-rendezvous-publish-perl-0.04/debian/copyright 2010-06-08 10:37:02.000000000 +0100 +++ libnet-rendezvous-publish-perl-0.04/debian/copyright 2010-06-06 18:49:27.000000000 +0100 @@ -1,26 +1,27 @@ -This package was debianized by Jose Luis Rivas on -Sun, 22 Apr 2007 03:26:42 -0400. - -It was downloaded from http://search.cpan.org/dist/Net-Rendezvous-Publish - -Upstream Author: Richard Clamp - -Copyright: Copyright 2004, 2005, 2006, Richard Clamp. All Rights Reserved. - -License: +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Richard Clamp +Source: http://search.cpan.org/dist/Net-Rendezvous-Publish/ +Name: Net-Rendezvous-Publish + +Copyright: 2004-2006, Richard Clamp +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: + 2007, Jose Luis Rivas + 2010, Ansgar Burchardt +License: Artistic or GPL-1+ +License: Artistic This program is free software; you can redistribute it and/or modify - it under the terms of either: + 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' - a) the GNU General Public License as published by the Free Software - Foundation; either version 1, or (at your option) any later - version, or - - b) the "Artistic License" which comes with Perl. - -On Debian GNU/Linux systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL' and -the Artistic Licence in `/usr/share/common-licenses/Artistic'. - -The Debian packaging is (C) 2007, Jose Luis Rivas and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. +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 libnet-rendezvous-publish-perl-0.04/debian/dirs libnet-rendezvous-publish-perl-0.04/debian/dirs --- libnet-rendezvous-publish-perl-0.04/debian/dirs 2010-06-08 10:37:02.000000000 +0100 +++ libnet-rendezvous-publish-perl-0.04/debian/dirs 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -usr/share diff -Nru libnet-rendezvous-publish-perl-0.04/debian/patches/pod-errors.patch libnet-rendezvous-publish-perl-0.04/debian/patches/pod-errors.patch --- libnet-rendezvous-publish-perl-0.04/debian/patches/pod-errors.patch 1970-01-01 01:00:00.000000000 +0100 +++ libnet-rendezvous-publish-perl-0.04/debian/patches/pod-errors.patch 2010-06-06 18:49:27.000000000 +0100 @@ -0,0 +1,17 @@ +From: Ansgar Burchardt +Date: Sun, 06 Jun 2010 20:04:22 +0900 +Subject Fix POD error +Origin: vendor +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=58175 + +--- libnet-rendezvous-publish-perl.orig/lib/Net/Rendezvous/Publish.pm ++++ libnet-rendezvous-publish-perl/lib/Net/Rendezvous/Publish.pm +@@ -106,7 +106,7 @@ + Spend at most $seconds seconds handling network events and updating + internal state. + +-=head TODO ++=head1 TODO + + At some point I may learn enough of the mDNS protocol to write a + pure-perl responder. That'll be nifty. diff -Nru libnet-rendezvous-publish-perl-0.04/debian/patches/series libnet-rendezvous-publish-perl-0.04/debian/patches/series --- libnet-rendezvous-publish-perl-0.04/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ libnet-rendezvous-publish-perl-0.04/debian/patches/series 2010-06-06 18:49:27.000000000 +0100 @@ -0,0 +1 @@ +pod-errors.patch diff -Nru libnet-rendezvous-publish-perl-0.04/debian/rules libnet-rendezvous-publish-perl-0.04/debian/rules --- libnet-rendezvous-publish-perl-0.04/debian/rules 2010-06-08 10:37:02.000000000 +0100 +++ libnet-rendezvous-publish-perl-0.04/debian/rules 2010-06-06 18:49:27.000000000 +0100 @@ -1,7 +1,4 @@ #!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/perlmodule.mk -install/libnet-rendezvous-publish-perl:: - rm -rvf debian/libnet-rendezvous-publish-perl/usr/lib +%: + dh --buildsystem=perl_build $@ diff -Nru libnet-rendezvous-publish-perl-0.04/debian/source/format libnet-rendezvous-publish-perl-0.04/debian/source/format --- libnet-rendezvous-publish-perl-0.04/debian/source/format 1970-01-01 01:00:00.000000000 +0100 +++ libnet-rendezvous-publish-perl-0.04/debian/source/format 2010-06-08 10:37:02.000000000 +0100 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libnet-rendezvous-publish-perl-0.04/debian/watch libnet-rendezvous-publish-perl-0.04/debian/watch --- libnet-rendezvous-publish-perl-0.04/debian/watch 2010-06-08 10:37:02.000000000 +0100 +++ libnet-rendezvous-publish-perl-0.04/debian/watch 2009-06-06 13:09:36.000000000 +0100 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/Net-Rendezvous-Publish-(\d+\.\d+)\.tar\.gz +http://search.cpan.org/dist/Net-Rendezvous-Publish/ .*/Net-Rendezvous-Publish-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)