[Pkg-ocaml-maint-commits] [SCM] approx upstream and debian packaging branch, upstream, updated. upstream/3.5-42-gc341d14

Eric Cooper ecc at cmu.edu
Wed Jun 23 21:58:24 UTC 2010


The following commit has been merged in the upstream branch:
commit c341d1493df0294a55839c03c6228e088ac7e57c
Author: Eric Cooper <ecc at cmu.edu>
Date:   Wed Jun 23 17:56:11 2010 -0400

    handle Not_found exception from find_directory
    
    closes: #573039

diff --git a/release.ml b/release.ml
index 2ffd9f7..232afa8 100644
--- a/release.ml
+++ b/release.ml
@@ -39,7 +39,7 @@ let validate (rdir, (info_list, checksum)) file =
 
 let valid_file file =
   try validate (read file) file
-  with Control_file.Missing _ -> false
+  with Not_found | Control_file.Missing _ -> false
 
 let is_variant variants file = List.mem (Filename.basename file) variants
 

-- 
approx upstream and debian packaging



More information about the Pkg-ocaml-maint-commits mailing list