Author: smr Date: 2013-09-14 03:05:01 +0000 (Sat, 14 Sep 2013) New Revision: 14681
Added: trunk/packages/minc/trunk/debian/patches/pod_fix.diff Modified: trunk/packages/minc/trunk/debian/changelog trunk/packages/minc/trunk/debian/patches/series Log: Fix POD errors. Modified: trunk/packages/minc/trunk/debian/changelog =================================================================== --- trunk/packages/minc/trunk/debian/changelog 2013-09-14 02:27:07 UTC (rev 14680) +++ trunk/packages/minc/trunk/debian/changelog 2013-09-14 03:05:01 UTC (rev 14681) @@ -1,3 +1,10 @@ +minc (2.2.00-2) unstable; urgency=low + + * patches/pod_fix.diff: New. Fix POD documentation to comply with + stricter parsing of perl 5.18. + + -- Steve M. Robbins <[email protected]> Fri, 13 Sep 2013 22:04:11 -0500 + minc (2.2.00-1) unstable; urgency=low * New upstream. Added: trunk/packages/minc/trunk/debian/patches/pod_fix.diff =================================================================== --- trunk/packages/minc/trunk/debian/patches/pod_fix.diff (rev 0) +++ trunk/packages/minc/trunk/debian/patches/pod_fix.diff 2013-09-14 03:05:01 UTC (rev 14681) @@ -0,0 +1,47 @@ +From: Dominic Hargreaves <[email protected]> +Subject: Fix POD syntax errors + +As of perl 5.18, pod2man aborts on POD syntax errors, so this patch +fixes a FTBFS. + +Bug-Debian: http://bugs.debian.org/719502 +Forwarded: no + +--- minc-2.2.00.orig/progs/mincpik/mincpik.in ++++ minc-2.2.00/progs/mincpik/mincpik.in +@@ -576,8 +576,11 @@ font point size for the title + + create an annotated bar to match the image (use height of the output image) + ++=back + + =head3 Image range and lookup table options ++ ++=over 4 + + =item B<--range> + +@@ -595,8 +598,11 @@ automatically determine image range usin + + arguments to pass to minclookup + ++=back + + =head3 Slicing options ++ ++=over 4 + + =item B<-s> B<--slice> + +@@ -614,8 +620,11 @@ get a coronal (y) slice + + get a sagital (x) slice + ++=back + + =head3 Triplanar options ++ ++=over 4 + + =item B<-t> B<--triplanar> + Modified: trunk/packages/minc/trunk/debian/patches/series =================================================================== --- trunk/packages/minc/trunk/debian/patches/series 2013-09-14 02:27:07 UTC (rev 14680) +++ trunk/packages/minc/trunk/debian/patches/series 2013-09-14 03:05:01 UTC (rev 14681) @@ -1,3 +1,4 @@ makefile.patch 01_mincedit-sensible-viewer.diff acrnema-version.patch +pod_fix.diff _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
