r44803 - in /packages/openturns/trunk/debian: control copyright rules

barbier-guest at users.alioth.debian.org barbier-guest at users.alioth.debian.org
Tue May 15 20:20:02 UTC 2012


Author: barbier-guest
Date: Tue May 15 20:20:02 2012
New Revision: 44803

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44803
Log:
Specify python version in debian/rules

Also fix lintian warnings.

Signed-off-by: Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>

Modified:
    packages/openturns/trunk/debian/control
    packages/openturns/trunk/debian/copyright
    packages/openturns/trunk/debian/rules

Modified: packages/openturns/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/control?rev=44803&op=diff
==============================================================================
--- packages/openturns/trunk/debian/control (original)
+++ packages/openturns/trunk/debian/control Tue May 15 20:20:02 2012
@@ -8,6 +8,7 @@
 Homepage: http://trac.openturns.org/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/openturns/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk
+X-Python-Version: current
 
 Package: libopenturns0.1
 Section: libs

Modified: packages/openturns/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/copyright?rev=44803&op=diff
==============================================================================
--- packages/openturns/trunk/debian/copyright (original)
+++ packages/openturns/trunk/debian/copyright Tue May 15 20:20:02 2012
@@ -53,7 +53,7 @@
 
 The Debian packaging is (C) 2008, Christophe Prud'homme
 <prudhomm at debian.org> and is licensed under the GPL, see
-`/usr/share/common-licenses/GPL'.
+`/usr/share/common-licenses/GPL-2'.
 
 =====================================================================
 lib/COPYING.MuParser

Modified: packages/openturns/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/rules?rev=44803&op=diff
==============================================================================
--- packages/openturns/trunk/debian/rules (original)
+++ packages/openturns/trunk/debian/rules Tue May 15 20:20:02 2012
@@ -64,7 +64,10 @@
             -DOPENTURNS_LIBRARY_PATH:PATH=lib \
             -DOPENTURNS_SYSCONFIG_PATH:PATH=/etc \
             -DOPENTURNS_SYSTEM_INSTALL:BOOL=ON \
-            -DINSTALL_DESTDIR:PATH=$(CURDIR)/debian/tmp
+            -DINSTALL_DESTDIR:PATH=$(CURDIR)/debian/tmp \
+            -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python \
+            -DPYTHON_INCLUDE_DIR:PATH=/usr/include/python$(PYVER) \
+            -DPYTHON_LIBRARY:PATH=/usr/lib/python$(PYVERS)/config/libpython$(PYVER).so
 
 override_dh_auto_install: debian/tmp/usr/lib/R/site-library/rotRPackage
 	dh_auto_install




More information about the debian-science-commits mailing list