[Pkg-ocaml-maint-commits] r1903 - trunk/packages/lablgl/trunk/debian

Sven Luther luther at costa.debian.org
Wed Nov 2 16:22:05 UTC 2005


Author: luther
Date: 2005-11-02 16:22:04 +0000 (Wed, 02 Nov 2005)
New Revision: 1903

Modified:
   trunk/packages/lablgl/trunk/debian/rules
Log:
Well, i guess we need ${shell ...} and not ``.


Modified: trunk/packages/lablgl/trunk/debian/rules
===================================================================
--- trunk/packages/lablgl/trunk/debian/rules	2005-11-02 16:20:13 UTC (rev 1902)
+++ trunk/packages/lablgl/trunk/debian/rules	2005-11-02 16:22:04 UTC (rev 1903)
@@ -10,7 +10,7 @@
 include /usr/share/dpatch/dpatch.make
 PACKAGE = ocaml
 
-OCAMLABI = `ocamlc -version`
+OCAMLABI = ${shell ocamlc -version}
 
 # Uncomment this to turn on verbose mode. 
 #export DH_VERBOSE=1




More information about the Pkg-ocaml-maint-commits mailing list