r36028 - in /packages/libfvm/trunk/debian: changelog control patches/ patches/bft-config.diff patches/series rules

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Tue Nov 24 18:18:41 UTC 2009


Author: sylvestre-guest
Date: Tue Nov 24 18:18:41 2009
New Revision: 36028

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36028
Log:
+  * Missing dependencies on mpi-default-dev, libmedc-dev & libcgns-dev
+    which extends the capabilities of the library.
+  * patch bft-config.diff added to correctly detect libbft

Added:
    packages/libfvm/trunk/debian/patches/
    packages/libfvm/trunk/debian/patches/bft-config.diff
    packages/libfvm/trunk/debian/patches/series
Modified:
    packages/libfvm/trunk/debian/changelog
    packages/libfvm/trunk/debian/control
    packages/libfvm/trunk/debian/rules

Modified: packages/libfvm/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libfvm/trunk/debian/changelog?rev=36028&op=diff
==============================================================================
--- packages/libfvm/trunk/debian/changelog (original)
+++ packages/libfvm/trunk/debian/changelog Tue Nov 24 18:18:41 2009
@@ -1,3 +1,11 @@
+libfvm (0.14.0-2) unstable; urgency=low
+
+  * Missing dependencies on mpi-default-dev, libmedc-dev & libcgns-dev
+    which extends the capabilities of the library.
+  * patch bft-config.diff added to correctly detect libbft
+	
+ -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 24 Nov 2009 18:48:11 +0100
+
 libfvm (0.14.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/libfvm/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libfvm/trunk/debian/control?rev=36028&op=diff
==============================================================================
--- packages/libfvm/trunk/debian/control (original)
+++ packages/libfvm/trunk/debian/control Tue Nov 24 18:18:41 2009
@@ -3,7 +3,9 @@
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Sylvestre Ledru <sylvestre at debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, cdbs, libbft-dev (>= 1.0.0)
+Build-Depends: debhelper (>= 7), autotools-dev, cdbs, libbft-dev (>= 1.1.0), 
+ mpi-default-dev, libmedc-dev, libhdf5-serial-dev, libcgns-dev (>= 2.5.4), 
+ quilt, autoconf, automake
 Standards-Version: 3.8.3
 Homepage: http://www.code-saturne.org/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libfvm/

Added: packages/libfvm/trunk/debian/patches/bft-config.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/libfvm/trunk/debian/patches/bft-config.diff?rev=36028&op=file
==============================================================================
--- packages/libfvm/trunk/debian/patches/bft-config.diff (added)
+++ packages/libfvm/trunk/debian/patches/bft-config.diff Tue Nov 24 18:18:41 2009
@@ -1,0 +1,12 @@
+diff -u libfvm-0.14.0.orig/config/fvm_bft.m4 libfvm-0.14.0/config/fvm_bft.m4
+--- libfvm-0.14.0.orig/config/fvm_bft.m4	2009-11-24 18:51:27.000000000 +0100
++++ libfvm-0.14.0/config/fvm_bft.m4	2009-11-24 18:52:24.000000000 +0100
+@@ -44,7 +44,7 @@
+     BFT_CPPFLAGS="-I$with_bft/include/bft"
+   fi
+ else
+-  bft_prefix=`bft_config --prefix`
++  bft_prefix=`bft-config --prefix`
+   if test ! -f "$bft_prefix/include/bft_config.h" ; then
+     if test -f "$bft_prefix/include/bft/bft_config.h" ; then
+       BFT_CPPFLAGS="-I$bft_prefix/include/bft"

Added: packages/libfvm/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/libfvm/trunk/debian/patches/series?rev=36028&op=file
==============================================================================
--- packages/libfvm/trunk/debian/patches/series (added)
+++ packages/libfvm/trunk/debian/patches/series Tue Nov 24 18:18:41 2009
@@ -1,0 +1,3 @@
+# bft-config was named bft_config in one of the macros
+bft-config.diff
+

Modified: packages/libfvm/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libfvm/trunk/debian/rules?rev=36028&op=diff
==============================================================================
--- packages/libfvm/trunk/debian/rules (original)
+++ packages/libfvm/trunk/debian/rules Tue Nov 24 18:18:41 2009
@@ -3,6 +3,11 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+debian/stamp-autotools-files:
+	autoreconf
+	touch $@
 
 # The website seems to break uscan - it simply does not find the
 # hyperlinks. That is why we are using wget here. :-(




More information about the debian-science-commits mailing list