Mir

Code review comment for lp:~vanvugt/mir/draft-changelog-0.27.0-reboot

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

Hmm, looks like a change in "dh_install" behaviour on artful:

  override_dh_install:
  # Nothing outside Mir should link to libmirprotobuf directly.
  # Delete the symlink so that --fail-missing doesn't think we've missed it
  # accidentally.
    -rm debian/tmp/usr/lib/*/libmirprotobuf.so
    dh_install -p libmirplatform-dev -Xmesa --fail-missing
    dh_install --remaining-packages --fail-missing -Xjquery.js

The first "dh_install" is failing. Naturally, "dh_missing" is new to artful, so we can't use that on xenial or zesty as suggested by the output.

« Back to merge proposal