Description: pretend we can't build the T1lib module, even if libt1-dev is installed
Origin: vendor
Forwarded: not-needed
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2018-12-01

--- a/T1/Makefile.PL
+++ b/T1/Makefile.PL
@@ -124,6 +124,7 @@
   );
 
 my $probe_res = Imager::Probe->probe(\%probe);
+undef $probe_res; # we don't want to build the T1 lib, cf. #638762
 if ($probe_res) {
   $IMAGER_LIBS{T1} = 1;
 
