On 11/06/13 05:26, Jeremy Bicha wrote:
On 10 June 2013 18:36, Debian Bug Tracking System <[email protected]> wrote:* ``mkdir -p`` over ``mkdir``. (Closes: #711582)Why do you need to explicitly create a directory that already exists when built in a clean Debian or Ubuntu chroot?
I suspect that Chris added the mkdir as the package source is on github and git does not like empty directories (and classes is in the upstream source).
This is not a problem when building in a chroot, but probably is when building in tree:
dpkg-source: info: building jasmin-sable using existing ./jasmin-sable_2.4.0.orig.tar.gz
dpkg-source: warning: ignoring deletion of directory classes So having the -p option makes the build work in both cases. -- James Page Ubuntu Core Developer Debian Maintainer [email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

