[SCM] Library for computing Fast Fourier Transforms branch, master, updated. debian/3.3.2-3-23-ge595a2d

Julian Taylor jtaylor.debian at googlemail.com
Tue Dec 4 20:50:22 UTC 2012


The following commit has been merged in the master branch:
commit e8e1edda9981ae42c7a85e15e9e4a5a649a177ab
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Tue Dec 4 20:25:35 2012 +0100

    pkg-config.patch: move -lm to Libs.private

diff --git a/debian/changelog b/debian/changelog
index e253c53..940038e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ fftw3 (3.3.3-1) experimental; urgency=low
   * use dh-autoreconf
   * Bump to standards 3.9.4, no changes required
   * add .NOTPARALLEL to debian/rules
+  * pkg-config.patch: move -lm to Libs.private
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sat, 01 Dec 2012 19:12:03 +0100
 
diff --git a/debian/patches/pkg-config.patch b/debian/patches/pkg-config.patch
new file mode 100644
index 0000000..bf0fab2
--- /dev/null
+++ b/debian/patches/pkg-config.patch
@@ -0,0 +1,13 @@
+Description: move -lm to Libs.private
+Author: Julian Taylor <jtaylor.debian at googlemail.com>
+
+--- a/fftw.pc.in
++++ b/fftw.pc.in
+@@ -6,5 +6,6 @@
+ Name: FFTW
+ Description: fast Fourier transform library
+ Version: @VERSION@
+-Libs: -L${libdir} -lfftw3 at PREC_SUFFIX@ @LIBQUADMATH@ -lm
++Libs: -L${libdir} -lfftw3 at PREC_SUFFIX@ @LIBQUADMATH@
++Libs.private: -lm
+ Cflags: -I${includedir}
diff --git a/debian/patches/series b/debian/patches/series
index 6e90c04..b84c424 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01_fftw3_texi.diff
 02_fftw-faq_bfnn.diff
 03_fix_manpages.diff
+pkg-config.patch

-- 
Library for computing Fast Fourier Transforms



More information about the debian-science-commits mailing list