[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.4.2-4-28-gddd9fab

Ralf Treinen treinen at free.fr
Fri Jan 15 09:15:43 UTC 2010


The following commit has been merged in the master branch:
commit ddd9fabca208ac16ba159e5cd99462c58abb7ec7
Author: Ralf Treinen <treinen at free.fr>
Date:   Fri Jan 15 09:57:09 2010 +0100

    fix

diff --git a/distcheck/common.ml b/distcheck/common.ml
index 6465f63..f1a4ced 100644
--- a/distcheck/common.ml
+++ b/distcheck/common.ml
@@ -129,7 +129,7 @@ let spec_string s =
   let version_string (v, r) =
     let vn = Version_index.get_version v
     and rn = Release_index.get_version r in
-      vn ^ (match rn with None -> "" | Some r -> ("-".r)) in
+      vn ^ (match rn with None -> "" | Some r -> ("-"^r)) in
     if !output_xml
     then
       match s with

-- 
pkglab packaging



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