[fftw3] 01/05: wisdom-manpage.patch: fix wrong example in manpage

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 78b481aa9333854d02c5f7dc972fcccfb77cee21
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Sat Oct 26 17:06:03 2013 +0200

    wisdom-manpage.patch: fix wrong example in manpage
---
 debian/changelog                    |    6 ++++++
 debian/patches/series               |    1 +
 debian/patches/wisdom-manpage.patch |   15 +++++++++++++++
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4dcd389..1d54b68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fftw3 (3.3.3-6) unstable; urgency=low
+
+  * wisdom-manpage.patch: fix wrong example in manpage
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Sat, 26 Oct 2013 17:05:33 +0200
+
 fftw3 (3.3.3-5) unstable; urgency=low
 
   * stop building quad library on ia64, really Closes: #709168
diff --git a/debian/patches/series b/debian/patches/series
index baaa45d..67874fd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 03_fix_manpages.diff
 pkg-config.patch
 texinfo5-compat.patch
+wisdom-manpage.patch
diff --git a/debian/patches/wisdom-manpage.patch b/debian/patches/wisdom-manpage.patch
new file mode 100644
index 0000000..fe57999
--- /dev/null
+++ b/debian/patches/wisdom-manpage.patch
@@ -0,0 +1,15 @@
+Description: fix wrong example
+ tool requires flags to be specified before sizes
+Forwarded: https://github.com/FFTW/fftw3/issues/8
+
+--- a/tools/fftw-wisdom-to-conf.1
++++ b/tools/fftw-wisdom-to-conf.1
+@@ -54,7 +54,7 @@ standard output.  It can easily be combi
+ .I fftw\-wisdom
+ tool, for example:
+ 
+-fftw\-wisdom \-n cof1024 cob1024 \-o wisdom
++fftw\-wisdom \-n \-o wisdom cof1024 cob1024
+ .br
+ fftw\-wisdom\-to\-conf < wisdom > conf.c
+ 

-- 
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