[SCM] efficient 2D data-plotting library branch, master, updated. debian/2.1.6-3-2-ga6ff7f1

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Sun Feb 26 14:03:37 UTC 2012


The following commit has been merged in the master branch:
commit a6ff7f1ff52717a3b467af64ec9717062e86da0b
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sun Feb 26 14:45:20 2012 +0100

    fix FTBFS on kfreebsd

diff --git a/debian/changelog b/debian/changelog
index db77e93..995b9f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+guiqwt (2.1.6-4) unstable; urgency=low
+
+  * bump Standards-Version 3.9.3 (nothing to do)
+  * fix FTBFS on kfreebsd
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Sun, 26 Feb 2012 14:43:03 +0100
+
 guiqwt (2.1.6-3) unstable; urgency=low
 
   * debian/rules
diff --git a/debian/patches/0001-fix-forwarded-upstream-for-FTBFS-on-kfreebsd.patch b/debian/patches/0001-fix-forwarded-upstream-for-FTBFS-on-kfreebsd.patch
new file mode 100644
index 0000000..48c3ef1
--- /dev/null
+++ b/debian/patches/0001-fix-forwarded-upstream-for-FTBFS-on-kfreebsd.patch
@@ -0,0 +1,21 @@
+From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca at debian.org>
+Date: Sun, 26 Feb 2012 14:42:16 +0100
+Subject: fix forwarded upstream for FTBFS on kfreebsd
+
+---
+ setup.py |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 05ac1bc..03d2a59 100644
+--- a/setup.py
++++ b/setup.py
+@@ -103,7 +103,7 @@ if sphinx:
+     cmdclass['build_doc'] = build_doc
+ 
+ 
+-CFLAGS = ["-Wall", "-Werror"]
++CFLAGS = ["-Wall"]
+ for arg, compile_arg in (("--sse2", "-msse2"),
+                          ("--sse3", "-msse3"),):
+     if arg in sys.argv:
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7cdf67e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-fix-forwarded-upstream-for-FTBFS-on-kfreebsd.patch

-- 
efficient 2D data-plotting library



More information about the debian-science-commits mailing list