deb: cut the dependency on custom tflite binary
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 19 Apr 2022 10:23:50 +0000 (19:23 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 10 Jun 2022 05:49:33 +0000 (14:49 +0900)
Custom tflite binary is supposed to be installed by users
afterwards.

Thus, cut the dependency from the deb packaging.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
debian/rules

index b5d7db6..2736d04 100755 (executable)
@@ -78,3 +78,6 @@ ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes), yes)
 else
        cp debian/control.debian debian/control
 endif
+
+override_dh_shlibdeps:
+       dh_shlibdeps --exclude=libtensorflow2-lite-custom.so