From: Stefano Zacchiroli Date: Thu, 19 Mar 2009 10:05:15 +0000 (+0000) Subject: debian/*.in: more abstract substvars X-Git-Tag: make_still_working~4145 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=896897ffe66f29dabb83c347beaa1b68da29d8a0;p=helm.git debian/*.in: more abstract substvars --- diff --git a/helm/software/DEVEL/ocaml-http/debian/changelog b/helm/software/DEVEL/ocaml-http/debian/changelog index 337c6addd..2fa10a705 100644 --- a/helm/software/DEVEL/ocaml-http/debian/changelog +++ b/helm/software/DEVEL/ocaml-http/debian/changelog @@ -5,6 +5,8 @@ ocaml-http (0.1.4-3) UNRELEASED; urgency=low - refresh build-dependencies for the transition - add Vcs-* fields pointing to HELM's repository and browser * debian/rules: use ocaml.mk as a CDBS "rules" snippet + * debian/*.in: use more abstract substitution variable to avoid + hard-coding assumption on stdlib location -- Stefano Zacchiroli Sun, 09 Sep 2007 23:24:59 +0200 diff --git a/helm/software/DEVEL/ocaml-http/debian/dirs.in b/helm/software/DEVEL/ocaml-http/debian/dirs.in index 330aaf420..cc516878a 100644 --- a/helm/software/DEVEL/ocaml-http/debian/dirs.in +++ b/helm/software/DEVEL/ocaml-http/debian/dirs.in @@ -1 +1 @@ -/usr/lib/ocaml/@OCamlABI@ +@OCamlStdlibDir@