Author: tille Date: 2013-08-29 06:49:45 +0000 (Thu, 29 Aug 2013) New Revision: 14543
Added: trunk/packages/rostlab/profphd/trunk/debian/patches/ trunk/packages/rostlab/profphd/trunk/debian/patches/fix-pod.patch trunk/packages/rostlab/profphd/trunk/debian/patches/series Modified: trunk/packages/rostlab/profphd/trunk/debian/changelog Log: Fix "FTBFS with perl 5.18: POD failure": add patch to fix POD (thanks to Gregor Herrmann for the patch) Modified: trunk/packages/rostlab/profphd/trunk/debian/changelog =================================================================== --- trunk/packages/rostlab/profphd/trunk/debian/changelog 2013-08-28 08:39:10 UTC (rev 14542) +++ trunk/packages/rostlab/profphd/trunk/debian/changelog 2013-08-29 06:49:45 UTC (rev 14543) @@ -1,7 +1,13 @@ profphd (1.0.40-1) UNRELEASED; urgency=low + [ Laszlo Kajan ] * New upstream release. + [ Gregor Herrmann ] + * Fix "FTBFS with perl 5.18: POD failure": + add patch to fix POD + (Closes: #720497) + -- Laszlo Kajan <[email protected]> Sun, 19 May 2013 19:04:39 +0200 profphd (1.0.39-1) unstable; urgency=low Added: trunk/packages/rostlab/profphd/trunk/debian/patches/fix-pod.patch =================================================================== --- trunk/packages/rostlab/profphd/trunk/debian/patches/fix-pod.patch (rev 0) +++ trunk/packages/rostlab/profphd/trunk/debian/patches/fix-pod.patch 2013-08-29 06:49:45 UTC (rev 14543) @@ -0,0 +1,18 @@ +Description: perl 5.18 doesn't allow numbers after =item, so mask it +Origin: vendor +Bug-Debian: http://bugs.debian.org/720497 +Forwarded: no +Author: gregor herrmann <[email protected]> +Last-Update: 2013-08-23 + +--- a/src/prof/prof ++++ b/src/prof/prof +@@ -238,7 +238,7 @@ See each keyword for more help. Most of + + alternative connectivity patterns (default=3) + +-=item 3 ++=item Z<>3 + + predict sec + acc + htm + Added: trunk/packages/rostlab/profphd/trunk/debian/patches/series =================================================================== --- trunk/packages/rostlab/profphd/trunk/debian/patches/series (rev 0) +++ trunk/packages/rostlab/profphd/trunk/debian/patches/series 2013-08-29 06:49:45 UTC (rev 14543) @@ -0,0 +1 @@ +fix-pod.patch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
