Hi,

> If d-devlibdeps is invoked with a non-existing library (like if a
> library changes name or plain typos), the command does not fail. This
> causes no dependencies to be generated, possibly causing FTBFS for other
> dependent packages.
> 
> Please see bug#306160 for an example of situations that can be caused by
> this.

I agree.

I've checked and I think I fixed it in CVS.
There was an error-check status that was missing in d-devlibdeps:

-    DEPENDS="$DEPENDS $(objdump -p ${A} |sed -n 's/^.*NEEDED *//p')"
+    DEPENDS="$DEPENDS $(set -o pipefail; objdump -p ${A} |sed -n 's/^.*NEEDED 
*//p')"


regards,
        junichi
-- 
Junichi Uekawa, Debian Developer   http://www.netfort.gr.jp/~dancer/
183A 70FC 4732 1B87 57A5  CE82 D837 7D4E E81E 55C1 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to