Source: python-rtmidi
Version: 1.1.0
Severity: minor

Hello.

python-rtmidi builds whithout librtmidi-dev. This probably means that
- it ignores the headers from librtmidi-dev, and
  compiles from sources in the rtmidi/ subdirectory instead.
- the resulting object is not linked to librtimid
  (at least, by ld. Python probably attempts to load it directly later)
- dpkg-shlibdeps fails to detect the dependency and set shlib:Depends
- you need to update the librtmidiXX version in debian/control manually.

More generally, source copies should be avoided in Debian.  I suggest
that you link against the packaged librtmidi if possible.

Thanks.

Reply via email to