[Python-modules-commits] r14113 - in packages/petsc4py/trunk/debian (changelog control rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Aug 3 05:14:38 UTC 2010
Date: Tuesday, August 3, 2010 @ 05:14:20
Author: morph
Revision: 14113
* Team upload.
* debian/{control, rules}
- proper support python-numpy upgrades, calling dh_numpy to generate the
correct Depends and tighting the b-d on python-numpy; Closes: #590756
Modified:
packages/petsc4py/trunk/debian/changelog
packages/petsc4py/trunk/debian/control
packages/petsc4py/trunk/debian/rules
Modified: packages/petsc4py/trunk/debian/changelog
===================================================================
--- packages/petsc4py/trunk/debian/changelog 2010-08-02 21:27:19 UTC (rev 14112)
+++ packages/petsc4py/trunk/debian/changelog 2010-08-03 05:14:20 UTC (rev 14113)
@@ -1,3 +1,12 @@
+petsc4py (1.1-2) UNRELEASED; urgency=low
+
+ * Team upload.
+ * debian/{control, rules}
+ - proper support python-numpy upgrades, calling dh_numpy to generate the
+ correct Depends and tighting the b-d on python-numpy; Closes: #590756
+
+ -- Sandro Tosi <morph at debian.org> Mon, 02 Aug 2010 18:27:34 +0200
+
petsc4py (1.1-1) unstable; urgency=low
[ Ondrej Certik ]
Modified: packages/petsc4py/trunk/debian/control
===================================================================
--- packages/petsc4py/trunk/debian/control 2010-08-02 21:27:19 UTC (rev 14112)
+++ packages/petsc4py/trunk/debian/control 2010-08-03 05:14:20 UTC (rev 14113)
@@ -2,7 +2,7 @@
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>=0.4.41), debhelper (>= 5), python-support (>= 0.7.5), python-all-dev (>=2.3.5-11), python-numpy (>=1:1.0.3), petsc-dev (>= 3.1.dfsg), chrpath (>= 0.13-2), quilt (>= 0.46-4), libhdf5-openmpi-dev
+Build-Depends: cdbs (>=0.4.41), debhelper (>= 5), python-support (>= 0.7.5), python-all-dev (>=2.3.5-11), python-numpy (>= 1:1.4.1-4~), petsc-dev (>= 3.1.dfsg), chrpath (>= 0.13-2), quilt (>= 0.46-4), libhdf5-openmpi-dev
Standards-Version: 3.8.2
Homepage: http://code.google.com/p/petsc4py/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/petsc4py/trunk/
@@ -10,7 +10,7 @@
Package: python-petsc4py
Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-numpy (>=1:1.0.3-1)
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Conflicts: python-petsc
Replaces: python-petsc
Provides: ${python:Provides}
Modified: packages/petsc4py/trunk/debian/rules
===================================================================
--- packages/petsc4py/trunk/debian/rules 2010-08-02 21:27:19 UTC (rev 14112)
+++ packages/petsc4py/trunk/debian/rules 2010-08-03 05:14:20 UTC (rev 14113)
@@ -20,3 +20,6 @@
python-install-%:
cd $(DEB_SRCDIR) && PETSC_DIR=/usr/lib/petsc PETSC_ARCH=linux-gnu-c-opt python$* $(DEB_PYTHON_SETUP_CMD) install --root=$(DEB_DESTDIR) $(DEB_PYTHON_INSTALL_ARGS_ALL)
+
+binary-install/python-petsc4py::
+ dh_numpy
More information about the Python-modules-commits
mailing list