[Python-modules-commits] r6786 - in packages/ipython/trunk/debian (4 files)

speijnik-guest at users.alioth.debian.org speijnik-guest at users.alioth.debian.org
Wed Oct 29 11:44:24 UTC 2008


    Date: Wednesday, October 29, 2008 @ 11:44:23
  Author: speijnik-guest
Revision: 6786

Updated build-depdencies and recommends. Added final newline to debian/manpages. Updated debian/rules so parts of the html documentation are not compressed.
Updated wording of debian/changelog for switch from dpatch to quilt.

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

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2008-10-29 10:58:13 UTC (rev 6785)
+++ packages/ipython/trunk/debian/changelog	2008-10-29 11:44:23 UTC (rev 6786)
@@ -8,13 +8,28 @@
     - Updated debian/watch.
   * Removed debian/patches/05_fix_path_import.dpatch - fixed upstream.
   * Added myself to Uploaders.
-  * Moved from dpatch to quilt.
+  * Switched from dpatch to quilt patch system.
   * Added dependency on python-foolscap.
   * Wrote manpage 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.
+    Provides more usable error message when trying to execute ipython-wx
+    without python-wxgtk2.8 installed.
+  * Updated build dependencies and recommends.
+    - Added recommends: 
+      + python-nose
+      + python-openssl
+      + python-twisted-core
+    - Added build dependencies: 
+      + 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 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.
   * UNRELEASED - WORK IN PROGRESS.
   
   [ Serafeim Zanikolas ]

Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control	2008-10-29 10:58:13 UTC (rev 6785)
+++ packages/ipython/trunk/debian/control	2008-10-29 11:44:23 UTC (rev 6786)
@@ -4,7 +4,7 @@
 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
+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
 Homepage: http://ipython.scipy.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/ipython/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/ipython/trunk/?op=log
@@ -17,7 +17,7 @@
 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
+Recommends: python-wxwidgets2.8, global, python-nose, python-openssl (>= 0.6), python-twisted-core
 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

Modified: packages/ipython/trunk/debian/manpages
===================================================================
--- packages/ipython/trunk/debian/manpages	2008-10-29 10:58:13 UTC (rev 6785)
+++ packages/ipython/trunk/debian/manpages	2008-10-29 11:44:23 UTC (rev 6786)
@@ -1,4 +1,4 @@
 debian/irunner.1
 debian/ipcluster.1
 debian/ipengine.1
-debian/ipcontroller.1
\ No newline at end of file
+debian/ipcontroller.1

Modified: packages/ipython/trunk/debian/rules
===================================================================
--- packages/ipython/trunk/debian/rules	2008-10-29 10:58:13 UTC (rev 6785)
+++ packages/ipython/trunk/debian/rules	2008-10-29 11:44:23 UTC (rev 6786)
@@ -2,6 +2,10 @@
 # ipython debian/rules file
 DEB_PYTHON_SYSTEM = pysupport
 PYVERS = $(shell pyversions -sv)
+
+# Make sure the html documentation is not compressed and thus stays usable.
+DEB_COMPRESS_EXCLUDE := manual/html/
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk




More information about the Python-modules-commits mailing list