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

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Thu Feb 17 16:50:00 UTC 2011


    Date: Thursday, February 17, 2011 @ 16:49:52
  Author: bzed
Revision: 15749

* Bumping Standards-Version to 3.9.1, no changes needed.
* Migrating to dh and dh_python2. 

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

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2011-02-17 16:37:29 UTC (rev 15748)
+++ packages/ipython/trunk/debian/changelog	2011-02-17 16:49:52 UTC (rev 15749)
@@ -1,8 +1,10 @@
 ipython (0.10.1-1) unstable; urgency=low
 
   * New upstream release.
+  * Bumping Standards-Version to 3.9.1, no changes needed.
+  * Migrating to dh and dh_python2. 
 
- -- Bernd Zeimetz <bzed at debian.org>  Sun, 25 Apr 2010 15:10:11 +0200
+ -- Bernd Zeimetz <bzed at debian.org>  Thu, 17 Feb 2011 17:49:42 +0100
 
 ipython (0.10-2) unstable; urgency=low
 

Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control	2011-02-17 16:37:29 UTC (rev 15748)
+++ packages/ipython/trunk/debian/control	2011-02-17 16:49:52 UTC (rev 15749)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bzed at debian.org>, Stephan Peijnik <debian at sp.or.at>
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python, python-support (>= 0.4), quilt (>= 0.46-5)
+Build-Depends: debhelper (>= 7.3.13), python, quilt (>= 0.46-5)
 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/
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 DM-Upload-Allowed: yes
 
 Package: ipython
@@ -18,6 +18,7 @@
 Replaces: python2.3-ipython, python2.4-ipython, ipython-common
 Suggests: python-profiler, python-numpy, python-matplotlib, libjs-jquery, python-gobject, python-gtk2, python-qt3 | python-qt4
 Recommends: python-wxgtk2.8, global, python-openssl (>= 0.6), python (>= 2.5) | python-ctypes, python-foolscap, python-zope.interface, python-twisted-core
+Breaks: ${python:Breaks}
 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/rules
===================================================================
--- packages/ipython/trunk/debian/rules	2011-02-17 16:37:29 UTC (rev 15748)
+++ packages/ipython/trunk/debian/rules	2011-02-17 16:49:52 UTC (rev 15749)
@@ -1,16 +1,16 @@
 #!/usr/bin/make -f
-# 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/
+override_dh_compress:
+	# make sure the documentation stays usable.
+	dh_compress -Xmanual/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
+%:
+	dh $@ --with quilt,python2
 
-install/ipython::
+override_dh_auto_install:
+	dh_auto_install
+
 	# remove test suite script
 	rm $(CURDIR)/debian/ipython/usr/bin/iptest
 	# remove documentation
@@ -37,9 +37,6 @@
 	# removing bogus usr/IPython directory
 	rm -rf $(CURDIR)/debian/ipython/usr/IPython
 
-binary-fixup/ipython::
 	rm -rf $(CURDIR)/debian/ipython/usr/share/doc/ipython/extensions
 
 
-# Needed for quilt to work properly.
-clean:: unpatch




More information about the Python-modules-commits mailing list