From: Stefano Zacchiroli Date: Sat, 20 Aug 2005 10:09:27 +0000 (+0000) Subject: bugfix: "make debhelper" should now work even if patched debhelper version have been... X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~608^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5b27302315cc8a08df29dd4bb6b7ef9cd154fbd5;p=ocaml.git bugfix: "make debhelper" should now work even if patched debhelper version have been installed in the past --- diff --git a/Makefile b/Makefile index 12984939..8222dedd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -DEBHELPER_VERSION := $(shell grep-available -X -F Package -s Version debhelper | cut -f 2 -d ' ') -# DEBHELPER_VERSION = 4.9.5 +DEBHELPER_VERSION := $(patsubst %+dh_ocaml,%,$(shell grep-available -X -F Package -s Version debhelper | cut -f 2 -d ' ')) +# DEBHELPER_VERSION = 4.9.5 OCAML_VERSION = 3.08.3 OCAML_LIB_DIR = /usr/lib/ocaml/$(OCAML_VERSION) DEBHELPER_DSC = debhelper_$(DEBHELPER_VERSION).dsc