Bug#581725: util-linux: FTBFS on kfreebsd-*: ln: target `fdisk-udeb/usr/sbin/' is not a directory

2010-06-20 Thread Cyril Brulebois
Cyril Brulebois (20/06/2010): > Will upload in a few hours unless I hear from him. Done, with the attached patch. Mraw, KiBi. diff -u util-linux-2.17.2/debian/rules util-linux-2.17.2/debian/rules --- util-linux-2.17.2/debian/rules +++ util-linux-2.17.2/debian/rules @@ -137,7 +137,9 @@ ln u

Bug#581725: util-linux: FTBFS on kfreebsd-*: ln: target `fdisk-udeb/usr/sbin/' is not a directory

2010-06-20 Thread Cyril Brulebois
Martin Michlmayr (20/06/2010): > Lamont, can you upload this fix asap? If not, can someone NMU. Will upload in a few hours unless I hear from him. Mraw, KiBi. signature.asc Description: Digital signature

Bug#581725: util-linux: FTBFS on kfreebsd-*: ln: target `fdisk-udeb/usr/sbin/' is not a directory

2010-06-20 Thread Martin Michlmayr
* Cyril Brulebois [2010-06-13 12:05]: > > The attached trivial patch guards the call linking in the locales > > files with a check that debian/cfdisk-udeb actually exists, which > > will be the case on architectures where the package is built. > > Just in case maintainers were waiting for an ACK

Bug#581725: util-linux: FTBFS on kfreebsd-*: ln: target `fdisk-udeb/usr/sbin/' is not a directory

2010-06-13 Thread Cyril Brulebois
Adam D. Barratt (05/06/2010): > The attached trivial patch guards the call linking in the locales > files with a check that debian/cfdisk-udeb actually exists, which > will be the case on architectures where the package is built. Thanks, Adam. Just in case maintainers were waiting for an ACK fro

Bug#581725: util-linux: FTBFS on kfreebsd-*: ln: target `fdisk-udeb/usr/sbin/' is not a directory

2010-06-05 Thread Adam D. Barratt
tags 581725 + patch thanks On Sat, 2010-05-15 at 12:54 +0200, Cyril Brulebois wrote: > your package no longer builds on kfreebsd-*: > | cd debian; if [ -f util-linux/sbin/fdisk ]; then \ > | ln util-linux/sbin/*fdisk fdisk-udeb/usr/sbin/; \ > | S=fdisk-udeb/usr/sbin/cfdisk; if [ -f

Bug#581725: util-linux: FTBFS on kfreebsd-*: ln: target `fdisk-udeb/usr/sbin/' is not a directory

2010-05-15 Thread Cyril Brulebois
Source: util-linux Version: 2.17.2-2 Severity: serious Justification: FTBFS User: debian-...@lists.debian.org Usertags: kfreebsd Hi, your package no longer builds on kfreebsd-*: | cd debian; if [ -f util-linux/sbin/fdisk ]; then \ | ln util-linux/sbin/*fdisk fdisk-udeb/usr/sbin/; \ |