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

speijnik-guest at users.alioth.debian.org speijnik-guest at users.alioth.debian.org
Mon Dec 29 17:22:30 UTC 2008


    Date: Monday, December 29, 2008 @ 17:22:30
  Author: speijnik-guest
Revision: 7234

Further updated build-dependencies to contain all optional ipython dependencies. This way we can be sure all features are included in our build.

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

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2008-12-29 17:07:56 UTC (rev 7233)
+++ packages/ipython/trunk/debian/changelog	2008-12-29 17:22:30 UTC (rev 7234)
@@ -24,6 +24,12 @@
     - Added build dependencies (Build-Depends-Indep): 
       + python-sphinx (needed for building the documentation)
       + python-pygments (needed for syntax highlighting in documentation)
+      + python-foolscap
+      + python-twisted-core
+      + python-zope-interface
+      + python-openssl
+      + python (>= 2.5) | python-ctypes
+      + python-nose
     - Added suggests:
       + libjs-query (needed by documentation to be searchable)
       + python-gobject
@@ -45,7 +51,7 @@
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Stephan Peijnik <debian at sp.or.at>  Mon, 29 Dec 2008 18:07:15 +0100
+ -- Stephan Peijnik <debian at sp.or.at>  Mon, 29 Dec 2008 18:21:24 +0100
 
 ipython (0.8.4-1) unstable; urgency=low
 

Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control	2008-12-29 17:07:56 UTC (rev 7233)
+++ packages/ipython/trunk/debian/control	2008-12-29 17:22:30 UTC (rev 7234)
@@ -5,7 +5,7 @@
 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
-Build-Depends-Indep: python-sphinx, python-pygments
+Build-Depends-Indep: python-sphinx, python-pygments, python-foolscap, python-openssl (>= 0.6), python-nose, python-twisted-core, python-zope-interface, python-pexpect, python (>= 2.5) | python-ctypes
 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/




More information about the Python-modules-commits mailing list