[Python-modules-commits] [jupyter-core] 01/01: Add jupyter-all metapackage
Gordon Ball
chronitis-guest at moszumanska.debian.org
Tue Nov 1 20:41:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository jupyter-core.
commit df3a4ab13cf4ea3be5ca3f043a6525650740da95
Author: Gordon Ball <gordon at chronitis.net>
Date: Tue Nov 1 21:33:33 2016 +0100
Add jupyter-all metapackage
---
debian/changelog | 8 ++++++++
debian/control | 19 +++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 27a6d7b..65baf5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+jupyter-core (4.2.0-2) UNRELEASED; urgency=medium
+
+ * Add a jupyter-all metapackage which recommends the other core Jupyter
+ packages: console, qtconsole, notebook, nbconvert, nbformat, client
+ and the python and python 3 kernels.
+
+ -- Gordon Ball <gordon at chronitis.net> Tue, 01 Nov 2016 21:30:51 +0100
+
jupyter-core (4.2.0-1) experimental; urgency=medium
* Switched the uploaders/maintainer fields.
diff --git a/debian/control b/debian/control
index 7ee292b..221fc4a 100644
--- a/debian/control
+++ b/debian/control
@@ -64,6 +64,25 @@ Description: Core common functionality of Jupyter projects (tools)
This package contains the migration tool (off IPython before 4.0)
and a path-giving utility.
+Package: jupyter-all
+Architecture: all
+Section: science
+Depends: ${misc:Depends},
+ jupyter-core
+Recommends: jupyter-client,
+ jupyter-nbconvert,
+ jupyter-trust,
+ jupyter-console,
+ jupyter-qtconsole,
+ jupyter-notebook,
+ python-ipykernel,
+ python3-ipykernel
+Description: Jupyter interactive computing environment (metapackage)
+ This package depends on all of the core Jupyter components, including the
+ console, QT and web notebook interfaces, and tools for converting and
+ trusting notebook files. It also installs language support for both
+ Python 2 and Python 3.
+
Package: python-jupyter-core-doc
Architecture: all
Section: doc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-core.git
More information about the Python-modules-commits
mailing list