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

Eric Cooper ecc at cmu.edu
Thu Jun 11 22:24:32 UTC 2009


The following commit has been merged in the upstream branch:
commit 24a2b0970281dacded686b03909d83e911b0bb7f
Author: Eric Cooper <ecc at cmu.edu>
Date:   Mon Jun 1 16:54:05 2009 -0400

    support udebs
    
    patch from Matthew Palmer <mpalmer at debian.org>
    closes: #527188

diff --git a/release.ml b/release.ml
index fb689a4..f1c20a7 100644
--- a/release.ml
+++ b/release.ml
@@ -61,7 +61,7 @@ let is_diff_index file =
 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"; ".dsc"; ".tar.gz"; ".diff.gz"; ".udeb"]
 
 let immutable file =
   List.exists (Filename.check_suffix file) immutable_suffixes || is_pdiff file

-- 
approx upstream and debian packaging



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