[Python-modules-commits] r27931 - in packages/ipython/trunk/debian (changelog tests/control)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Tue Feb 25 20:12:15 UTC 2014
Date: Tuesday, February 25, 2014 @ 20:12:14
Author: jtaylor-guest
Revision: 27931
depend on build-essential instead of gcc for tests
Modified:
packages/ipython/trunk/debian/changelog
packages/ipython/trunk/debian/tests/control
Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog 2014-02-25 20:12:09 UTC (rev 27930)
+++ packages/ipython/trunk/debian/changelog 2014-02-25 20:12:14 UTC (rev 27931)
@@ -1,6 +1,7 @@
ipython (1.2.1-2) unstable; urgency=medium
* debianize-error-messages.patch: fix no zmq message to raise an exception
+ * depend on build-essential instead of gcc for tests
-- Julian Taylor <jtaylor.debian at googlemail.com> Tue, 25 Feb 2014 20:31:19 +0100
Modified: packages/ipython/trunk/debian/tests/control
===================================================================
--- packages/ipython/trunk/debian/tests/control 2014-02-25 20:12:09 UTC (rev 27930)
+++ packages/ipython/trunk/debian/tests/control 2014-02-25 20:12:14 UTC (rev 27931)
@@ -1,8 +1,8 @@
Tests: python2
Depends: ipython, ipython-notebook, ipython-doc, ipython-qtconsole,
+ build-essential,
python-nose,
cython,
- gcc,
python-all,
python-all-dev,
python-argparse,
@@ -16,10 +16,10 @@
Tests: python3
Depends: ipython3, ipython3-notebook, ipython-doc, ipython3-qtconsole,
+ build-essential,
python,
python3-nose,
cython3,
- gcc,
python3-all,
python3-all-dev,
python3-matplotlib,
More information about the Python-modules-commits
mailing list