tags 527188 +patch thanks Turns out that it was a udeb-specific problem all along... the following patch fixes the problem:
--- approx-4.0.orig/release.ml +++ approx-4.0/release.ml @@ -61,7 +61,7 @@ let is_pdiff file = Filename.basename file <> "Index" && diff_index_dir file -let immutable_suffixes = [".deb"; ".dsc"; ".tar.gz"; ".diff.gz"] +let immutable_suffixes = [".deb"; ".udeb"; ".dsc"; ".tar.gz"; ".diff.gz"] let immutable file = List.exists (Filename.check_suffix file) immutable_suffixes || is_pdiff file - Matt -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

