diff -Nru libnews-nntpclient-perl-0.37/debian/changelog libnews-nntpclient-perl-0.37/debian/changelog --- libnews-nntpclient-perl-0.37/debian/changelog 2010-06-08 10:37:04.000000000 +0100 +++ libnews-nntpclient-perl-0.37/debian/changelog 2010-06-06 18:47:40.000000000 +0100 @@ -1,3 +1,35 @@ +libnews-nntpclient-perl (0.37-8) unstable; urgency=low + + [ Damyan Ivanov ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). + + [ gregor herrmann ] + * debian/control: Changed: Maintainer set to Debian Perl Group (was: Jose Luis Rivas + ); Jose Luis Rivas + moved to Uploaders. + * debian/watch: use dist-based URL. + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Salvatore Bonaccorso ] + * debian/control: Changed: Replace versioned (build-)dependency on + perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as + permitted by Debian Policy 3.8.3). + + [ Ansgar Burchardt ] + * Use debhelper 7 instead of CDBS. + * Change hashbang via sed instead of a patch. + * Use source format 3.0 (quilt). + * Converted debian/copyright to proposed machine-readable format. + * Bump Standards-Version to 3.8.4. + * Add myself to Uploaders. + + -- Ansgar Burchardt Sun, 06 Jun 2010 19:49:28 +0900 + libnews-nntpclient-perl (0.37-7) unstable; urgency=low * New maintainer. (Closes: #406510) diff -Nru libnews-nntpclient-perl-0.37/debian/compat libnews-nntpclient-perl-0.37/debian/compat --- libnews-nntpclient-perl-0.37/debian/compat 2010-06-08 10:37:04.000000000 +0100 +++ libnews-nntpclient-perl-0.37/debian/compat 2010-06-06 18:47:40.000000000 +0100 @@ -1 +1 @@ -5 +7 diff -Nru libnews-nntpclient-perl-0.37/debian/control libnews-nntpclient-perl-0.37/debian/control --- libnews-nntpclient-perl-0.37/debian/control 2010-06-08 10:37:04.000000000 +0100 +++ libnews-nntpclient-perl-0.37/debian/control 2010-06-06 18:47:40.000000000 +0100 @@ -1,15 +1,20 @@ Source: libnews-nntpclient-perl Section: perl Priority: optional -Maintainer: Jose Luis Rivas -Build-Depends-Indep: perl (>= 5.6.0-16) -Build-Depends: debhelper (>=5), cdbs -Standards-Version: 3.7.2 +Maintainer: Debian Perl Group +Uploaders: Jose Luis Rivas , + Ansgar Burchardt +Build-Depends: debhelper (>= 7.0.50~) +Build-Depends-Indep: perl +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/NNTPClient/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnews-nntpclient-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnews-nntpclient-perl/ Package: libnews-nntpclient-perl Architecture: all -Depends: ${perl:Depends} -Description: News::NNTPClient, Perl support for accessing NNTP servers +Depends: ${misc:Depends}, ${perl:Depends} +Description: Perl module to access NNTP servers News::NNTPClient allows you full access to NNTP (aka news or NetNews) servers from within Perl applications. With it you can write applications that post articles to NNTP servers, download articles, etc. diff -Nru libnews-nntpclient-perl-0.37/debian/copyright libnews-nntpclient-perl-0.37/debian/copyright --- libnews-nntpclient-perl-0.37/debian/copyright 2010-06-08 10:37:04.000000000 +0100 +++ libnews-nntpclient-perl-0.37/debian/copyright 2010-06-07 18:08:39.000000000 +0100 @@ -1,18 +1,30 @@ -This package was debianized by Michael-John Turner mj@debian.org on -Wed, 14 Jul 1999 21:28:28 +0200. - -The current Debian Maintainer is Jose Luis Rivas - -It was downloaded from http://www.perl.com/CPAN/modules/by-module/News/ - -Upstream Author: Rodger V. Anderson - -Copyright: Copyright 1995 Rodger V. Anderson. All rights reserved. This -module is free software; you may redistribute and/or modify it under the -same terms as Perl itself. - -On Debian GNU/Linux systems, the complete text of the Artistic License -can be found in /usr/share/common-licenses/Artistic. - -The Debian packaging is (C) 1999, Michael-John Turner and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Rodger V. Anderson +Source: http://search.cpan.org/dist/NNTPClient/ +Name: NNTPClient + +Copyright: © 1995, Rodger Anderson +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: + © 1999-2001, Michael-John Turner + © 2003-2004, Marc 'HE' Brockschmidt + © 2005, Florian Ernst + © 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 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 libnews-nntpclient-perl-0.37/debian/libnews-nntpclient-perl.examples libnews-nntpclient-perl-0.37/debian/libnews-nntpclient-perl.examples --- libnews-nntpclient-perl-0.37/debian/libnews-nntpclient-perl.examples 1970-01-01 01:00:00.000000000 +0100 +++ libnews-nntpclient-perl-0.37/debian/libnews-nntpclient-perl.examples 2010-06-06 18:47:41.000000000 +0100 @@ -0,0 +1 @@ +demos/* diff -Nru libnews-nntpclient-perl-0.37/debian/rules libnews-nntpclient-perl-0.37/debian/rules --- libnews-nntpclient-perl-0.37/debian/rules 2010-06-08 10:37:04.000000000 +0100 +++ libnews-nntpclient-perl-0.37/debian/rules 2010-06-06 18:47:41.000000000 +0100 @@ -1,8 +1,11 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/perlmodule.mk +PACKAGE := $(shell dh_listpackages) +TMP := $(CURDIR)/debian/$(PACKAGE) -DEB_INSTALL_EXAMPLES_libnews-nntpclient-perl := demos -install/libnews-nntpclient-perl:: - rm -rfv debian/libnews-nntpclient-perl/usr/lib +%: + dh $@ + +override_dh_installexamples: + dh_installexamples + sed -i '1c #! /usr/bin/perl' $(TMP)/usr/share/doc/$(PACKAGE)/examples/* diff -Nru libnews-nntpclient-perl-0.37/debian/source/format libnews-nntpclient-perl-0.37/debian/source/format --- libnews-nntpclient-perl-0.37/debian/source/format 1970-01-01 01:00:00.000000000 +0100 +++ libnews-nntpclient-perl-0.37/debian/source/format 2010-06-08 10:37:05.000000000 +0100 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libnews-nntpclient-perl-0.37/debian/watch libnews-nntpclient-perl-0.37/debian/watch --- libnews-nntpclient-perl-0.37/debian/watch 2010-06-08 10:37:04.000000000 +0100 +++ libnews-nntpclient-perl-0.37/debian/watch 2009-06-06 13:08:53.000000000 +0100 @@ -1,2 +1,2 @@ version=3 -http://www.perl.com/CPAN/modules/by-module/News/NNTPClient-(.*)\.tar\.gz +http://search.cpan.org/dist/NNTPClient/ .*/NNTPClient-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) diff -Nru libnews-nntpclient-perl-0.37/demos/NNTPFetchProgress.pm libnews-nntpclient-perl-0.37/demos/NNTPFetchProgress.pm --- libnews-nntpclient-perl-0.37/demos/NNTPFetchProgress.pm 2010-06-08 10:37:04.000000000 +0100 +++ libnews-nntpclient-perl-0.37/demos/NNTPFetchProgress.pm 1996-03-13 22:23:29.000000000 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/local/bin/perl -w # Experimental code, written by Rodger Anderson diff -Nru libnews-nntpclient-perl-0.37/demos/NNTPHuge.pm libnews-nntpclient-perl-0.37/demos/NNTPHuge.pm --- libnews-nntpclient-perl-0.37/demos/NNTPHuge.pm 2010-06-08 10:37:04.000000000 +0100 +++ libnews-nntpclient-perl-0.37/demos/NNTPHuge.pm 1999-06-11 22:02:28.000000000 +0100 @@ -1,5 +1,3 @@ -#!/usr/bin/perl -w - package News::NNTPHuge; # I didn't write this. Someone sent it to me and I've decided to