mirror of https://github.com/nymea/nymea.git
Drop libnymea-core.so from installation... it's not needed
parent
024613b9fc
commit
93229fb9a0
|
|
@ -1,5 +1,4 @@
|
||||||
usr/lib/@DEB_HOST_MULTIARCH@/libnymea.so
|
usr/lib/@DEB_HOST_MULTIARCH@/libnymea.so
|
||||||
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-core.so
|
|
||||||
usr/include/nymea/* usr/include/nymea
|
usr/include/nymea/* usr/include/nymea
|
||||||
usr/bin/nymea-generateplugininfo usr/bin
|
usr/bin/nymea-generateplugininfo usr/bin
|
||||||
libnymea/plugin/plugin.pri usr/include/nymea/
|
libnymea/plugin/plugin.pri usr/include/nymea/
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,8 @@ override_dh_auto_build:
|
||||||
make -j$(DEB_PARALLEL_JOBS) $(MAKE_TARGETS)
|
make -j$(DEB_PARALLEL_JOBS) $(MAKE_TARGETS)
|
||||||
|
|
||||||
override_dh_install: $(PREPROCESS_FILES:.in=)
|
override_dh_install: $(PREPROCESS_FILES:.in=)
|
||||||
|
# libnymea-core isn't public api... delete dev lib and just keep runtime libs.
|
||||||
|
rm $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libnymea-core.so
|
||||||
dh_install --fail-missing
|
dh_install --fail-missing
|
||||||
# installing the documentation as there is no extra install target
|
# installing the documentation as there is no extra install target
|
||||||
cp -a $(CURDIR)/doc/html $(CURDIR)/debian/nymea-doc/usr/share/doc/nymea/ || true
|
cp -a $(CURDIR)/doc/html $(CURDIR)/debian/nymea-doc/usr/share/doc/nymea/ || true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue