Separate tensorflow.deb from tensorflow-dev.deb
Change-Id: I3773d89f49469cc868e10a8096d3fefbd4f0403f
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
This package contains the Tensorflow development header and
static library.
+Package: tensorflow
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Tensorflow library
+ This package contains shared objects and python wrappers of
+ the Tensorflow library.
+
Package: tensorflow-lite-dev
Architecture: any
Depends: ${shlibs:Depends}
/usr/include/tensorflow/*.h
+/usr/include/tensorflow/absl
/usr/include/tensorflow/eigen
/usr/include/tensorflow/Eigen
-/usr/include/tensorflow/google
/usr/include/tensorflow/tensorflow
/usr/include/tensorflow/third_party
-/usr/lib/*.so
/usr/lib/pkgconfig/tensorflow.pc
-/usr/lib/python2.7/*
/usr/include/tensorflow/contrib/lite
/usr/lib/libtensorflow-lite.a
/usr/lib/pkgconfig/tensorflow-lite.pc
+/usr/lib/cmake/flatbuffers/*.cmake
--- /dev/null
+/usr/lib/*.so
+/usr/lib/python2.7/*