[Python-modules-commits] r3107 - in /packages/petsc4py/trunk/debian: changelog control patches/ rules

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Tue Aug 28 08:52:04 UTC 2007


Author: certik-guest
Date: Tue Aug 28 08:52:04 2007
New Revision: 3107

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3107
Log:
Make it build with libpetsc2.3.3 now in Debian and a new upstream release

Removed:
    packages/petsc4py/trunk/debian/patches/
Modified:
    packages/petsc4py/trunk/debian/changelog
    packages/petsc4py/trunk/debian/control
    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=3107&op=diff
==============================================================================
--- packages/petsc4py/trunk/debian/changelog (original)
+++ packages/petsc4py/trunk/debian/changelog Tue Aug 28 08:52:04 2007
@@ -1,3 +1,13 @@
+petsc4py (0.7.5-1) unstable; urgency=low
+
+  * New upstream release
+  * Depends on libpetsc2.3.3-dev
+  * Removed patches (not needed anymore)
+  * debian/rules: set PETSC_DIR and PETSC_ARCH during the installing phase as
+    well (refuses to install otherwise)
+
+ -- Ondrej Certik <ondrej at certik.cz>  Tue, 28 Aug 2007 10:27:53 +0200
+
 petsc4py (0.7.4-1oc2) unstable; urgency=low
 
   * Built against the unofficial libpetsc2.3.3, which is not yet in Debian

Modified: packages/petsc4py/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/petsc4py/trunk/debian/control?rev=3107&op=diff
==============================================================================
--- packages/petsc4py/trunk/debian/control (original)
+++ packages/petsc4py/trunk/debian/control Tue Aug 28 08:52:04 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Ondrej Certik <ondrej at certik.cz>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>=0.4.41), debhelper (>= 5), python-central (>= 0.5), python-all-dev (>=2.3.5-11), python-numpy (>=1:1.0.3-1), libpetsc2.3.3-dev (>= 2.3.1-0), dpatch (>= 2.0.10)
+Build-Depends: cdbs (>=0.4.41), debhelper (>= 5), python-central (>= 0.5), python-all-dev (>=2.3.5-11), python-numpy (>=1:1.0.3-1), libpetsc2.3.3-dev (>= 2.3.3-2), dpatch (>= 2.0.10)
 Standards-Version: 3.7.2
 XS-Python-Version: all
 

Modified: packages/petsc4py/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/petsc4py/trunk/debian/rules?rev=3107&op=diff
==============================================================================
--- packages/petsc4py/trunk/debian/rules (original)
+++ packages/petsc4py/trunk/debian/rules Tue Aug 28 08:52:04 2007
@@ -5,7 +5,9 @@
 
 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)
+
+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)




More information about the Python-modules-commits mailing list