[Python-modules-commits] r3696 - in /packages/ipython/trunk/debian: changelog control
bzed-guest at users.alioth.debian.org
bzed-guest at users.alioth.debian.org
Mon Nov 19 11:51:42 UTC 2007
Author: bzed-guest
Date: Mon Nov 19 11:51:42 2007
New Revision: 3696
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3696
Log:
* Replacing Recommends by Suggests to stop ipython from installing ~500MB
of dependencies. Thanks to Marcela Tiznado (Closes: #451887).
Modified:
packages/ipython/trunk/debian/changelog
packages/ipython/trunk/debian/control
Modified: packages/ipython/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/ipython/trunk/debian/changelog?rev=3696&op=diff
==============================================================================
--- packages/ipython/trunk/debian/changelog (original)
+++ packages/ipython/trunk/debian/changelog Mon Nov 19 11:51:42 2007
@@ -1,9 +1,14 @@
ipython (0.8.1-2) UNRELEASED; urgency=low
+ [ Piotr Ożarowski ]
* Homepage field added
* Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
- -- Piotr Ożarowski <piotr at debian.org> Sat, 6 Oct 2007 23:46:33 +0200
+ [ Bernd Zeimetz ]
+ * Replacing Recommends by Suggests to stop ipython from installing ~500MB
+ of dependencies. Thanks to Marcela Tiznado (Closes: #451887).
+
+ -- Bernd Zeimetz <bernd at bzed.de> Mon, 19 Nov 2007 12:48:21 +0100
ipython (0.8.1-1) unstable; urgency=low
Modified: packages/ipython/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/ipython/trunk/debian/control?rev=3696&op=diff
==============================================================================
--- packages/ipython/trunk/debian/control (original)
+++ packages/ipython/trunk/debian/control Mon Nov 19 11:51:42 2007
@@ -12,10 +12,9 @@
Package: ipython
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-pexpect
-Recommends: python-numeric, python-numeric-ext, python-matplotlib
Conflicts: python2.3-ipython, python2.4-ipython, ipython-common
Replaces: python2.3-ipython, python2.4-ipython, ipython-common
-Suggests: python-profiler
+Suggests: python-profiler, python-numeric, python-numeric-ext, python-matplotlib
Description: enhanced interactive Python shell
IPython can be used as a replacement for the standard Python shell,
or it can be used as a complete working environment for scientific
More information about the Python-modules-commits
mailing list