r35642 - in /packages/ecs/trunk/debian: README.Debian control rules

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Mon Apr 13 13:06:06 UTC 2009


Author: sylvestre-guest
Date: Mon Apr 13 13:06:05 2009
New Revision: 35642

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35642
Log:
libparmetis-dev is not provided since it is non-free

Added:
    packages/ecs/trunk/debian/README.Debian
Modified:
    packages/ecs/trunk/debian/control
    packages/ecs/trunk/debian/rules

Added: packages/ecs/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/ecs/trunk/debian/README.Debian?rev=35642&op=file
==============================================================================
--- packages/ecs/trunk/debian/README.Debian (added)
+++ packages/ecs/trunk/debian/README.Debian Mon Apr 13 13:06:05 2009
@@ -1,0 +1,14 @@
+ecs for Debian
+--------------
+
+ecs is the Code_Saturne Preprocessor.
+
+ecs is not built with libparmetis-dev because this package is in 
+non-free. This would make ecs, ncs and ics going to contrib.
+
+If you really need this feature, you have two different possibilities:
+ * rebuild ecs with libparmetis-dev (add it to Build-Depends and 
+   uncomment the line DEB_CONFIGURE_NORMAL_ARGS)
+ * complain to libparmetis developpers to make it really free.
+
+ -- Sylvestre Ledru <sylvestre.ledru at inria.fr>

Modified: packages/ecs/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/ecs/trunk/debian/control?rev=35642&op=diff
==============================================================================
--- packages/ecs/trunk/debian/control (original)
+++ packages/ecs/trunk/debian/control Mon Apr 13 13:06:05 2009
@@ -5,8 +5,9 @@
 Uploaders: Sylvestre Ledru <sylvestre.ledru at inria.fr>,
  Torsten Werner <twerner at debian.org>
 Build-Depends: debhelper (>= 7), autotools-dev, cdbs, libbft-dev, libfvm-dev, 
- libmed-dev, libparmetis-dev, libmedc-dev, libopenmpi-dev, 
+ libmed-dev, libmedc-dev, libopenmpi-dev, 
  libhdf5-serial-dev, libcgns-dev, quilt
+# libparmetis-dev is not provided since it is non-free
 Standards-Version: 3.8.0
 Homepage: http://www.code-saturne.org/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/ecs/

Modified: packages/ecs/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/ecs/trunk/debian/rules?rev=35642&op=diff
==============================================================================
--- packages/ecs/trunk/debian/rules (original)
+++ packages/ecs/trunk/debian/rules Mon Apr 13 13:06:05 2009
@@ -5,8 +5,8 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-DEB_CONFIGURE_NORMAL_ARGS += --with-metis-include=/usr/include/metis/
-	--with-med-include=/usr/include/ 
+#DEB_CONFIGURE_NORMAL_ARGS += --with-metis-include=/usr/include/metis/
+#	--with-med-include=/usr/include/ 
 
 DEB_MAKE_INSTALL_TARGET  := install DESTDIR=`pwd`/debian/tmp
 




More information about the debian-science-commits mailing list