[slepc] 03/30: more verbose for configure failures

Drew Parsons dparsons at moszumanska.debian.org
Sat Oct 10 19:29:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

dparsons pushed a commit to branch debian
in repository slepc.

commit cd3e6440ee0023f69e87cfdd441e7f4394acc6bf
Author: prudhomm <prudhomm at 7ca82aff-d165-4cda-a4f1-7f280d66a853>
Date:   Sat May 29 09:47:39 2010 +0000

    more verbose for configure failures
---
 debian/changelog             |  7 +++++++
 debian/patches/series        |  1 +
 debian/patches/verbose.patch | 20 ++++++++++++++++++++
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b5d5957..2dded95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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]
diff --git a/debian/patches/series b/debian/patches/series
index 2d8fd07..a05b6e9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+verbose.patch
 petsc-shlib-link.patch
 petsc31.patch
diff --git a/debian/patches/verbose.patch b/debian/patches/verbose.patch
new file mode 100644
index 0000000..ca8f3f3
--- /dev/null
+++ b/debian/patches/verbose.patch
@@ -0,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')
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/slepc.git



More information about the debian-science-commits mailing list