[fftw3] 03/05: fix-fftw-wisdom-to-conf.patch: fix tool not accepting wisdom files

Julian Taylor jtaylor.debian at googlemail.com
Sat Oct 26 17:31:15 UTC 2013


This is an automated email from the git hooks/post-receive script.

jtaylor-guest pushed a commit to branch master
in repository fftw3.

commit 086874171b60a1b109326691974ef022913d6761
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Sat Oct 26 17:10:46 2013 +0200

    fix-fftw-wisdom-to-conf.patch: fix tool not accepting wisdom files
---
 debian/changelog                             |    1 +
 debian/patches/fix-fftw-wisdom-to-conf.patch |   16 ++++++++++++++++
 debian/patches/series                        |    1 +
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 81b76a6..03154c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ fftw3 (3.3.3-6) unstable; urgency=low
   * wisdom-manpage.patch: fix wrong example in manpage
   * make transitional libfftw3-3 depend on libfftw3-long3 for compatibility
     with unpackaged software (Closes: #710890)
+  * fix-fftw-wisdom-to-conf.patch: fix tool not accepting wisdom files
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sat, 26 Oct 2013 17:05:33 +0200
 
diff --git a/debian/patches/fix-fftw-wisdom-to-conf.patch b/debian/patches/fix-fftw-wisdom-to-conf.patch
new file mode 100644
index 0000000..befb68d
--- /dev/null
+++ b/debian/patches/fix-fftw-wisdom-to-conf.patch
@@ -0,0 +1,16 @@
+Description: Fix fftw-wisdom-to-conf
+Origin f230f8cf903f1e2bb1261ed2f8657a99ac12a9ca
+Author: Matteo Frigo <athena at fftw.org>
+Date: Thu, 11 Jul 2013 19:28:50 -0400
+
+--- a/tools/fftw-wisdom-to-conf.in
++++ b/tools/fftw-wisdom-to-conf.in
+@@ -39,7 +39,7 @@ fi
+ read preamble fftw_wisdom
+ 
+ case "$preamble $fftw_wisdom" in
+-	\(@PACKAGE at -@VERSION@\ *_wisdom)
++	\(@PACKAGE at -@VERSION@\ *_wisdom*)
+ 		prefix=`echo $fftw_wisdom | cut -d_ -f1`_
+ 		;;
+ 	*)
diff --git a/debian/patches/series b/debian/patches/series
index 67874fd..24de620 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 pkg-config.patch
 texinfo5-compat.patch
 wisdom-manpage.patch
+fix-fftw-wisdom-to-conf.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fftw3.git



More information about the debian-science-commits mailing list