> 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.so



 Paul.

Reply via email to