Skip to content

Commit 8c704cd

Browse files
committed
nemo-python: Fix debug symbol packaging.
1 parent 0eb8794 commit 8c704cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nemo-python/debian/rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ override_dh_makeshlibs:
1414
override_dh_auto_install:
1515
DESTDIR=${CURDIR}/debian/python-nemo \
1616
ninja -C obj-$(DEB_HOST_MULTIARCH) install
17+
18+
override_dh_strip:
19+
dh_strip --dbg-package=python-nemo-dbg

0 commit comments

Comments
 (0)