> Indeed. Unfortunately, there's no way with dh_install AFAIK to use
> wildcards with a not clause, e.g. *.so files that don't end in
> _debug.so.
I haven't looked at the specific code in your rules file, but could
you build a list with something like:
find . -name \*.so -not -name \*_debug.s
Anthony Awtrey <[EMAIL PROTECTED]> writes:
> I was just about to report this as a bug in the packaging of the qt4-x11
> files, so I'll just append your report. We saw that when we linked to
> the debug libs we got animated gif and mng support, but with the
> optimized libs they didn't work. There
Hi Paul,
I was just about to report this as a bug in the packaging of the qt4-x11
files, so I'll just append your report. We saw that when we linked to
the debug libs we got animated gif and mng support, but with the
optimized libs they didn't work. There are some missing files missing
from the li
Package: libqt4-gui
Version: 4.1.0-3
Severity: normal
I'm not sure if this is a bug in Qt or something else. I'm trying to
load an MNG file with QMovie calls and it results in a segfault every
time, even when using the "movie" executable included in qt's examples/
directory. Here's some stuff fr
4 matches
Mail list logo