Hi, Just specify CONFIG_SHELL=/bin/bash solves this FTBFS. bash is "Priority: required" package, so it doesn't introduce any dependency issue.
Here's a patch. -------------------------------------------- diff -Nru libuninameslist-0.0.20091231/debian/rules libuninameslist-0.0.20091231/debian/rules --- libuninameslist-0.0.20091231/debian/rules 2010-01-01 21:18:57.000000000 +0900 +++ libuninameslist-0.0.20091231/debian/rules 2011-05-25 15:06:19.000000000 +0900 @@ -4,6 +4,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export CONFIG_SHELL=/bin/bash + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org