diff -Nru cowdancer-0.56/debian/changelog cowdancer-0.56ubuntu1/debian/changelog --- cowdancer-0.56/debian/changelog 2009-05-31 04:10:53.000000000 +0200 +++ cowdancer-0.56ubuntu1/debian/changelog 2009-06-11 20:32:58.000000000 +0200 @@ -1,3 +1,11 @@ +cowdancer (0.56ubuntu1) karmic; urgency=low + + * Explicitly use bash as SHELL, the package FTBFS on dash. Patch by + Stephane Glondu. + Debian report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532444 + + -- Andreas Moog Thu, 11 Jun 2009 20:31:14 +0200 + cowdancer (0.56) unstable; urgency=low * minor fix to grammer in cowbuilder.README.Debian (closes: #528559) diff -Nru cowdancer-0.56/debian/control cowdancer-0.56ubuntu1/debian/control --- cowdancer-0.56/debian/control 2009-02-20 14:07:50.000000000 +0100 +++ cowdancer-0.56ubuntu1/debian/control 2009-06-11 20:33:26.000000000 +0200 @@ -1,7 +1,8 @@ Source: cowdancer Section: utils Priority: optional -Maintainer: Junichi Uekawa +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Junichi Uekawa Build-Depends: debhelper (>> 4.0.0), pbuilder, qemu [i386 amd64 powerpc], libklibc-dev, klibc-utils, cpio, busybox-static Standards-Version: 3.7.2 diff -Nru cowdancer-0.56/Makefile cowdancer-0.56ubuntu1/Makefile --- cowdancer-0.56/Makefile 2009-04-12 07:08:46.000000000 +0200 +++ cowdancer-0.56ubuntu1/Makefile 2009-06-11 20:31:09.000000000 +0200 @@ -1,3 +1,4 @@ +SHELL=/bin/bash BINARY=libcowdancer.so cow-shell cowbuilder qemubuilder cowdancer-ilistcreate \ cowdancer-ilistdump INSTALL_DIR=install -d -o root -g root -m 755