During build, there's this warning causing an exception:
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: 
ignored.
this is due to:
LD_LIBRARY_PATH=../liblouis/.libs $$py setup.py build
the fix is to not override LD_LIBRARY_PATH completely, e.g. 
LD_LIBRARY_PATH=../liblouis/.libs:$LD_LIBRARY_PATH or something like that (it 
would be best to check that LD_LIBRARY_PATH is non-empty)

Packaging: looks ok, some suggestion nevertheless:
- drop useless debian/*.dirs
- use ${misc:Depends}
- watch file doesn't work, this fixes it: 
http://code.google.com/p/liblouis/downloads/list 
http://liblouis.googlecode.com/files/liblouis-(.*)\.tar\.gz
- the configure changes in the .diff.gz would better be applied via a patch 
system against aclocal.m4 + configure (or two patches, one for aclocal.m4 and 
one for the updated configure generated by aclocal)
- enabling the testsuite would indeed be nice

The package build-deps on python2.4-ctypes which is currently provided
by python-ctypes in universe; please fix that (python >= 2.5 provides
ctypes via the python2.x packages).  Probably just dropping the bdep and
requiring python >= 2.5 is good enough if you care for some backports.

I agree Debian #530608 is a showstopper, please fix this in the package
before seeding it.

So please fix the bdep and the dlopen on liblouis.so; the rest is nice
to have.

-- 
Main inclusion request for liblouis.
https://bugs.launchpad.net/bugs/391446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to