From: Stefano Zacchiroli Date: Tue, 26 Nov 2002 15:37:16 +0000 (+0000) Subject: parse DISTVERSION from debian/changelog X-Git-Tag: V_0_0_6~54 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=adaaeb037e74edb82c5b55cc67b41f2a4e6bbb87;p=helm.git parse DISTVERSION from debian/changelog --- 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