tags 567197 + patch thanks Hi!
Since the configure file is supplied during extraction of the package, it turns out to be non-executable. The attached patch is one of the possible solutions, though it may not be considered elegant by many. HTH and thanks! Kumar -- God seeks comrades and claims love, the Devil seeks slaves and claims obedience. - Rabindranath Tagore (Fireflies, 1928)
diff -Nru --exclude changelog bbdb-2.35.cvs20080316/debian/rules bbdb-2.35.cvs20080316/debian/rules --- bbdb-2.35.cvs20080316/debian/rules 2010-01-29 21:13:43.000000000 -0600 +++ bbdb-2.35.cvs20080316/debian/rules 2010-01-29 21:13:43.000000000 -0600 @@ -5,6 +5,10 @@ .PHONY: build clean install binary-arch binary-indep binary +override_dh_auto_configure: + if [ ! -x configure ]; then chmod +x configure;fi + dh_auto_configure + override_dh_auto_build: bits.tar.gz $(MAKE) -C texinfo bbdb.info bbdb.pdf mkdir -p texinfo/bbdb
signature.asc
Description: Digital signature