[Python-modules-commits] r8888 - in packages/petsc4py/trunk/debian (changelog control)
dktrkranz-guest at users.alioth.debian.org
dktrkranz-guest at users.alioth.debian.org
Mon Jun 29 10:20:42 UTC 2009
Date: Monday, June 29, 2009 @ 10:20:40
Author: dktrkranz-guest
Revision: 8888
Replace libpetsc2.3.3-dev with petsc-dev (Closes: #529478)
Modified:
packages/petsc4py/trunk/debian/changelog
packages/petsc4py/trunk/debian/control
Modified: packages/petsc4py/trunk/debian/changelog
===================================================================
--- packages/petsc4py/trunk/debian/changelog 2009-06-29 10:15:31 UTC (rev 8887)
+++ packages/petsc4py/trunk/debian/changelog 2009-06-29 10:20:40 UTC (rev 8888)
@@ -13,10 +13,12 @@
* New upstream release.
* debian/patches/openmpi.patch:
- refresh for new upstream release.
+ * debian/control:
+ - Replace libpetsc2.3.3-dev with petsc-dev (Closes: #529478).
* debian/rules:
- Change chrpath shared object path accordingly.
- -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Mon, 29 Jun 2009 10:14:20 +0000
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Mon, 29 Jun 2009 10:16:47 +0000
petsc4py (0.7.5-5) unstable; urgency=low
Modified: packages/petsc4py/trunk/debian/control
===================================================================
--- packages/petsc4py/trunk/debian/control 2009-06-29 10:15:31 UTC (rev 8887)
+++ packages/petsc4py/trunk/debian/control 2009-06-29 10:20:40 UTC (rev 8888)
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Ondrej Certik <ondrej at certik.cz>
-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-1), libpetsc2.3.3-dev (>= 2.3.3-3), chrpath (>= 0.13-2), quilt (>= 0.46-4)
+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-1), petsc-dev (>= 3.0.0.dfsg-1), chrpath (>= 0.13-2), quilt (>= 0.46-4)
Standards-Version: 3.7.3
Homepage: http://code.google.com/p/petsc4py/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/petsc4py/trunk/
@@ -12,7 +12,7 @@
Package: python-petsc4py
Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-numpy (>=1:1.0.3-1), libpetsc2.3.3-dev (>= 2.3.3-3)
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-numpy (>=1:1.0.3-1), petsc-dev (>= 3.0.0.dfsg-1)
Conflicts: python-petsc
Replaces: python-petsc
Provides: ${python:Provides}
More information about the Python-modules-commits
mailing list