Source: tensorboard
Section: python
Priority: optional
Maintainer: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper (>= 10), dh-python (>= 2.20170125~), python3, python3-setuptools (>= 20),
# To compute unique (distribution related) package version
 lsb-release,
# Match TensorFlow bazel versions
 bazel (>= 0.26.1~), bazel (<< 0.27~),
# Java in case bazel does not bring it
# NEVER CHANGE THE LINE BELOW OTHERWISE FOR EXAMPLE OF STRETCH YOU WILL
# GET BACKPORTS openjdk-11-jdk THAT DOES NOT WORK AT ALL (WHY? DUNNO)
# WE DO WANT THE DEFAULT VERSION FOR ALL DISTRIB AND NOTHING ELSE
# ALSO WE NEED A RECENT CA CERTS BUNDLE OTHERWISE JAVA JUST SEEMS TO
# BE UNABLE TO DOWNLOAD FILES FROM HTTPS, WHAT A HUGE MESS
 default-jdk-headless | default-jdk,
 ca-certificates-java (>= 20180516~) | ca-certificates-java (= 20170929~deb9u3),
# Required during to generate proper valid numpy runtime dependency
 python3-numpy (>= 1.11.0),
# Bazel call /usr/bin/env python to detect Python, what a crap
# https://github.com/bazelbuild/bazel/issues/8665
 python,
# It also call GIT to clone some external dependencies
 git,
# For unittests
 unzip,
Standards-Version: 4.5.0
Homepage: https://github.com/tensorflow/tensorboard
# Seem that Bazel makes weird thing and file are then un-removable
Rules-Requires-Root: binary-targets

Package: python3-tensorboard
Architecture: all
Depends: ${python3custom:Depends}, ${python3:Depends}, ${misc:Depends}
Breaks: ${python3custom:Breaks},
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.
