Incomplete removal of libmirprotobuf causes reverse dependencies to FTBFS
Bug #1351133 reported by
Chris Halse Rogers
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
Fix Released
|
High
|
Chris Halse Rogers | ||
0.6 |
Fix Released
|
High
|
Chris Halse Rogers | ||
mir (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
As summary, basically.
Related branches
lp://staging/~raof/mir/fix-0.6-rdepends
- PS Jenkins bot (community): Approve (continuous-integration)
- Daniel van Vugt: Approve
-
Diff: 50 lines (+5/-1)3 files modifieddebian/changelog (+2/-0)
debian/control (+2/-0)
src/client/mirclient.pc.in (+1/-1)
lp://staging/~raof/mir/finish-off-mirprotobuf-removal
- PS Jenkins bot (community): Approve (continuous-integration)
- Daniel van Vugt: Approve
-
Diff: 34 lines (+3/-3)2 files modifieddebian/control (+2/-2)
src/client/mirclient.pc.in (+1/-1)
lp://staging/mir/0.6
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Kevin DuBois (community): Needs Information
- Alberto Aguirre (community): Approve
-
Diff: 1037 lines (+536/-184)19 files modifiedCMakeLists.txt (+1/-1)
debian/changelog (+11/-0)
debian/control (+4/-4)
include/test/mir_test_framework/using_stub_client_platform.h (+11/-3)
src/client/api_impl.h (+0/-27)
src/client/api_impl_types.h (+0/-32)
src/client/mir_connection_api.cpp (+73/-66)
src/client/mir_connection_api.h (+59/-0)
src/platform/graphics/android/hwc_device.cpp (+19/-3)
src/platform/graphics/android/hwc_device.h (+1/-0)
src/platform/graphics/android/hwc_logger.h (+5/-0)
src/platform/graphics/android/hwc_loggers.cpp (+36/-0)
src/platform/graphics/android/hwc_loggers.h (+8/-0)
src/platform/graphics/android/real_hwc_wrapper.cpp (+4/-0)
tests/mir_test_framework/server_runner.cpp (+1/-1)
tests/mir_test_framework/using_stub_client_platform.cpp (+37/-35)
tests/unit-tests/graphics/android/test_hwc_device.cpp (+190/-0)
tests/unit-tests/graphics/android/test_hwc_logger.cpp (+40/-0)
tests/unit-tests/graphics/android/test_hwc_wrapper.cpp (+36/-12)
Changed in mir: | |
importance: | Undecided → High |
status: | New → Triaged |
assignee: | nobody → Chris Halse Rogers (raof) |
milestone: | none → 0.7.0 |
Changed in mir: | |
status: | Triaged → In Progress |
Changed in mir: | |
milestone: | 0.7.0 → none |
status: | Fix Committed → Fix Released |
Changed in mir: | |
milestone: | none → 0.7.0 |
status: | Fix Released → Fix Committed |
To post a comment you must log in.
Fix committed to lp:mir/0.6 at revision 1816.