[DIST] Clean up Ubuntu build scripts
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 15 Oct 2018 11:50:39 +0000 (20:50 +0900)
committerGeunsik Lim <leemgs@users.noreply.github.com>
Tue, 16 Oct 2018 10:28:25 +0000 (19:28 +0900)
1. Install the required .a only for Android development
2. Removed unnecessary .so files from being installed
3. Updated description for the dev package to mention that Android developers may use this.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
debian/control
debian/nnstreamer-dev.install
debian/nnstreamer.install

index 41c16b2..8c6e87e 100644 (file)
@@ -22,3 +22,4 @@ Depends: nnstreamer
 Description: NNStreamer development package
  Gstreamer plugins, "NNStreamer", provides access to nerual network frameworks for media streams
  This is development package for nnstreamer.
+ If you want to develop Android applications with nnstreamer+gstreamer, you need the libnnstreamer.a from this package.
index 1e49a66..7f5617c 100644 (file)
@@ -1,3 +1,5 @@
 /usr/include/nnstreamer/*.h
 /usr/lib/pkgconfig/*.pc
-/usr/lib/*.a
+/usr/lib/libnnstreamer.a
+/usr/lib/libcommon.a
+/usr/lib/libtensor_filter*.a
index 45997c2..3ed7b1b 100644 (file)
@@ -1,2 +1 @@
-/usr/lib/*.so
 /usr/lib/gstreamer-1.0/*.so