diff -Nru libtest-log4perl-perl-0.1001/debian/changelog libtest-log4perl-perl-0.1001/debian/changelog --- libtest-log4perl-perl-0.1001/debian/changelog 2011-11-17 12:37:01.000000000 +0000 +++ libtest-log4perl-perl-0.1001/debian/changelog 2011-11-16 18:08:28.000000000 +0000 @@ -1,3 +1,24 @@ +libtest-log4perl-perl (0.1001-3) unstable; urgency=medium + + [ Tim Retout ] + * debian/control: Update my email address. + + [ Ansgar Burchardt ] + * debian/control: Convert Vcs-* fields to Git. + + [ gregor herrmann ] + * New patch perl5.14-re.patch: handle different forms of regexp + stringification. (Closes: #636521) + * Switch to source format 3.0 (quilt). Remove quilt framework. + * debian/copyright: update formatting and packaging copyright years. + * Switch to debhelper compatibility level 8. + * Set Standards-Version to 3.9.2, remove version from perl build + dependency. + * Add /me to Uploaders. + * Set urgency to medium (RC bug fix, perl 5.14 transition). + + -- gregor herrmann Wed, 16 Nov 2011 19:05:20 +0100 + libtest-log4perl-perl (0.1001-2) unstable; urgency=medium [ gregor herrmann ] diff -Nru libtest-log4perl-perl-0.1001/debian/compat libtest-log4perl-perl-0.1001/debian/compat --- libtest-log4perl-perl-0.1001/debian/compat 2011-11-17 12:37:01.000000000 +0000 +++ libtest-log4perl-perl-0.1001/debian/compat 2011-11-16 18:08:28.000000000 +0000 @@ -1 +1 @@ -7 +8 diff -Nru libtest-log4perl-perl-0.1001/debian/control libtest-log4perl-perl-0.1001/debian/control --- libtest-log4perl-perl-0.1001/debian/control 2011-11-17 12:37:01.000000000 +0000 +++ libtest-log4perl-perl-0.1001/debian/control 2011-11-16 18:08:28.000000000 +0000 @@ -1,22 +1,27 @@ Source: libtest-log4perl-perl Section: perl Priority: optional -Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7) -Build-Depends-Indep: perl (>= 5.6.10-12) , libclass-accessor-chained-perl, - liblingua-en-numbers-ordinate-perl, liblog-log4perl-perl, +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: perl, + libclass-accessor-chained-perl, + liblingua-en-numbers-ordinate-perl, + liblog-log4perl-perl, libtest-exception-perl Maintainer: Debian Perl Group Uploaders: AGOSTINI Yves , - Tim Retout -Standards-Version: 3.8.2 + Tim Retout , + gregor herrmann +Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Test-Log4perl/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-log4perl-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-log4perl-perl/ +Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-log4perl-perl.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-log4perl-perl.git Package: libtest-log4perl-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, libclass-accessor-chained-perl, - liblingua-en-numbers-ordinate-perl, liblog-log4perl-perl +Depends: ${perl:Depends}, ${misc:Depends}, + libclass-accessor-chained-perl, + liblingua-en-numbers-ordinate-perl, + liblog-log4perl-perl Description: test module for checking Log::Log4perl code Test::Log4perl can be used to test that you're logging the right thing with Log::Log4perl. It checks that you get exactly what you diff -Nru libtest-log4perl-perl-0.1001/debian/copyright libtest-log4perl-perl-0.1001/debian/copyright --- libtest-log4perl-perl-0.1001/debian/copyright 2011-11-17 12:37:01.000000000 +0000 +++ libtest-log4perl-perl-0.1001/debian/copyright 2011-11-16 18:08:28.000000000 +0000 @@ -1,30 +1,31 @@ -Format-Specification: - http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 -Upstream-Maintainer: Mark Fowler -Upstream-Source: http://search.cpan.org/dist/Test-Log4perl/ -Upstream-Name: Test-Log4perl +Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 +Maintainer: Mark Fowler +Source: http://search.cpan.org/dist/Test-Log4perl/ +Name: Test-Log4perl Files: * -Copyright: Copyright 2005 Fotango Ltd all rights reserved. +Copyright: 2005, Fotango Ltd License-Alias: Perl -License: Artistic | GPL-1+ +License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, AGOSTINI Yves - 2008, gregor herrmann 2009, Tim Retout -License: Artistic | GPL-1+ + 2010, 2011, gregor herrmann +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' + 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 GNU/Linux systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL' + 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 libtest-log4perl-perl-0.1001/debian/patches/perl5.14-re.patch libtest-log4perl-perl-0.1001/debian/patches/perl5.14-re.patch --- libtest-log4perl-perl-0.1001/debian/patches/perl5.14-re.patch 1970-01-01 00:00:00.000000000 +0000 +++ libtest-log4perl-perl-0.1001/debian/patches/perl5.14-re.patch 2011-11-16 18:08:28.000000000 +0000 @@ -0,0 +1,27 @@ +Description: regexp stringification is different +Origin: vendor +Bug: https://rt.cpan.org/Ticket/Display.html?id=70002 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=70002 +Bug-Debian: http://bugs.debian.org/636521 +Author: gregor herrmann +Last-Update: 2011-11-16 + +--- a/t/04re.t ++++ b/t/04re.t +@@ -27,11 +27,15 @@ + + ######################################################## + ++# perldelta 5.14 ++# Accept both old and new-style stringification ++my $modifiers = (qr/foobar/ =~ /\Q(?^/) ? "^" : "-xism"; ++ + test_out("not ok 1 - Log4perl test"); + test_fail(+9); + test_diag("1st message logged wasn't what we expected:"); + test_diag(" message was 'my hair is on fire!'"); +-test_diag(" not like '(?-xism:tree)'"); ++test_diag(" not like '(?$modifiers:tree)'"); + test_diag(" (Offending log call from line ".(__LINE__+4)." in ".filename().")"); + + Test::Log4perl->start(); diff -Nru libtest-log4perl-perl-0.1001/debian/patches/series libtest-log4perl-perl-0.1001/debian/patches/series --- libtest-log4perl-perl-0.1001/debian/patches/series 2011-11-17 12:37:01.000000000 +0000 +++ libtest-log4perl-perl-0.1001/debian/patches/series 2011-11-16 18:08:28.000000000 +0000 @@ -1 +1,2 @@ fix-test-init.patch +perl5.14-re.patch diff -Nru libtest-log4perl-perl-0.1001/debian/README.source libtest-log4perl-perl-0.1001/debian/README.source --- libtest-log4perl-perl-0.1001/debian/README.source 2011-11-17 12:37:01.000000000 +0000 +++ libtest-log4perl-perl-0.1001/debian/README.source 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -This package uses quilt for managing all modifications to the upstream -source. Changes are stored in the source package as diffs in -debian/patches and applied during the build. - -See /usr/share/doc/quilt/README.source for a detailed explaination. diff -Nru libtest-log4perl-perl-0.1001/debian/rules libtest-log4perl-perl-0.1001/debian/rules --- libtest-log4perl-perl-0.1001/debian/rules 2011-11-17 12:37:01.000000000 +0000 +++ libtest-log4perl-perl-0.1001/debian/rules 2011-11-16 18:08:28.000000000 +0000 @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh --with quilt $@ + dh $@ diff -Nru libtest-log4perl-perl-0.1001/debian/source/format libtest-log4perl-perl-0.1001/debian/source/format --- libtest-log4perl-perl-0.1001/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libtest-log4perl-perl-0.1001/debian/source/format 2011-11-17 12:37:03.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt)