[Python-modules-commits] [ipython4] 01/01: Add missing dependencies.
Julien Cristau
jcristau at moszumanska.debian.org
Fri Aug 12 13:47:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
jcristau pushed a commit to branch master
in repository ipython4.
commit 977732f30df6b4c6d9a5a084aa953a5fbeedb84b
Author: Julien Cristau <jcristau at debian.org>
Date: Fri Aug 12 15:46:20 2016 +0200
Add missing dependencies.
dh_python{,3} does not handle PEP 496 environment markers, so these need
to be added manually for now.
---
debian/changelog | 7 +++++++
debian/control | 12 ++++++++++--
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0a94277..e695cad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ipython (5.0.0-2) UNRELEASED; urgency=medium
+
+ * Add missing dependencies. dh_python{,3} does not handle PEP 496
+ environment markers, so these need to be added manually for now.
+
+ -- Julien Cristau <jcristau at debian.org> Fri, 12 Aug 2016 15:41:39 +0200
+
ipython (5.0.0-1) experimental; urgency=medium
[ Julien Cristau ]
diff --git a/debian/control b/debian/control
index 07c044f..33111ec 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,12 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/ipython4.gi
Package: python-ipython
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python-backports-shutil-get-terminal-size,
+ python-pathlib2,
+ python-pexpect,
Breaks: ipython (<< 4)
Replaces: ipython (<< 4)
Description: Enhanced interactive Python shell (Python 2 version)
@@ -70,7 +75,10 @@ Description: Enhanced interactive Python shell (documentation)
Package: python3-ipython
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ python-pexpect,
Breaks: ipython3 (<< 4)
Replaces: ipython3 (<< 4)
Description: Enhanced interactive Python shell (Python 3 version)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ipython4.git
More information about the Python-modules-commits
mailing list