[Python-modules-commits] r10587 - in packages/swiginac/trunk/debian (changelog control)
johannr-guest at users.alioth.debian.org
johannr-guest at users.alioth.debian.org
Wed Nov 25 12:33:12 UTC 2009
Date: Wednesday, November 25, 2009 @ 12:33:10
Author: johannr-guest
Revision: 10587
Replace python-numeric with python-numpy in Depends.
Modified:
packages/swiginac/trunk/debian/changelog
packages/swiginac/trunk/debian/control
Modified: packages/swiginac/trunk/debian/changelog
===================================================================
--- packages/swiginac/trunk/debian/changelog 2009-11-25 09:39:59 UTC (rev 10586)
+++ packages/swiginac/trunk/debian/changelog 2009-11-25 12:33:10 UTC (rev 10587)
@@ -1,7 +1,10 @@
-swiginac (1.5.1-2) UNRELEASED; urgency=low
+swiginac (1.5.1-2) unstable; urgency=low
- * debian/control: Replace build dependency on 'python' with
- 'python-all-dev' to fix FTBFS (Closes: #552967).
+ * debian/control:
+ - Replace build dependency on 'python' with 'python-all-dev' to fix
+ FTBFS (Closes: #552967).
+ - Replace dependency 'python-numeric' with 'python-numpy' for binary
+ package python-swiginac.
-- Johannes Ring <johannr at simula.no> Thu, 29 Oct 2009 07:58:17 +0100
Modified: packages/swiginac/trunk/debian/control
===================================================================
--- packages/swiginac/trunk/debian/control 2009-11-25 09:39:59 UTC (rev 10586)
+++ packages/swiginac/trunk/debian/control 2009-11-25 12:33:10 UTC (rev 10587)
@@ -14,7 +14,7 @@
Package: python-swiginac
Architecture: any
XB-Python-Version: ${python:Versions}
-Depends: python-numeric, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: python-numpy, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: Python interface to GiNaC
Swiginac is a Python interface to GiNaC, built with SWIG. The aim of swiginac
is to make all the functionality of GiNaC accessible from Python as an
More information about the Python-modules-commits
mailing list