Disable extract_examples so that tests are not regenerated.
This allows debian/rules to remove tst/utils09.tst
Index: gap-utils-0.96/makedoc.g
===================================================================
--- gap-utils-0.96.orig/makedoc.g
+++ gap-utils-0.96/makedoc.g
@@ -7,7 +7,7 @@ LoadPackage( "GAPDoc" );
 LoadPackage( "AutoDoc" ); 
 
 AutoDoc( rec( 
-    extract_examples := true,
+    extract_examples := false,
     scaffold := rec(
         ## MainPage := false, 
         includes := [ "intro.xml",
Index: gap-utils-0.96/tst/testall.g
===================================================================
--- gap-utils-0.96.orig/tst/testall.g
+++ gap-utils-0.96/tst/testall.g
@@ -22,7 +22,7 @@ if IsWritableFile( tstdir ) and
   # Create/update the testfiles containing the manual examples.
   # (The "nopdf" option informs AutoDoc that it can skip generating
   # PDF files, which makes this much faster)
-  ReadPackage( "utils", "makedoc.g" : nopdf );
+#  ReadPackage( "utils", "makedoc.g" : nopdf );
 elif not IsExistingFile( tstfile ) then
   Print( "The testfiles with manual examples are missing ",
          "and cannot get written.\n" );
