diff -Nru libxml-filter-buffertext-perl-1.01/debian/changelog libxml-filter-buffertext-perl-1.01/debian/changelog --- libxml-filter-buffertext-perl-1.01/debian/changelog 2018-02-25 01:41:14.000000000 +0000 +++ libxml-filter-buffertext-perl-1.01/debian/changelog 2018-02-24 14:58:25.000000000 +0000 @@ -1,3 +1,43 @@ +libxml-filter-buffertext-perl (1.01-6) unstable; urgency=medium + + * Team upload. + + [ Ansgar Burchardt ] + * Update my email address. + * 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 + + [ Axel Beckert ] + * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- + copyright" + + [ gregor herrmann ] + * Strip trailing slash from metacpan URLs. + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * Remove Jay Bonci from Uploaders. Thanks for your work! + * Add Testsuite declaration for autopkgtest-pkg-perl. + + [ Niko Tyni ] + * Update to debhelper compat level 10 + * Update to Standards-Version 4.1.3 + * Update to dpkg source format 3.0 (quilt) + * Declare that the package does not need (fake)root to build + * Help autopkgtest use.t determine the module name + + -- Niko Tyni Sat, 24 Feb 2018 16:58:25 +0200 + libxml-filter-buffertext-perl (1.01-5) unstable; urgency=low [ gregor herrmann ] diff -Nru libxml-filter-buffertext-perl-1.01/debian/compat libxml-filter-buffertext-perl-1.01/debian/compat --- libxml-filter-buffertext-perl-1.01/debian/compat 2018-02-25 01:41:14.000000000 +0000 +++ libxml-filter-buffertext-perl-1.01/debian/compat 2018-02-24 14:55:27.000000000 +0000 @@ -1 +1 @@ -7 +10 diff -Nru libxml-filter-buffertext-perl-1.01/debian/control libxml-filter-buffertext-perl-1.01/debian/control --- libxml-filter-buffertext-perl-1.01/debian/control 2018-02-25 01:41:14.000000000 +0000 +++ libxml-filter-buffertext-perl-1.01/debian/control 2018-02-24 14:55:29.000000000 +0000 @@ -1,19 +1,23 @@ Source: libxml-filter-buffertext-perl +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt Section: perl +Rules-Requires-Root: no +Testsuite: autopkgtest-pkg-perl Priority: optional -Maintainer: Debian Perl Group -Uploaders: Jay Bonci , - Ansgar Burchardt -Standards-Version: 3.8.3 -Homepage: http://search.cpan.org/dist/XML-Filter-BufferText/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-filter-buffertext-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-filter-buffertext-perl/ -Build-Depends: debhelper (>= 7) -Build-Depends-Indep: perl, libxml-sax-perl (>= 0.10) +Build-Depends: debhelper (>= 10) +Build-Depends-Indep: perl, + libxml-sax-perl +Standards-Version: 4.1.3 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-filter-buffertext-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libxml-filter-buffertext-perl.git +Homepage: https://metacpan.org/release/XML-Filter-BufferText Package: libxml-filter-buffertext-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, libxml-sax-perl (>= 0.10) +Depends: ${misc:Depends}, + ${perl:Depends}, + libxml-sax-perl Description: Perl module for putting all characters into a single event The XML::Filter::BufferText module is a very simple filter. One common cause of grief (and programmer error) is that XML parsers aren't required diff -Nru libxml-filter-buffertext-perl-1.01/debian/copyright libxml-filter-buffertext-perl-1.01/debian/copyright --- libxml-filter-buffertext-perl-1.01/debian/copyright 2018-02-25 01:41:14.000000000 +0000 +++ libxml-filter-buffertext-perl-1.01/debian/copyright 2018-02-24 14:54:09.000000000 +0000 @@ -1,20 +1,18 @@ -Format-Specification: - http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 -Upstream-Maintainer: Robin Berjon -Upstream-Source: http://search.cpan.org/dist/XML-Filter-BufferText/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XML-Filter-BufferText +Upstream-Contact: Robin Berjon +Source: https://metacpan.org/release/XML-Filter-BufferText Files: * Copyright: © 2001-2002, Robin Berjon -License-Alias: Perl -License: Artistic | GPL-1+ +License: Artistic or GPL-1+ Files: debian/* Copyright: © 2002-2003, Ardo van Rangelrooij © 2003-2004, Jay Bonci - © 2009, Ansgar Burchardt -License: Artistic | GPL-1+ + © 2009, Ansgar Burchardt +License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify diff -Nru libxml-filter-buffertext-perl-1.01/debian/source/format libxml-filter-buffertext-perl-1.01/debian/source/format --- libxml-filter-buffertext-perl-1.01/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libxml-filter-buffertext-perl-1.01/debian/source/format 2018-02-24 14:55:27.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libxml-filter-buffertext-perl-1.01/debian/tests/pkg-perl/use-name libxml-filter-buffertext-perl-1.01/debian/tests/pkg-perl/use-name --- libxml-filter-buffertext-perl-1.01/debian/tests/pkg-perl/use-name 1970-01-01 00:00:00.000000000 +0000 +++ libxml-filter-buffertext-perl-1.01/debian/tests/pkg-perl/use-name 2018-02-24 14:57:09.000000000 +0000 @@ -0,0 +1 @@ +XML::Filter::BufferText diff -Nru libxml-filter-buffertext-perl-1.01/debian/watch libxml-filter-buffertext-perl-1.01/debian/watch --- libxml-filter-buffertext-perl-1.01/debian/watch 2018-02-25 01:41:14.000000000 +0000 +++ libxml-filter-buffertext-perl-1.01/debian/watch 2018-02-24 14:54:09.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/XML-Filter-BufferText/ .*/XML-Filter-BufferText-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/XML-Filter-BufferText .*/XML-Filter-BufferText-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$