[Pkg-ocaml-maint-commits] [SCM] pycaml packaging branch, master, updated. debian/0.82-9-14-g7ca479c

Stephane Glondu steph at glondu.net
Sun Jun 7 11:33:21 UTC 2009


The following commit has been merged in the master branch:
commit 95fc8ee55a832456ff995e3ce95b5a901887337e
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Jun 7 12:15:24 2009 +0200

    Remove some hard-coded Python version

diff --git a/debian/Makefile b/debian/Makefile
index e28dfb7..12472dd 100644
--- a/debian/Makefile
+++ b/debian/Makefile
@@ -1,7 +1,7 @@
 OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile
 PY_PREFIX = $(shell python getprefix.py)
 PY_VERSION = $(shell python getversion.py)
-CLIBS = python2.5 pthread dl util m c
+CLIBS = python$(PY_VERSION) pthread dl util m c
 
 SOURCES = pycaml.ml pycaml_ml.c
 RESULT = pycaml

-- 
pycaml packaging



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