diff -Nru libswitch-perl-2.16/debian/changelog libswitch-perl-2.16/debian/changelog --- libswitch-perl-2.16/debian/changelog 2011-10-17 14:50:07.000000000 +0000 +++ libswitch-perl-2.16/debian/changelog 2011-07-31 18:10:10.000000000 +0000 @@ -1,3 +1,18 @@ +libswitch-perl (2.16-2) unstable; urgency=low + + [ Ansgar Burchardt ] + * debian/control: Convert Vcs-* fields to Git. + + [ Dominic Hargreaves ] + * Set Priority: standard for the wheezy release cycle, during which + the perl package will pull this in (see: #629472) + * Apply patch fixing 5.14 build failure (Closes: #629287) + * Switch to dpkg-source 3.0 (quilt) format + * Improve description (thanks Lintian) + * Update Standards-Version (no changes) + + -- Dominic Hargreaves Sun, 31 Jul 2011 19:10:09 +0100 + libswitch-perl (2.16-1) unstable; urgency=low * Initial Release. (Closes: #580059) diff -Nru libswitch-perl-2.16/debian/control libswitch-perl-2.16/debian/control --- libswitch-perl-2.16/debian/control 2011-10-17 14:50:07.000000000 +0000 +++ libswitch-perl-2.16/debian/control 2011-07-31 18:08:24.000000000 +0000 @@ -1,20 +1,20 @@ Source: libswitch-perl Section: perl -Priority: optional +Priority: standard Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Dominic Hargreaves -Standards-Version: 3.8.4 +Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Switch/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libswitch-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libswitch-perl/ +Vcs-Git: git://git.debian.org/pkg-perl/packages/libswitch-perl.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libswitch-perl.git Package: libswitch-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, perl, perl-modules -Description: A switch statement for Perl - The Switch.pm module implements a generalized case mechanism that covers many +Description: switch statement for Perl + Switch.pm implements a generalized case mechanism that covers many possible combinations of switch and case values. . This is an obsolete module provided for compatiblity since it is being diff -Nru libswitch-perl-2.16/debian/patches/fix-5.14-build-failure.patch libswitch-perl-2.16/debian/patches/fix-5.14-build-failure.patch --- libswitch-perl-2.16/debian/patches/fix-5.14-build-failure.patch 1970-01-01 00:00:00.000000000 +0000 +++ libswitch-perl-2.16/debian/patches/fix-5.14-build-failure.patch 2011-07-31 17:20:50.000000000 +0000 @@ -0,0 +1,18 @@ +Father Chrysostomos +Subject: Fix Switch misuse of (;$) prototype. +Date: Sun, 15 Aug 2010 17:44:32 -0700 + +Bug: https://rt.cpan.org/Public/Bug/Display.html?id=60380 +Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629287 + +--- Switch-2.16-wjgfvU/Switch.pm 2009-10-23 00:52:51.000000000 -0700 ++++ Switch-2.16-wjgfvUcopy/Switch.pm 2010-08-15 17:41:38.000000000 -0700 +@@ -146,7 +146,7 @@ sub filter_blocks + die "Bad $keyword statement (problem in the code block?) near $Switch::file line ", line(substr($source,0, pos $source), $line), "\n"; + }; + my $code = filter_blocks(substr($source,$pos[0],$pos[4]-$pos[0]),line(substr($source,0,$pos[0]),$line)); +- $code =~ s/{/{ local \$::_S_W_I_T_C_H; Switch::switch $arg;/; ++ $code =~ s/{/{ local \$::_S_W_I_T_C_H; Switch::switch($arg);/; + $text .= $code . 'continue {last}'; + next component; + } diff -Nru libswitch-perl-2.16/debian/patches/series libswitch-perl-2.16/debian/patches/series --- libswitch-perl-2.16/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ libswitch-perl-2.16/debian/patches/series 2011-07-31 17:22:37.000000000 +0000 @@ -0,0 +1 @@ +fix-5.14-build-failure.patch diff -Nru libswitch-perl-2.16/debian/source/format libswitch-perl-2.16/debian/source/format --- libswitch-perl-2.16/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libswitch-perl-2.16/debian/source/format 2011-10-17 14:50:07.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt)