tags 582875 +patch
thanks

I have confirmed that the CONFIG_SHELL soloution works for this package. Attatched is a patch that does that and also fixes an issue with the clean target not cleaning up properly
diff -ur cluster-glue-1.0.5/debian/rules cluster-glue-1.0.5.new/debian/rules
--- cluster-glue-1.0.5/debian/rules	2010-05-03 18:02:25.000000000 +0000
+++ cluster-glue-1.0.5.new/debian/rules	2010-05-26 02:33:28.000000000 +0000
@@ -9,6 +9,7 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
+export CONFIG_SHELL=/bin/bash
 
 CFLAGS = -Wall -g
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -57,8 +58,11 @@
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) clean
 	[ ! -f Makefile ] || $(MAKE) distclean
+	rm -f libtool
+	rm -f config.log
 	dh_clean 
 
+
 install: install-indep install-arch
 install-indep:
 

Reply via email to