diff -u ogdi-dfsg-3.2.0~beta1/debian/changelog ogdi-dfsg-3.2.0~beta1/debian/changelog --- ogdi-dfsg-3.2.0~beta1/debian/changelog +++ ogdi-dfsg-3.2.0~beta1/debian/changelog @@ -1,3 +1,9 @@ +ogdi-dfsg (3.2.0~beta1-3ubuntu1) gutsy; urgency=low + + * Use Bash as SHELL to fix FTBFS + + -- Emmet Hikory Sat, 05 May 2007 23:03:34 +0900 + ogdi-dfsg (3.2.0~beta1-3) unstable; urgency=low * Changed shared.dpatch to add -fPIC flag whenever required. This is due to diff -u ogdi-dfsg-3.2.0~beta1/debian/patches/00list ogdi-dfsg-3.2.0~beta1/debian/patches/00list --- ogdi-dfsg-3.2.0~beta1/debian/patches/00list +++ ogdi-dfsg-3.2.0~beta1/debian/patches/00list @@ -1,3 +1,4 @@ +bash makefile shared endianess only in patch2: unchanged: --- ogdi-dfsg-3.2.0~beta1.orig/debian/patches/bash.dpatch +++ ogdi-dfsg-3.2.0~beta1/debian/patches/bash.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## bash.patch.dpatch by > +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad ogdi-dfsg-3.2.0~beta1~/config/unix.mak ogdi-dfsg-3.2.0~beta1/config/unix.mak +--- ogdi-dfsg-3.2.0~beta1~/config/unix.mak 2007-03-27 00:31:48.000000000 +0900 ++++ ogdi-dfsg-3.2.0~beta1/config/unix.mak 2007-05-05 23:03:29.740462324 +0900 +@@ -31,7 +31,7 @@ + FILECOPY = cp + MKDIR = mkdir + DIRCOPY = cp -r +-SHELL = /bin/sh ++SHELL = /bin/bash + MKINSTALLDIR = $(TOPDIR)/config/mkinstalldirs + + #