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

Christophe Prud'homme prudhomm at debian.org
Wed Dec 16 15:52:50 UTC 2009


SVN commit 4728 by prudhomm:

update life package

 M  +1 -1      life/trunk/debian/changelog  
 M  +3 -3      life/trunk/debian/control  
 M  +0 -2      life/trunk/debian/liblife-dev.install  
 M  +1 -2      life/trunk/debian/life-examples.install  
 M  +5 -11     life/trunk/debian/rules  


--- life/trunk/debian/changelog #4727:4728
@@ -2,5 +2,5 @@
 
   * Initial release (Closes: #494796)
 
- -- Christophe Prud'homme <prudhomm at debian.org>  Fri, 08 May 2009 10:28:01 +0200
+ -- Christophe Prud'homme <prudhomm at debian.org>  Sun, 13 Dec 2009 19:15:37 +0100
 
--- life/trunk/debian/control #4727:4728
@@ -3,13 +3,13 @@
 Priority: extra
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), autotools-dev, g++ (>= 4.1), 
-	       libboost-dev, libboost-test-dev, libboost-program-options-dev, libboost-filesystem-dev,
+Build-Depends: cdbs, debhelper (>= 7), cmake, g++ (>= 4.4),
+	       libboost-all-dev,
 	       mpi-default-dev, mpi-default-bin,
 	       libtrilinos-dev, libpetsc3.0.0-dev, libsuperlu3-dev, libsuitesparse-dev, libscotchmetis-dev,
 	       libgmm++-dev,
 	       python-pyx, python-scipy, python-qt4,
-	       libeigen2-dev, libvtk5-dev, libxml2-dev,
+	       libeigen2-dev, libxml2-dev,
 	       gmsh, transfig, texlive-latex-base, texlive-base-bin, pgf
 Standards-Version: 3.8.1
 Homepage: http://ljkforge.imag.fr/life
--- life/trunk/debian/liblife-dev.install #4727:4728
@@ -1,5 +1,3 @@
 debian/tmp/usr/lib/liblife*.so      usr/lib
-debian/tmp/usr/lib/liblife*.a       usr/lib
-debian/tmp/usr/lib/liblife*.la      usr/lib
 debian/tmp/usr/include/life         usr/include
 debian/tmp/usr/include/life*.h      usr/include/life
--- life/trunk/debian/life-examples.install #4727:4728
@@ -1,2 +1 @@
-examples/heat/life_*             /usr/bin
-doc/tutorial/life_*     /usr/bin
\ No newline at end of file
+debian/tmp/usr/bin/life_*      /usr/bin
--- life/trunk/debian/rules #4727:4728
@@ -1,19 +1,13 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/class/cmake.mk
 
-# Add here any variable or target overrides you need.
-#CXXFLAGS=
-#CFLAGS=
-DEB_CONFIGURE_EXTRA_FLAGS := \
-  --prefix=/usr \
-  --enable-static --enable-shared
+DEB_CMAKE_EXTRA_FLAGS=           \
+  -DCMAKE_SKIP_RPATH:BOOL=ON     \
+  -DENABLE_DOCUMENTATION:BOOL=ON \
+  -DENABLE_EXAMPLES:BOOL=ON
 
-
-life-doc/build::
-	-cd doc/api && make html
-
 get-orig-source:
 	uscan --force-download
 



More information about the Pkg-scicomp-commits mailing list