[Dist/Debian] Separate main tensorflow package
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 17 Jul 2019 11:30:46 +0000 (20:30 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 17 Jul 2019 11:41:10 +0000 (20:41 +0900)
Separate tensorflow.deb from tensorflow-dev.deb

Change-Id: I3773d89f49469cc868e10a8096d3fefbd4f0403f
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
debian/control
debian/tensorflow-dev.install
debian/tensorflow-lite-dev.install
debian/tensorflow.install [new file with mode: 0644]

index aa32f05f2f5e6a08cd3f692de961e6d9c8ae8d0e..10dd12fcc78116e4cd80809522f255a164ff4c2e 100644 (file)
@@ -13,6 +13,13 @@ Description: Tensorflow development headers and object file
  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}
index a69f066e1fc55a51acd4cddd888923fb6a4fbbb9..a2caeeac205b58bdd7f3830cefe3e7111bbcd0b6 100644 (file)
@@ -1,9 +1,7 @@
 /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/*
index c2c2dbcdc54b616938a4733ee7b96c45e33d093d..6afe44ee69e6480ec1d1aca73a8af3674b0f86ca 100644 (file)
@@ -3,3 +3,4 @@
 /usr/include/tensorflow/contrib/lite
 /usr/lib/libtensorflow-lite.a
 /usr/lib/pkgconfig/tensorflow-lite.pc
+/usr/lib/cmake/flatbuffers/*.cmake
diff --git a/debian/tensorflow.install b/debian/tensorflow.install
new file mode 100644 (file)
index 0000000..36f04c5
--- /dev/null
@@ -0,0 +1,2 @@
+/usr/lib/*.so
+/usr/lib/python2.7/*