[Python-modules-commits] r2605 - in /packages/petsc4py/trunk/debian: changelog patches/01_numpy1.0.3_build.dpatch rules

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Mon Jun 25 00:41:35 UTC 2007


Author: certik-guest
Date: Mon Jun 25 00:41:35 2007
New Revision: 2605

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2605
Log:
Make it work with the new upstream. It compiles but it is not yet tested.

Modified:
    packages/petsc4py/trunk/debian/changelog
    packages/petsc4py/trunk/debian/patches/01_numpy1.0.3_build.dpatch
    packages/petsc4py/trunk/debian/rules

Modified: packages/petsc4py/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/petsc4py/trunk/debian/changelog?rev=2605&op=diff
==============================================================================
--- packages/petsc4py/trunk/debian/changelog (original)
+++ packages/petsc4py/trunk/debian/changelog Mon Jun 25 00:41:35 2007
@@ -1,3 +1,11 @@
+petsc4py (0.7.4-1) UNRELEASED; urgency=low
+
+  * New upstream version
+  * Updated the dpatches for the new release
+  * fixed debian/rules to compile the new release
+
+ -- Ondrej Certik <ondrej at certik.cz>  Mon, 25 Jun 2007 02:18:04 +0200
+
 petsc4py (0.7.3-2) unstable; urgency=medium
 
   * Patched the build system to work with python-numpy 1.0.3 (Closes: #427196)

Modified: packages/petsc4py/trunk/debian/patches/01_numpy1.0.3_build.dpatch
URL: http://svn.debian.org/wsvn/python-modules/packages/petsc4py/trunk/debian/patches/01_numpy1.0.3_build.dpatch?rev=2605&op=diff
==============================================================================
--- packages/petsc4py/trunk/debian/patches/01_numpy1.0.3_build.dpatch (original)
+++ packages/petsc4py/trunk/debian/patches/01_numpy1.0.3_build.dpatch Mon Jun 25 00:41:35 2007
@@ -6,8 +6,8 @@
 
 @DPATCH@
 
---- petsc4py-0.7.3.orig/configure/petscconf.py
-+++ petsc4py-0.7.3/configure/petscconf.py
+--- petsc4py-0.7.4.orig/configure/petscconf.py
++++ petsc4py-0.7.4/configure/petscconf.py
 @@ -312,8 +312,8 @@
          if not self.petsc_arch: return
          macros = ['-DPETSC_DIR=%s'  % self.petsc_dir,

Modified: packages/petsc4py/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/petsc4py/trunk/debian/rules?rev=2605&op=diff
==============================================================================
--- packages/petsc4py/trunk/debian/rules (original)
+++ packages/petsc4py/trunk/debian/rules Mon Jun 25 00:41:35 2007
@@ -6,3 +6,6 @@
 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
+
+python-build-stamp-%:
+	cd $(DEB_SRCDIR) && PETSC_DIR=/usr/lib/petsc PETSC_ARCH=linux-gnu-c-opt python$* $(DEB_PYTHON_SETUP_CMD) build $(DEB_PYTHON_BUILD_ARGS)




More information about the Python-modules-commits mailing list