[Python-modules-commits] r8897 - in packages/petsc4py/trunk/debian (changelog control)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Mon Jun 29 22:26:40 UTC 2009


    Date: Monday, June 29, 2009 @ 22:26:40
  Author: dktrkranz-guest
Revision: 8897

Remove -dev package from Depends, no longer needed

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 20:31:40 UTC (rev 8896)
+++ packages/petsc4py/trunk/debian/changelog	2009-06-29 22:26:40 UTC (rev 8897)
@@ -15,13 +15,14 @@
     - refresh for new upstream release.
   * debian/control:
     - Replace libpetsc2.3.3-dev with petsc-dev (Closes: #529478, #522771).
+    - Remove -dev package from Depends, no longer needed.
     + Bump Standards-Version to 3.8.2:
       - Add debian/README.source to document quilt usage.
   * debian/rules:
     - Export PETSC_DIR and PETSC_ARCH environment variables.
     - Change chrpath shared object path accordingly.
 
- -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Mon, 29 Jun 2009 12:02:36 +0000
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Mon, 29 Jun 2009 22:25:35 +0000
 
 petsc4py (0.7.5-5) unstable; urgency=low
 

Modified: packages/petsc4py/trunk/debian/control
===================================================================
--- packages/petsc4py/trunk/debian/control	2009-06-29 20:31:40 UTC (rev 8896)
+++ packages/petsc4py/trunk/debian/control	2009-06-29 22:26:40 UTC (rev 8897)
@@ -12,7 +12,7 @@
 
 Package: python-petsc4py
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-numpy (>=1:1.0.3-1), petsc-dev (>= 3.0.0.dfsg-1)
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-numpy (>=1:1.0.3-1)
 Conflicts: python-petsc
 Replaces: python-petsc
 Provides: ${python:Provides}




More information about the Python-modules-commits mailing list