[Python-modules-commits] r3851 - in packages/mpmath/trunk/debian (control rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Thu Dec 6 01:01:10 UTC 2007


    Date: Thursday, December 6, 2007 @ 01:01:08
  Author: bzed
Revision: 3851

s/pycentral/pysupport/

Modified:
  packages/mpmath/trunk/debian/control
  packages/mpmath/trunk/debian/rules

Modified: packages/mpmath/trunk/debian/control
===================================================================
--- packages/mpmath/trunk/debian/control	2007-12-06 00:25:04 UTC (rev 3850)
+++ packages/mpmath/trunk/debian/control	2007-12-06 01:01:08 UTC (rev 3851)
@@ -4,17 +4,15 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <matrixhasu at gmail.com>
 Build-Depends: debhelper (>= 5), python
-Build-Depends-Indep: python-central (>= 0.5.6)
-Standards-Version: 3.7.2
+Build-Depends-Indep: python-support (>= 0.4)
+Standards-Version: 3.7.3
 Homepage: http://code.google.com/p/mpmath/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/mpmath/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/mpmath/trunk/?op=log
-XS-Python-Version: all
 
 Package: python-mpmath
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-XB-Python-Version: ${python:Versions}
 Description: Library for arbitrary-precision floating-point arithmetic
  Its features include:
  .

Modified: packages/mpmath/trunk/debian/rules
===================================================================
--- packages/mpmath/trunk/debian/rules	2007-12-06 00:25:04 UTC (rev 3850)
+++ packages/mpmath/trunk/debian/rules	2007-12-06 01:01:08 UTC (rev 3851)
@@ -37,7 +37,7 @@
 	dh_testroot
 	dh_installchangelogs	CHANGES
 	dh_installdocs		README
-	dh_pycentral
+	dh_pysupport
 	dh_installexamples 	demo/*
 	dh_compress		-X.py
 	dh_fixperms




More information about the Python-modules-commits mailing list