[Python-modules-commits] [nbformat] 01/01: Name the binary package jupyter-nbformat (instead of jupyter-trust) for consistency with the library packages
Gordon Ball
chronitis-guest at moszumanska.debian.org
Wed Nov 2 15:01:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository nbformat.
commit 8dc5265acc74646eec82d3402c442571392e6d49
Author: Gordon Ball <gordon at chronitis.net>
Date: Wed Nov 2 15:56:51 2016 +0100
Name the binary package jupyter-nbformat (instead of jupyter-trust) for consistency with the library packages
---
debian/changelog | 6 +++---
debian/control | 4 ++--
debian/{jupyter-trust.install => jupyter-nbformat.install} | 0
debian/{jupyter-trust.manpages => jupyter-nbformat.manpages} | 0
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 69647a1..2100b8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,10 +4,10 @@ nbformat (4.1.0-2) UNRELEASED; urgency=medium
* Push dh compat up to 10.
[ Gordon Ball ]
- * Split the jupyter-trust script into a separate package (also named
- jupyter-trust), which depends on the python 3 library package.
+ * Split the jupyter-trust script into a separate package (named
+ jupyter-nbformat), which depends on the python 3 library package.
- -- Gordon Ball <gordon at chronitis.net> Tue, 01 Nov 2016 20:09:28 +0100
+ -- Gordon Ball <gordon at chronitis.net> Wed, 02 Nov 2016 15:54:45 +0100
nbformat (4.1.0-1) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index 388825e..40e74ac 100644
--- a/debian/control
+++ b/debian/control
@@ -50,11 +50,11 @@ Description: Jupyter notebook format (Python 3)
.
This package installs the library for Python 3.
-Package: jupyter-trust
+Package: jupyter-nbformat
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-nbformat (= ${binary:Version})
Section: utils
-Description: Jupyter notebook format
+Description: Jupyter notebook format (tools)
This software component contains the reference implementation of the Jupyter
notebook format, and Python APIs to work with notebooks.
.
diff --git a/debian/jupyter-trust.install b/debian/jupyter-nbformat.install
similarity index 100%
rename from debian/jupyter-trust.install
rename to debian/jupyter-nbformat.install
diff --git a/debian/jupyter-trust.manpages b/debian/jupyter-nbformat.manpages
similarity index 100%
rename from debian/jupyter-trust.manpages
rename to debian/jupyter-nbformat.manpages
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nbformat.git
More information about the Python-modules-commits
mailing list