libcolor-scheme-perl (1.02-3) direct (non packaging) changes

Summary

 t/0-signature.t |    4 ++++
 1 file changed, 4 insertions(+)

    
download this patch

Patch contents

--- libcolor-scheme-perl-1.02.orig/t/0-signature.t
+++ libcolor-scheme-perl-1.02/t/0-signature.t
@@ -2,6 +2,10 @@
 use strict;
 print "1..1\n";
 
+# deb hack for the autobuilders
+print "ok 1 # skip I doubt the autobuilders would like this\n";
+exit;
+
 if ( !-s 'SIGNATURE' ) {
     print "ok 1 # skip No signature file found\n";
 }