From adaaeb037e74edb82c5b55cc67b41f2a4e6bbb87 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 26 Nov 2002 15:37:16 +0000 Subject: [PATCH] parse DISTVERSION from debian/changelog --- helm/DEVEL/ocaml-http/Makefile.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/DEVEL/ocaml-http/Makefile.defs b/helm/DEVEL/ocaml-http/Makefile.defs index e94f344ec..763a43ff0 100644 --- a/helm/DEVEL/ocaml-http/Makefile.defs +++ b/helm/DEVEL/ocaml-http/Makefile.defs @@ -1,5 +1,5 @@ PKGNAME = http -DISTVERSION = 0.0.5 +DISTVERSION = $(shell dpkg-parsechangelog | egrep '^Version: ' | sed 's/^Version: //') DEBUG_OPTS = REQUIRES = unix pcre netstring threads -- 2.39.2