r36142 - in /packages/libfvm/trunk/debian: changelog control patches/bft-config.diff patches/fix-undefined-references.diff patches/series rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Mon Feb 8 17:07:55 UTC 2010


Author: sylvestre
Date: Mon Feb  8 17:07:54 2010
New Revision: 36142

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36142
Log:
  * New upstream release
  * Fix undefined references - thanks Cyril Brulebois for the patch 
    (Closes: #559794)

Added:
    packages/libfvm/trunk/debian/patches/fix-undefined-references.diff
Removed:
    packages/libfvm/trunk/debian/patches/bft-config.diff
Modified:
    packages/libfvm/trunk/debian/changelog
    packages/libfvm/trunk/debian/control
    packages/libfvm/trunk/debian/patches/series
    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=36142&op=diff
==============================================================================
--- packages/libfvm/trunk/debian/changelog (original)
+++ packages/libfvm/trunk/debian/changelog Mon Feb  8 17:07:54 2010
@@ -1,3 +1,11 @@
+libfvm (0.15.0-1) experimental; urgency=low
+
+  * New upstream release
+  * Fix undefined references - thanks Cyril Brulebois for the patch 
+    (Closes: #559794)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sat, 30 Jan 2010 17:03:00 +0100
+
 libfvm (0.14.0-2) unstable; urgency=low
 
   * Missing dependencies on mpi-default-dev, libmedc-dev & libcgns-dev

Modified: packages/libfvm/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libfvm/trunk/debian/control?rev=36142&op=diff
==============================================================================
--- packages/libfvm/trunk/debian/control (original)
+++ packages/libfvm/trunk/debian/control Mon Feb  8 17:07:54 2010
@@ -3,7 +3,7 @@
 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.1.0), 
+Build-Depends: debhelper (>= 7), autotools-dev, cdbs, libbft-dev (>= 1.1.2), 
  mpi-default-dev, libmedc-dev, libhdf5-serial-dev, libcgns-dev (>= 2.5.4), 
  quilt, autoconf, automake
 Standards-Version: 3.8.3

Added: packages/libfvm/trunk/debian/patches/fix-undefined-references.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/libfvm/trunk/debian/patches/fix-undefined-references.diff?rev=36142&op=file
==============================================================================
--- packages/libfvm/trunk/debian/patches/fix-undefined-references.diff (added)
+++ packages/libfvm/trunk/debian/patches/fix-undefined-references.diff Mon Feb  8 17:07:54 2010
@@ -1,0 +1,19 @@
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -102,7 +102,15 @@ fvm_writer_priv.h
+ 
+ lib_LTLIBRARIES = libfvm.la
+ noinst_LTLIBRARIES =
+-libfvm_la_LIBADD =
++libfvm_la_LIBADD = -lbft -lm
++
++if HAVE_MED
++libfvm_la_LIBADD += -lmedC
++endif
++
++if HAVE_CGNS
++libfvm_la_LIBADD += -lcgns
++endif
+ 
+ libfvm_la_SOURCES = \
+ fvm_block_dist.c \

Modified: packages/libfvm/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/libfvm/trunk/debian/patches/series?rev=36142&op=diff
==============================================================================
--- packages/libfvm/trunk/debian/patches/series (original)
+++ packages/libfvm/trunk/debian/patches/series Mon Feb  8 17:07:54 2010
@@ -1,3 +1,1 @@
-# bft-config was named bft_config in one of the macros
-bft-config.diff
-
+fix-undefined-references.diff

Modified: packages/libfvm/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libfvm/trunk/debian/rules?rev=36142&op=diff
==============================================================================
--- packages/libfvm/trunk/debian/rules (original)
+++ packages/libfvm/trunk/debian/rules Mon Feb  8 17:07:54 2010
@@ -4,6 +4,8 @@
 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
+
+CFLAGS += "-Wl,-z,defs"
 
 debian/stamp-autotools-files:
 	autoreconf




More information about the debian-science-commits mailing list