[Pkg-ocaml-maint-commits] [SCM] approx upstream and debian packaging branch, master, updated. debian/4.3-1-1-g405d161

Eric Cooper ecc at cmu.edu
Wed Jun 23 21:48:41 UTC 2010


The following commit has been merged in the master branch:
commit 405d16171abc7f811e429680f33f097baaf123fa
Author: Eric Cooper <ecc at cmu.edu>
Date:   Wed Jun 23 17:47:18 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