[Pkg-ocaml-maint-commits] r1550 - trunk/tools/dh_ocaml
Stefano Zacchiroli
zack at costa.debian.org
Sun Jul 31 10:11:24 UTC 2005
Author: zack
Date: 2005-07-31 10:11:24 +0000 (Sun, 31 Jul 2005)
New Revision: 1550
Modified:
trunk/tools/dh_ocaml/Makefile
Log:
fetch debhelper from the net
Modified: trunk/tools/dh_ocaml/Makefile
===================================================================
--- trunk/tools/dh_ocaml/Makefile 2005-07-31 10:11:01 UTC (rev 1549)
+++ trunk/tools/dh_ocaml/Makefile 2005-07-31 10:11:24 UTC (rev 1550)
@@ -1,6 +1,6 @@
-# DEBHELPER_VERSION := $(shell grep-available -X -F Package -s Version debhelper | cut -f 2 -d ' ')
-DEBHELPER_VERSION = 4.9.3
+DEBHELPER_VERSION := $(shell grep-available -X -F Package -s Version debhelper | cut -f 2 -d ' ')
+# DEBHELPER_VERSION = 4.9.3
OCAML_VERSION = 3.08.3
OCAML_LIB_DIR = /usr/lib/ocaml/$(OCAML_VERSION)
DEBHELPER_DSC = debhelper_$(DEBHELPER_VERSION).dsc
More information about the Pkg-ocaml-maint-commits
mailing list