[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.4.2-1-2-g6bed820

Ralf Treinen treinen at free.fr
Tue Jun 16 18:53:11 UTC 2009


The following commit has been merged in the master branch:
commit 1e5770af00d4ddd314f9c0c80ab0ddb6888d8440
Author: Ralf Treinen <treinen at free.fr>
Date:   Sun Jun 14 19:45:25 2009 +0200

    typo

diff --git a/distcheck/common.ml b/distcheck/common.ml
index 5899bf4..e2dd611 100644
--- a/distcheck/common.ml
+++ b/distcheck/common.ml
@@ -195,7 +195,7 @@ end;;
 
 (* set the list of packages to check according to the set of packages denoted by a comma-separated list *)
 let set_pkgs_to_check pkgname =
-  pkgs_to_check_only := (Functions.select db (Unit_version (pkgname,Sel_ANY))) ref;
+  pkgs_to_check_only := Functions.select db (Unit_version (pkgname,Sel_ANY));
   pkgs_to_check_only_set := true
 ;;
 

-- 
pkglab packaging



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