[Python-modules-commits] [python-qtconsole] 03/04: wrap-and-sort
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Sat Dec 3 08:07:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch master
in repository python-qtconsole.
commit dd54997b0cc2e25b4984ea51a97b0d4745c27d24
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Sat Dec 3 08:19:22 2016 +0100
wrap-and-sort
---
debian/control | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 516e30a..0ca651a 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9),
python-pyqt5.qtsvg,
python-setuptools,
python-sphinx,
- python-sphinx-rtd-theme,
+ python-sphinx-rtd-theme,
python-traitlets,
python3-all,
python3-ipykernel,
@@ -35,7 +35,7 @@ Architecture: all
Section: oldlibs
Priority: extra
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, python-qtconsole
+Depends: python-qtconsole, ${misc:Depends}
Description: transitional dummy package for python-qtconsole
This is a transitional package to ease upgrades to the
python-qtconsole package. It can be safely removed.
@@ -60,7 +60,7 @@ Architecture: all
Section: oldlibs
Priority: extra
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, python3-qtconsole
+Depends: python3-qtconsole, ${misc:Depends}
Description: transitional dummy package for python3-qtconsole
This is a transitional package to ease upgrades to the
python3-qtconsole package. It can be safely removed.
@@ -86,7 +86,7 @@ Description: Jupyter - Qt console (Python 3)
Package: jupyter-qtconsole
Architecture: all
Section: interpreters
-Depends: ${misc:Depends}, ${python3:Depends}, jupyter-core, python3-qtconsole
+Depends: jupyter-core, python3-qtconsole, ${misc:Depends}, ${python3:Depends}
Description: Jupyter - Qt console (binaries)
IPython can be used as a replacement for the standard Python shell,
or it can be used as a complete working environment for scientific
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qtconsole.git
More information about the Python-modules-commits
mailing list