diff -Nru libio-capture-perl-0.05/debian/changelog libio-capture-perl-0.05/debian/changelog --- libio-capture-perl-0.05/debian/changelog 2014-04-27 00:16:13.000000000 +0000 +++ libio-capture-perl-0.05/debian/changelog 2014-04-11 20:02:18.000000000 +0000 @@ -1,3 +1,38 @@ +libio-capture-perl (0.05-3) unstable; urgency=low + + [ gregor herrmann ] + * Add debian/README.source to document quilt usage, as required by + Debian Policy since 3.8.0. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ansgar Burchardt ] + * debian/control: Convert Vcs-* fields to Git. + + [ gregor herrmann ] + * debian/control: update {versioned,alternative} (build) dependencies. + + [ Salvatore Bonaccorso ] + * Change Vcs-Git to canonical URI (git://anonscm.debian.org) + * Change search.cpan.org based URIs to metacpan.org based URIs + + [ gregor herrmann ] + * Strip trailing slash from metacpan URLs. + + [ Daniel Lintott ] + * Convert package to short-format dh and compat 8 + * Refresh packaging with dh-make-perl refresh + + Update debian/control + + Migrate copyright to format 1.0 + + Migrate package to source format 3.0(quilt) + + Add libio-capture-perl.docs + * Add DEP-3 patch header to fix_pod_whatis_entry.patch + + -- Daniel Lintott Fri, 11 Apr 2014 20:58:03 +0100 + libio-capture-perl (0.05-2) unstable; urgency=low [ gregor herrmann ] diff -Nru libio-capture-perl-0.05/debian/compat libio-capture-perl-0.05/debian/compat --- libio-capture-perl-0.05/debian/compat 2014-04-27 00:16:13.000000000 +0000 +++ libio-capture-perl-0.05/debian/compat 2014-04-11 20:02:18.000000000 +0000 @@ -1 +1 @@ -6 +8 diff -Nru libio-capture-perl-0.05/debian/control libio-capture-perl-0.05/debian/control --- libio-capture-perl-0.05/debian/control 2014-04-27 00:16:13.000000000 +0000 +++ libio-capture-perl-0.05/debian/control 2014-04-11 20:02:18.000000000 +0000 @@ -1,18 +1,19 @@ Source: libio-capture-perl Section: perl Priority: optional -Build-Depends: debhelper (>= 6), quilt -Build-Depends-Indep: perl (>= 5.8.0-7) Maintainer: Debian Perl Group -Uploaders: Krzysztof Krzyzaniak (eloy) -Standards-Version: 3.7.3 -Homepage: http://search.cpan.org/dist/IO-Capture/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-capture-perl/ -Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-capture-perl/ +Uploaders: Krzysztof Krzyzaniak (eloy) , + Daniel Lintott +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: perl +Standards-Version: 3.9.5 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-capture-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-capture-perl.git +Homepage: https://metacpan.org/release/IO-Capture Package: libio-capture-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${perl:Depends} Description: Abstract Base Class to build modules to capture output The IO::Capture Module defines an abstract base class that can be used to build modules that capture output being sent on a filehandle diff -Nru libio-capture-perl-0.05/debian/copyright libio-capture-perl-0.05/debian/copyright --- libio-capture-perl-0.05/debian/copyright 2014-04-27 00:16:13.000000000 +0000 +++ libio-capture-perl-0.05/debian/copyright 2014-04-11 20:02:18.000000000 +0000 @@ -1,24 +1,31 @@ -This is the debian package for the IO-Capture module. -It was created by Krzysztof Krzyzaniak (eloy) using dh-make-perl. - -The upstream authors are: -Mark Reynolds sgi.com>, Jon Morgan sgi.com>. - - -Copyright (c) 2003 Mark Reynolds and Jon Morgan -Copyright (c) 2004-2005 Mark Reynolds - -This program is free software, you can redistribute it and/or modify it under -the same terms as Perl itself. - -Perl is distributed under licenses: - - 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'. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://metacpan.org/release/IO-Capture +Upstream-Contact: Mark Reynolds +Upstream-Name: IO-Capture + +Files: * +Copyright: 2003, Jon Morgan + 2003-2005, Mark Reynolds +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2005, Krzysztof Krzyzaniak (eloy) + 2008, Rene Mayorga + 2014, Daniel Lintott +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 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 systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. diff -Nru libio-capture-perl-0.05/debian/libio-capture-perl.docs libio-capture-perl-0.05/debian/libio-capture-perl.docs --- libio-capture-perl-0.05/debian/libio-capture-perl.docs 1970-01-01 00:00:00.000000000 +0000 +++ libio-capture-perl-0.05/debian/libio-capture-perl.docs 2014-04-11 20:02:18.000000000 +0000 @@ -0,0 +1 @@ +BUGS diff -Nru libio-capture-perl-0.05/debian/patches/fix_pod_whatis_entry.patch libio-capture-perl-0.05/debian/patches/fix_pod_whatis_entry.patch --- libio-capture-perl-0.05/debian/patches/fix_pod_whatis_entry.patch 2014-04-27 00:16:13.000000000 +0000 +++ libio-capture-perl-0.05/debian/patches/fix_pod_whatis_entry.patch 2014-04-11 20:02:18.000000000 +0000 @@ -1,7 +1,9 @@ -Index: libio-capture-perl/lib/IO/Capture/Overview.pod -=================================================================== ---- libio-capture-perl.orig/lib/IO/Capture/Overview.pod 2008-01-28 00:11:36.000000000 -0600 -+++ libio-capture-perl/lib/IO/Capture/Overview.pod 2008-01-28 00:13:41.000000000 -0600 +Description: Fix bad what-is entry in POD +Author: Rene Mayorga +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=94648 +Last-Update: 2014-04-11 +--- a/lib/IO/Capture/Overview.pod ++++ b/lib/IO/Capture/Overview.pod @@ -1,6 +1,6 @@ =head1 NAME @@ -10,11 +12,9 @@ =head1 DESCRIPTION -Index: libio-capture-perl/lib/IO/Capture/Tie_STDx.pm -=================================================================== ---- libio-capture-perl.orig/lib/IO/Capture/Tie_STDx.pm 2008-01-28 00:12:18.000000000 -0600 -+++ libio-capture-perl/lib/IO/Capture/Tie_STDx.pm 2008-01-28 00:13:09.000000000 -0600 -@@ -28,7 +28,7 @@ +--- a/lib/IO/Capture/Tie_STDx.pm ++++ b/lib/IO/Capture/Tie_STDx.pm +@@ -28,7 +28,7 @@ sub CLOSE { =head1 NAME diff -Nru libio-capture-perl-0.05/debian/rules libio-capture-perl-0.05/debian/rules --- libio-capture-perl-0.05/debian/rules 2014-04-27 00:16:13.000000000 +0000 +++ libio-capture-perl-0.05/debian/rules 2014-04-11 20:02:18.000000000 +0000 @@ -1,71 +1,4 @@ #!/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) - -ifndef PERL -PERL = /usr/bin/perl -endif - -include /usr/share/quilt/quilt.make - -TMP =$(CURDIR)/debian/$(PACKAGE) - -build: build-stamp -build-stamp: $(QUILT_STAMPFN) - dh_testdir - $(PERL) Makefile.PL INSTALLDIRS=vendor - $(MAKE) - $(MAKE) test - touch $@ - -clean: unpatch - dh_testdir - dh_testroot - dh_clean build-stamp install-stamp - [ ! -f Makefile ] || $(MAKE) realclean - -install: build install-stamp -install-stamp: - dh_testdir - dh_testroot - dh_clean -k - $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr - - # As this is a architecture independent package, we are not - # supposed to install stuff to /usr/lib. MakeMaker creates - # the dirs, we delete them from the deb: - [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5 - touch $@ - -binary-arch: -# We have nothing to do by default. - -binary-indep: build install - dh_testdir - dh_testroot - dh_installdocs BUGS - dh_installchangelogs Changes - dh_perl - dh_compress - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -source diff: - @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary +%: + dh $@ diff -Nru libio-capture-perl-0.05/debian/source/format libio-capture-perl-0.05/debian/source/format --- libio-capture-perl-0.05/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libio-capture-perl-0.05/debian/source/format 2014-04-11 20:02:18.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libio-capture-perl-0.05/debian/watch libio-capture-perl-0.05/debian/watch --- libio-capture-perl-0.05/debian/watch 2014-04-27 00:16:13.000000000 +0000 +++ libio-capture-perl-0.05/debian/watch 2014-04-11 20:02:18.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/IO-Capture/ .+/IO-Capture-v?(\d[\d._]*)\.(?:tar\.gz|tar\.bz2|tgz|\.zip) +https://metacpan.org/release/IO-Capture .+/IO-Capture-v?(\d[\d.]*)\.(?:tar\.gz|tar\.bz2|tgz|\.zip)