[Pkg-ocaml-maint-commits] r2253 - trunk/packages/camlrpc/trunk/debian

Thomas Petazzoni tpetazzo-guest at costa.debian.org
Mon Dec 5 22:36:00 UTC 2005


Author: tpetazzo-guest
Date: 2005-12-05 22:36:00 +0000 (Mon, 05 Dec 2005)
New Revision: 2253

Modified:
   trunk/packages/camlrpc/trunk/debian/rules
Log:
Fixes

Modified: trunk/packages/camlrpc/trunk/debian/rules
===================================================================
--- trunk/packages/camlrpc/trunk/debian/rules	2005-12-05 22:03:57 UTC (rev 2252)
+++ trunk/packages/camlrpc/trunk/debian/rules	2005-12-05 22:36:00 UTC (rev 2253)
@@ -23,9 +23,8 @@
 debian/control:
 	sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
 
-configure: configure-stamp
-configure-stamp: 
-	for t in `find . -name \*.in | grep -v debian/control.in`; do \
+configure-stamp: configure
+	for t in `find debian/ -name \*.in | grep -v debian/control.in`; do \
 		sed -e 's%#OcamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
 	done
 




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