r37009 - in /packages/rheolef/trunk/debian: control rheolef-bin.install rheolef.install rules
saramito-guest at users.alioth.debian.org
saramito-guest at users.alioth.debian.org
Mon Nov 8 05:32:48 UTC 2010
Author: saramito-guest
Date: Mon Nov 8 05:32:42 2010
New Revision: 37009
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37009
Log:
package rheolef-bin ranamed to rheolef
Added:
packages/rheolef/trunk/debian/rheolef.install
Removed:
packages/rheolef/trunk/debian/rheolef-bin.install
Modified:
packages/rheolef/trunk/debian/control
packages/rheolef/trunk/debian/rules
Modified: packages/rheolef/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/control?rev=37009&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/control (original)
+++ packages/rheolef/trunk/debian/control Mon Nov 8 05:32:42 2010
@@ -45,7 +45,7 @@
Package: librheolef-dev
Section: libdevel
Architecture: any
-Depends: librheolef5.90(= ${binary:Version}), rheolef-bin, libboost-dev, libboost-serialization-dev, libsuitesparse-dev, ${misc:Depends}
+Depends: librheolef5.90(= ${binary:Version}), rheolef, libboost-dev, libboost-serialization-dev, libsuitesparse-dev, ${misc:Depends}
Recommends: librheolef-doc
Suggests:
Description: Finite elements for partial differential equations (headers)
@@ -104,7 +104,7 @@
- multi-regions and non-constant coefficients
- axisymetric problems
-Package: rheolef-bin
+Package: rheolef
Section: math
Architecture: i386
Depends: ${shlibs:Depends}, librheolef5.90, gnuplot, imagemagick, vtk-tcl, ${misc:Depends}
Added: packages/rheolef/trunk/debian/rheolef.install
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/rheolef.install?rev=37009&op=file
==============================================================================
--- packages/rheolef/trunk/debian/rheolef.install (added)
+++ packages/rheolef/trunk/debian/rheolef.install Mon Nov 8 05:32:42 2010
@@ -1,0 +1,4 @@
+usr/bin/*
+usr/lib/rheolef/mkgeo*
+usr/share/man/man1/*
+usr/share/rheolef/*
Modified: packages/rheolef/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/rules?rev=37009&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/rules (original)
+++ packages/rheolef/trunk/debian/rules Mon Nov 8 05:32:42 2010
@@ -18,7 +18,7 @@
LIBRHEOLEF=$(shell echo "librheolef$(VERSION)")
LIBRHEOLEF_DEV=librheolef-dev
LIBRHEOLEF_DOC=librheolef-doc
-RHEOLEF_RUNTIME=rheolef-bin
+RHEOLEF_RUNTIME=rheolef
CFLAGS = -Wall -g
More information about the debian-science-commits
mailing list