Source: tensorboard
Section: python
Priority: optional
Maintainer: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper (>= 9), dh-python (>= 2.20170125~), python, python-setuptools (>= 20), python3, python3-setuptools (>= 20),
# To compute unique (distribution related) package version
 lsb-release,
# All TensorFlow related software use Bazel :/
# And can build only whith the bazel version that existed at the release time
# What a crap...
 bazel (>= 0.6.1), bazel (<< 0.6.2),
Standards-Version: 4.0.0
Homepage: https://github.com/tensorflow/tensorboard
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4

Package: python-tensorboard
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Breaks: python-tensorflow (<< 1.4~)
Description: suite of web applications for inspecting TensorFlow runs and graphs (Python 2)
 The computations you'll use TensorFlow for - like training a massive deep
 neural network - can be complex and confusing.
 .
 To make it easier to understand, debug, and optimize TensorFlow programs,
 we've included a suite of visualization tools called TensorBoard.
 .
 You can use TensorBoard to visualize your TensorFlow graph, plot
 quantitative metrics about the execution of your graph, and show additional
 data like images that pass through it.
 .
 This package installs the library for Python 2.

Package: python3-tensorboard
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Breaks: python3-tensorflow (<< 1.4~)
Description: suite of web applications for inspecting TensorFlow runs and graphs (Python 3)
 The computations you'll use TensorFlow for - like training a massive deep
 neural network - can be complex and confusing.
 .
 To make it easier to understand, debug, and optimize TensorFlow programs,
 we've included a suite of visualization tools called TensorBoard.
 .
 You can use TensorBoard to visualize your TensorFlow graph, plot
 quantitative metrics about the execution of your graph, and show additional
 data like images that pass through it.
 .
 This package installs the library for Python 3.
