r38401 - in /packages/feel++/trunk/debian: changelog control patches/minconfig.patch

prudhomm at users.alioth.debian.org prudhomm at users.alioth.debian.org
Tue Apr 19 15:39:50 UTC 2011


Author: prudhomm
Date: Tue Apr 19 15:39:46 2011
New Revision: 38401

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38401
Log:
prepare for -11

Modified:
    packages/feel++/trunk/debian/changelog
    packages/feel++/trunk/debian/control
    packages/feel++/trunk/debian/patches/minconfig.patch

Modified: packages/feel++/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/feel%2B%2B/trunk/debian/changelog?rev=38401&op=diff
==============================================================================
--- packages/feel++/trunk/debian/changelog (original)
+++ packages/feel++/trunk/debian/changelog Tue Apr 19 15:39:46 2011
@@ -1,3 +1,11 @@
+feel++ (0.90.0-11) unstable; urgency=low
+
+  * debian/control: b-d on libslepc3.0.0 for testing
+  * debian/patches: update minconf.patch to reduce even more the minimum
+    configuration
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Tue, 19 Apr 2011 17:17:06 +0200
+
 feel++ (0.90.0-10) unstable; urgency=low
 
   * debian/control: added texlive-latex-recommended to fix manual

Modified: packages/feel++/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/feel%2B%2B/trunk/debian/control?rev=38401&op=diff
==============================================================================
--- packages/feel++/trunk/debian/control (original)
+++ packages/feel++/trunk/debian/control Tue Apr 19 15:39:46 2011
@@ -7,7 +7,7 @@
 	       libboost1.46-all-dev|libboost-all-dev, libboost-mpi1.46-dev |libboost-mpi-dev,
 	       mpi-default-dev[!hurd-i386], mpi-default-bin[!hurd-i386],
 	       libtrilinos-dev[!armel !mips !mipsel !s390 !hppa !hurd-i386 !sparc],
-	       libpetsc3.1-dev (>= 3.1.dfsg-3), libslepc3.1-dev[amd64 i386],
+	       libpetsc3.1-dev (>= 3.1.dfsg-3), libslepc3.1-dev[amd64 i386] | libslepc3.0.0-dev [amd64 i386],
 	       libhdf5-mpi-dev,
 	       libsuperlu3-dev, libsuitesparse-dev, libscotchmetis-dev,
 	       libgmm++-dev,

Modified: packages/feel++/trunk/debian/patches/minconfig.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/feel%2B%2B/trunk/debian/patches/minconfig.patch?rev=38401&op=diff
==============================================================================
--- packages/feel++/trunk/debian/patches/minconfig.patch (original)
+++ packages/feel++/trunk/debian/patches/minconfig.patch Tue Apr 19 15:39:46 2011
@@ -5,21 +5,21 @@
 @@ -80,7 +80,7 @@
   endforeach()
  endmacro()
- 
+
 -foreach( docex myapp myintegrals mymesh myfunctionspace laplacian residualestimator)
-+foreach( docex myapp mymesh)
++foreach( docex myapp )
    add_docex( ${docex} )
  endforeach()
- 
+
 @@ -100,7 +100,7 @@
- 
+
  if ( NOT FEEL_MINIMAL_CONFIGURATION )
- 
+
 -foreach( docex stokes bratu nonlinearpow )
-+foreach( docex  myintegrals myfunctionspace laplacian residualestimator stokes bratu nonlinearpow )
++foreach( docex  mymesh myintegrals myfunctionspace laplacian residualestimator stokes bratu nonlinearpow )
    add_docex( ${docex} )
  endforeach()
- 
+
 Index: feel++-0.90.0/CMakeLists.txt
 ===================================================================
 --- feel++-0.90.0.orig/CMakeLists.txt	2011-04-19 10:03:03.000000000 +0000
@@ -30,7 +30,7 @@
    SET(FEEL_MESH_MAX_ORDER "1" CACHE STRING "maximum geometrical order in templates to instantiate" FORCE )
 +  add_definitions( -DFEEL_MINIMAL_CONFIGURATION=1 )
  ENDIF( FEEL_MINIMAL_CONFIGURATION )
- 
+
  #
 Index: feel++-0.90.0/doc/tutorial/myintegrals.cpp
 ===================================================================
@@ -48,6 +48,6 @@
      app.add( new MyIntegrals<2>( app.vm(), app.about() ) );
      app.add( new MyIntegrals<3>( app.vm(), app.about() ) );
 +#endif
- 
+
      app.run();
  }




More information about the debian-science-commits mailing list