[Python-modules-commits] r3108 - in /packages/petsc4py/trunk/debian: changelog control rules
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Tue Aug 28 09:29:55 UTC 2007
Author: certik-guest
Date: Tue Aug 28 09:29:55 2007
New Revision: 3108
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3108
Log:
Fixed lintian warnings by removing the RPATH
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=3108&op=diff
==============================================================================
--- packages/petsc4py/trunk/debian/changelog (original)
+++ packages/petsc4py/trunk/debian/changelog Tue Aug 28 09:29:55 2007
@@ -5,6 +5,7 @@
* Removed patches (not needed anymore)
* debian/rules: set PETSC_DIR and PETSC_ARCH during the installing phase as
well (refuses to install otherwise)
+ * removing RPATH using chrpath (fixes lintian warnings)
-- Ondrej Certik <ondrej at certik.cz> Tue, 28 Aug 2007 10:27:53 +0200
Modified: packages/petsc4py/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/petsc4py/trunk/debian/control?rev=3108&op=diff
==============================================================================
--- packages/petsc4py/trunk/debian/control (original)
+++ packages/petsc4py/trunk/debian/control Tue Aug 28 09:29:55 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.3-2), 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), chrpath (>= 0.13-2)
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=3108&op=diff
==============================================================================
--- packages/petsc4py/trunk/debian/rules (original)
+++ packages/petsc4py/trunk/debian/rules Tue Aug 28 09:29:55 2007
@@ -11,3 +11,7 @@
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)
+
+common-install-arch::
+ chrpath -d $(DEB_DESTDIR)usr/lib/python2.4/site-packages/petsc4py/lib/linux-gnu-c-opt/_petscext.so
+ chrpath -d $(DEB_DESTDIR)usr/lib/python2.5/site-packages/petsc4py/lib/linux-gnu-c-opt/_petscext.so
More information about the Python-modules-commits
mailing list