Skip to content

Commit 65c5022

Browse files
committed
nemo-python: Fix build for 32-bit LMDE.
DEB_HOST_MULTIARCH ends up being 'i686-linux-gnu' but meson makes its build dir 'i386-linux-gnu'. Reverting 0eb8794 resolves that, and adding an install file works around the original problem of nothing getting installed.
1 parent 9fc56e8 commit 65c5022

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
usr/lib/*/nemo/extensions-3.0
2+
usr/lib/*/pkgconfig
3+
usr/share/gtk-doc

nemo-python/debian/rules

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,5 @@ override_dh_auto_configure:
1111
# Don't generate a shlibs file for the plugin
1212
override_dh_makeshlibs:
1313

14-
override_dh_auto_install:
15-
DESTDIR=${CURDIR}/debian/python-nemo \
16-
ninja -C obj-$(DEB_HOST_MULTIARCH) install
17-
1814
override_dh_strip:
19-
dh_strip --dbg-package=python-nemo-dbg
15+
dh_strip --dbg-package=python-nemo-dbg

0 commit comments

Comments
 (0)