Bug#806105: scim: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2016-05-22 Thread Rolf Leggewie
On 22.05.2016 18:27, Santiago Vila wrote: > Hi. > > I've prepared two patches to fix this bug. Thanks, Santiago. I'm currently preparing an upload.

Bug#806105: scim: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2016-05-22 Thread Santiago Vila
Hi. I've prepared two patches to fix this bug. The first patch simplifies debian/rules a bit by not using debian/*.install.in files but double wildcards in *.install files instead. The double-wildcard feature is not really new in this package as it was already being used in libscim-dev.install in

Bug#806105: scim: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2016-05-21 Thread Santiago Vila
> for FILE in debian/*.install.in; \ > do \ > sed -e "s/@DEB_HOST_MULTIARCH@/x86_64-linux-gnu/g" $FILE > > debian/`basename $FILE .in`; \ > done > dh_install > sed -i -e 's/@DEB_HOST_MULTIARCH@/x86_64-linux-gnu/g' > debian/scim/etc/X11/xinit/xinput.d/scim-immodule > sed: can't read debian/s

Bug#806105: scim: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2015-11-24 Thread Santiago Vila
Package: src:scim Version: 1.4.15-5 User: sanv...@debian.org Usertags: binary-indep Severity: important Dear maintainer: I tried to build this package with "dpkg-buildpackage -A" (i.e. only architecture-independent packages), and it failed: ---