[pkg-eucalyptus-commits] r61 - eucalyptus/trunk/debian

Chris Grzegorczyk grze-guest at alioth.debian.org
Wed May 5 20:32:59 UTC 2010


Author: grze-guest
Date: 2010-05-05 20:32:58 +0000 (Wed, 05 May 2010)
New Revision: 61

Modified:
   eucalyptus/trunk/debian/rules
Log:
fix rules to remove WSDL2C

Modified: eucalyptus/trunk/debian/rules
===================================================================
--- eucalyptus/trunk/debian/rules	2010-05-05 20:31:23 UTC (rev 60)
+++ eucalyptus/trunk/debian/rules	2010-05-05 20:32:58 UTC (rev 61)
@@ -22,6 +22,7 @@
 	@sed -i 's/EUCALYPTUS_HOME//g' tools/client-policy-template.xml
 	@sed -i 's/AXIS2C_HOME\/lib/\/usr\/lib\/apache2\/modules/g' tools/httpd.conf
 	@sed -i 's/WSDL2C.*/WSDL2C= -c \/bin\/true/g' Makedefs
+	@sed -i 's/rm -rf generated//g' cluster/Makefile node/Makefile gatherlog/Makefile
 	mkdir -p clc/lib && for i in `cat debian/build-jars`; do if [ -e $$i ]; then ln -fsv $$i $(CURDIR)/clc/lib; fi; done
 	touch setup-lib
 




More information about the pkg-eucalyptus-commits mailing list