Skip to content
Snippets Groups Projects
Commit 3a0b4dc0 authored by Simon McVittie's avatar Simon McVittie
Browse files

debian: Suppress automatic debug symbols for libcapsule-tools-relocatable


The debug symbols for libcapsule-tools-relocatable would be the same as
for libcapsule-tools, making them non-co-installable. Use the environment
variable instead of --no-automatic-dbgsym for compatibility with
Steam Runtime 1 'scout', which is too old to have that option.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 3d0c1820
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -117,6 +117,14 @@ override_dh_install:
rm -f debian/tmp/usr/bin/capsule-version
dh_install
# The debug symbols for libcapsule-tools-relocatable would be the same
# as for libcapsule-tools, making them non-co-installable.
# Use the environment variable instead of --no-automatic-dbgsym for
# compatibility with Steam Runtime 1 'scout'.
override_dh_strip:
DEB_BUILD_OPTIONS='$(DEB_BUILD_OPTIONS) noautodbgsym' dh_strip -plibcapsule-tools-relocatable
dh_strip --remaining-packages
override_dh_missing:
dh_missing --fail-missing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment