[Python-modules-commits] r6834 - in packages/ipython/trunk/debian (changelog control)

speijnik-guest at users.alioth.debian.org speijnik-guest at users.alioth.debian.org
Tue Nov 4 23:11:06 UTC 2008


    Date: Tuesday, November 4, 2008 @ 23:11:05
  Author: speijnik-guest
Revision: 6834

debian/control and debian/changelog cleanup

Modified:
  packages/ipython/trunk/debian/changelog
  packages/ipython/trunk/debian/control

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2008-11-04 22:52:34 UTC (rev 6833)
+++ packages/ipython/trunk/debian/changelog	2008-11-04 23:11:05 UTC (rev 6834)
@@ -9,29 +9,32 @@
   * Removed debian/patches/05_fix_path_import.dpatch - fixed upstream.
   * Added myself to Uploaders.
   * Switched from dpatch to quilt patch system.
-  * Added dependency on python-foolscap.
-  * Wrote manpages for ipcluster, ipengine and ipcontroller.
-  * Added recommend for global (needed by ipy_gnuglobal IPython extension).
   * Added debian/patches/06_ipythonwx_importerror.patch.
     Provides more usable error message when trying to execute ipython-wx
     without python-wxgtk2.8 installed.
   * Updated build dependencies and recommends.
+    - Added depends:
+      + python-foolscap
+      + python-twisted-core
+      + python-zope-interface
     - Added recommends: 
-      + python-nose
+      + global (required by ipy_gnuglobal IPython extension)
+      + python-ctypes
       + python-openssl
-      + python-twisted-core
-    - Added build dependencies: 
+      + python-wxwidgets2.8 (needed by ipythonx and ipython-wx)
+    - Added build dependencies (Build-Depends-Indep): 
       + python-sphinx (needed for building the documentation)
       + python-pygments (needed for syntax highlighting in documentation)
-      + python-foolscap
-      + python-openssl
-      + python-twisted-core
-      + python-nose
+    - Added suggests:
+      + libjs-query (needed by documentation to be searchable)
+      + python-gobject
+      + python-gtk2
+      + python-qt3 | python-qt4
   * Added final newline to debian/manpages to get rid of a build-warning.
   * Updated debian/rules so parts of the html documentation are not compressed
     and thus rendered unusable.
-  * Wrote manpages for ipythonx and ipython-wx.
-  * UNRELEASED - WORK IN PROGRESS.
+  * Wrote manpages for ipcluster, ipcontroller, ipengine, ipythonx and 
+    ipython-wx.
   
   [ Serafeim Zanikolas ]
   * Remove embedded copy of jquery.js and instead depend on libjs-jquery.

Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control	2008-11-04 22:52:34 UTC (rev 6833)
+++ packages/ipython/trunk/debian/control	2008-11-04 23:11:05 UTC (rev 6834)
@@ -4,7 +4,8 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bzed at debian.org>, Ondrej Certik <ondrej at certik.cz>,
 	   Stephan Peijnik <debian at sp.or.at>
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python, python-support (>= 0.4), quilt, python-sphinx, python-pygments, python-foolscap, python-openssl, python-twisted-core, python-nose
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python, python-support (>= 0.4), quilt
+Build-Depends-Indep: python-sphinx, python-pygments
 Homepage: http://ipython.scipy.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/ipython/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/ipython/trunk/
@@ -13,11 +14,11 @@
 
 Package: ipython
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-pexpect, libjs-jquery, python-foolscap (>= 0.3.2)
+Depends: ${python:Depends}, ${misc:Depends}, python-pexpect, python-foolscap, python-zope-interface, python-twisted-core
 Conflicts: python2.3-ipython, python2.4-ipython, ipython-common
 Replaces: python2.3-ipython, python2.4-ipython, ipython-common
-Suggests: python-profiler, python-numpy, python-matplotlib
-Recommends: python-wxwidgets2.8, global, python-nose, python-openssl (>= 0.6), python-twisted-core
+Suggests: python-profiler, python-numpy, python-matplotlib, libjs-query, python-gobject, python-gtk2, python-qt3 | python-qt4
+Recommends: python-wxwidgets2.8, global, python-openssl (>= 0.6), python-ctypes
 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