[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:07 UTC 2009
The following commit has been merged in the master branch:
commit 1978d91de91b404daf363560852764efefd35ea7
Author: Ralf Treinen <treinen at free.fr>
Date: Sun Jun 14 19:40:41 2009 +0200
syntax error
diff --git a/distcheck/common.ml b/distcheck/common.ml
index acb3318..a8b29a2 100644
--- a/distcheck/common.ml
+++ b/distcheck/common.ml
@@ -193,7 +193,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 = Functions.select db (Unit_version pkgname Sel_ANY);;
+ pkgs_to_check := Functions.select db (Unit_version (pkgname,Sel_ANY));;
let speclist = [
("-explain", Set explain_results, "Explain the results");
--
pkglab packaging
More information about the Pkg-ocaml-maint-commits
mailing list