Drop libnymea-core.so from installation... it's not needed
This commit is contained in:
parent
024613b9fc
commit
93229fb9a0
1
debian/libnymea1-dev.install.in
vendored
1
debian/libnymea1-dev.install.in
vendored
@ -1,5 +1,4 @@
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/libnymea.so
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-core.so
|
||||
usr/include/nymea/* usr/include/nymea
|
||||
usr/bin/nymea-generateplugininfo usr/bin
|
||||
libnymea/plugin/plugin.pri usr/include/nymea/
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@ -40,6 +40,8 @@ override_dh_auto_build:
|
||||
make -j$(DEB_PARALLEL_JOBS) $(MAKE_TARGETS)
|
||||
|
||||
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
|
||||
# installing the documentation as there is no extra install target
|
||||
cp -a $(CURDIR)/doc/html $(CURDIR)/debian/nymea-doc/usr/share/doc/nymea/ || true
|
||||
|
||||
Reference in New Issue
Block a user