[Python-modules-commits] [jupyter-core] 11/12: Install new jupyter-troubleshoot entry point.

Julien Cristau jcristau at moszumanska.debian.org
Fri Apr 8 09:39:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

jcristau pushed a commit to branch master
in repository jupyter-core.

commit 64f412ba10a94872dff5316bc681c7629cae2291
Author: Julien Cristau <julien.cristau at logilab.fr>
Date:   Fri Apr 8 11:30:43 2016 +0200

    Install new jupyter-troubleshoot entry point.
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 debian/rules     | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index eb48719..ef39bc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,5 +9,7 @@ jupyter-core (4.1.0-1) UNRELEASED; urgency=medium
   [ Julien Cristau ]
   * Update from 4.0.6 to 4.1.0
   * Add DPMT to Uploaders
+  * Bump Standards-Version to 3.9.7.
+  * Install new jupyter-troubleshoot entry point.
 
  -- Julien Cristau <julien.cristau at logilab.fr>  Fri, 08 Apr 2016 11:05:14 +0200
diff --git a/debian/control b/debian/control
index f7ad23a..5eb6f67 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Julien Puydt <julien.puydt at laposte.net>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Section: python
 Priority: optional
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Homepage: https://github.com/jupyter/jupyter_core
 Build-Depends:
  debhelper (>= 9),
diff --git a/debian/rules b/debian/rules
index d3a92fd..87af536 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,7 @@ override_dh_auto_install:
 	dh_auto_install
 
 	mkdir -p debian/jupyter-core/usr/bin
+	cp debian/python-jupyter-core/usr/bin/jupyter-troubleshoot debian/jupyter-core/usr/bin/
 	cp debian/python-jupyter-core/usr/bin/jupyter-migrate debian/jupyter-core/usr/bin/
 	cp debian/python-jupyter-core/usr/bin/jupyter debian/jupyter-core/usr/bin/
 

-- 
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