[Pkg-scicomp-commits] life/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Sun Jan 10 07:20:39 UTC 2010


SVN commit 4772 by prudhomm:

renamed life-examples life-apps


 M  +2 -2      life/trunk/debian/control  
 M  +2 -2      life/trunk/debian/copyright  
 A             life/trunk/debian/life-apps.install  
 D             life/trunk/debian/life-examples.install  
 M  +4 -6      life/trunk/debian/rules  


--- life/trunk/debian/control #4771:4772
@@ -126,13 +126,13 @@
  Provide a language embedded in C++ for variational formulations,
  projection and numerical integration
 
-Package: life-examples
+Package: life-apps
 Section: science
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, liblife
 Recommends: paraview
 Description: A library for the finite element method
- This package provides some example codes(source and executables) such
+ This package provides some applications codes(source and executables) such
  as laplacian with cG and dG methods, stokes, heat transfer, solid
  mechanics(static and dynamic).
  .
--- life/trunk/debian/copyright #4771:4772
@@ -60,8 +60,8 @@
 License: LGPL-2.1+
  On Debian systems the full text of the GNU Lesser General Public
  License can be found in the `/usr/share/common-licenses/LGPL-2.1'.
- The files were generated using paraview [1] from Life examples
- distributed in life-examples and are licensed like Life
+ The files were generated using paraview [1] from Life applications
+ distributed in life-apps and are licensed like Life
  1. http://www.paraview.org
 
 Files: contrib/gmm/*
--- life/trunk/debian/rules #4771:4772
@@ -3,16 +3,14 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/cmake.mk
 
-DEB_INSTALL_DOCS_ALL = debian/FAL
-
 DEB_CMAKE_EXTRA_FLAGS=-DLIFE_ENABLE_ALL=ON -DTRILINOS_LIB_NOXLAPACK=
 
-build/life-examples::
+build/life-apps::
 	-cd $(DEB_BUILDDIR) && ctest -D Experimental
 
-binary-install/life-examples::
-	strip debian/life-examples/usr/bin/*
-	
+binary-install/life-apps::
+	strip debian/life-apps/usr/bin/*
+
 get-orig-source:
 	uscan --force-download
 



More information about the Pkg-scicomp-commits mailing list