Wrong path in toml11Config.cmake

Bug #1978418 reported by Rene van Paassen
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
toml11 (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

toml11Config.cmake is moved with a target in the debian/rules file

However, it contains a line to include toml11Targets.cmake, the path to that file is not adjusted.

Fix for debian/rules:

--------------------------
override_dh_install:
 dh_install
 mkdir -p debian/`dh_listpackages`/usr/share/cmake/toml11
 (for f in debian/`dh_listpackages`/usr/lib/*/cmake/toml11/*; do \
  sed -e 's@lib/[^/]*/cmake@share/cmake@' $$f > \
  debian/`dh_listpackages`/usr/share/cmake/toml11/`basename $$f`; done)
 # mv debian/`dh_listpackages`/usr/lib/*/cmake/* debian/`dh_listpackages`/usr/share/cmake
 rm -rf debian/`dh_listpackages`/usr/lib
---------------------------------

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in toml11 (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.