[Python-modules-commits] [ipdb] 09/10: Add explicit Depends on ipython/ipython3.
Andrey Rahmatullin
wrar at moszumanska.debian.org
Thu Jan 18 17:50:25 UTC 2018
This is an automated email from the git hooks/post-receive script.
wrar pushed a commit to annotated tag debian/0.10.3-1
in repository ipdb.
commit 093bd300625149fd598908a51ef95024f52375ca
Author: Andrey Rahmatullin <wrar at debian.org>
Date: Thu Jan 18 22:48:50 2018 +0500
Add explicit Depends on ipython/ipython3.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index f16a6b4..e38e7c9 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Rules-Requires-Root: no
Package: python-ipdb
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
+Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources, ipython
Description: IPython-based pdb replacement
ipdb is a replacement for pdb Python debugger, adding IPython features (tab
completion, syntax highlighting, better tracebacks, better introspection) to
@@ -25,7 +25,7 @@ Description: IPython-based pdb replacement
Package: python3-ipdb
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-pkg-resources
+Depends: ${misc:Depends}, ${python3:Depends}, python3-pkg-resources, ipython3
Description: IPython-based pdb replacement (Python 3 version)
ipdb is a replacement for pdb Python debugger, adding IPython features (tab
completion, syntax highlighting, better tracebacks, better introspection) to
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ipdb.git
More information about the Python-modules-commits
mailing list