r36565 - in /packages/slepc/trunk/debian: changelog patches/series patches/verbose.patch

prudhomm at users.alioth.debian.org prudhomm at users.alioth.debian.org
Sat May 29 09:47:50 UTC 2010


Author: prudhomm
Date: Sat May 29 09:47:39 2010
New Revision: 36565

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36565
Log:
more verbose for configure failures

Added:
    packages/slepc/trunk/debian/patches/verbose.patch
Modified:
    packages/slepc/trunk/debian/changelog
    packages/slepc/trunk/debian/patches/series

Modified: packages/slepc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/slepc/trunk/debian/changelog?rev=36565&op=diff
==============================================================================
--- packages/slepc/trunk/debian/changelog (original)
+++ packages/slepc/trunk/debian/changelog Sat May 29 09:47:39 2010
@@ -1,3 +1,10 @@
+slepc (3.0.0-p7.dfsg-5) unstable; urgency=low
+
+  [Christophe Prud'homme]
+  * Added patch for a more verbose diagnostic at configure time
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Sat, 29 May 2010 11:44:05 +0200
+
 slepc (3.0.0-p7.dfsg-4) unstable; urgency=low
 
   [Christophe Prud'homme]

Modified: packages/slepc/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/slepc/trunk/debian/patches/series?rev=36565&op=diff
==============================================================================
--- packages/slepc/trunk/debian/patches/series (original)
+++ packages/slepc/trunk/debian/patches/series Sat May 29 09:47:39 2010
@@ -1,2 +1,3 @@
+verbose.patch
 petsc-shlib-link.patch
 petsc31.patch

Added: packages/slepc/trunk/debian/patches/verbose.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/slepc/trunk/debian/patches/verbose.patch?rev=36565&op=file
==============================================================================
--- packages/slepc/trunk/debian/patches/verbose.patch (added)
+++ packages/slepc/trunk/debian/patches/verbose.patch Sat May 29 09:47:39 2010
@@ -1,0 +1,20 @@
+Index: slepc-3.0.0-p7.dfsg/config/log.py
+===================================================================
+--- slepc-3.0.0-p7.dfsg.orig/config/log.py	2010-05-29 11:39:30.000000000 +0200
++++ slepc-3.0.0-p7.dfsg/config/log.py	2010-05-29 11:41:57.000000000 +0200
+@@ -19,7 +19,7 @@
+ #  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ #
+ 
+-import sys
++import sys,os
+ 
+ import petscconf
+ 
+@@ -46,5 +46,6 @@
+   f.write('\n')
+   f.close()
+   print string
++  os.system( 'cat ' + petscconf.ARCH + '/conf/configure.log' ) 
+   sys.exit('ERROR: See "' + petscconf.ARCH + '/conf/configure.log" file for details')
+ 




More information about the debian-science-commits mailing list