[Python-modules-commits] r2497 - in /packages/petsc4py/trunk/debian: patches/00list patches/01_numpy1.0.3_build.dpatch patches/petscconf.py.diff rules

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Sun Jun 3 11:35:03 UTC 2007


Author: certik-guest
Date: Sun Jun  3 11:35:02 2007
New Revision: 2497

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2497
Log:
fix the rest of issues with dpatch

Added:
    packages/petsc4py/trunk/debian/patches/00list
    packages/petsc4py/trunk/debian/patches/01_numpy1.0.3_build.dpatch
      - copied, changed from r2495, packages/petsc4py/trunk/debian/patches/petscconf.py.diff
Removed:
    packages/petsc4py/trunk/debian/patches/petscconf.py.diff
Modified:
    packages/petsc4py/trunk/debian/rules

Added: packages/petsc4py/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/python-modules/packages/petsc4py/trunk/debian/patches/00list?rev=2497&op=file
==============================================================================
--- packages/petsc4py/trunk/debian/patches/00list (added)
+++ packages/petsc4py/trunk/debian/patches/00list Sun Jun  3 11:35:02 2007
@@ -1,0 +1,1 @@
+01_numpy1.0.3_build

Copied: packages/petsc4py/trunk/debian/patches/01_numpy1.0.3_build.dpatch (from r2495, packages/petsc4py/trunk/debian/patches/petscconf.py.diff)
URL: http://svn.debian.org/wsvn/python-modules/packages/petsc4py/trunk/debian/patches/01_numpy1.0.3_build.dpatch?rev=2497&op=diff
==============================================================================
--- packages/petsc4py/trunk/debian/patches/petscconf.py.diff (original)
+++ packages/petsc4py/trunk/debian/patches/01_numpy1.0.3_build.dpatch Sun Jun  3 11:35:02 2007
@@ -1,3 +1,11 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_numpy1.0.3.dpatch by  <ondrej at certik.cz>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix the build system for numpy 1.0.3
+
+ at DPATCH@
+
 --- petsc4py-0.7.3.orig/configure/petscconf.py
 +++ petsc4py-0.7.3/configure/petscconf.py
 @@ -312,8 +312,8 @@

Modified: packages/petsc4py/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/petsc4py/trunk/debian/rules?rev=2497&op=diff
==============================================================================
--- packages/petsc4py/trunk/debian/rules (original)
+++ packages/petsc4py/trunk/debian/rules Sun Jun  3 11:35:02 2007
@@ -3,6 +3,8 @@
 
 DEB_PYTHON_SYSTEM=pycentral
 
+build: patch
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 include /usr/share/cdbs/1/rules/dpatch.mk




More information about the Python-modules-commits mailing list