tag 667426 patch
thanks

Matthias Klose <d...@debian.org> (03/04/2012):
> Package: yafaray
> Version: 0.1.2~beta2.1-1
> Severity: important
> Tags: sid wheezy
> User: debian-...@lists.debian.org
> Usertags: ftbfs-gcc-4.7

Please find attached a patch to fix this. I don't intend to upload
the fixed package myself though.

Mraw,
KiBi.
diff -Nru yafaray-0.1.2/debian/changelog yafaray-0.1.2/debian/changelog
--- yafaray-0.1.2/debian/changelog	2012-03-31 07:56:43.000000000 +0000
+++ yafaray-0.1.2/debian/changelog	2012-04-04 13:53:34.000000000 +0000
@@ -1,3 +1,12 @@
+yafaray (0.1.2-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.7 by fixing the missing <unistd.h> include
+    (Closes: #667426):
+    - fix-ftbfs-with-gcc-4.7
+
+ -- Cyril Brulebois <k...@debian.org>  Wed, 04 Apr 2012 13:48:21 +0000
+
 yafaray (0.1.2-1) unstable; urgency=low
 
   * New upstream stable release
diff -Nru yafaray-0.1.2/debian/patches/fix-ftbfs-with-gcc-4.7 yafaray-0.1.2/debian/patches/fix-ftbfs-with-gcc-4.7
--- yafaray-0.1.2/debian/patches/fix-ftbfs-with-gcc-4.7	1970-01-01 00:00:00.000000000 +0000
+++ yafaray-0.1.2/debian/patches/fix-ftbfs-with-gcc-4.7	2012-04-04 13:53:15.000000000 +0000
@@ -0,0 +1,14 @@
+Description: Fix FTBFS with gcc 4.7 by fixing the missing <unistd.h> include.
+Author: Cyril Brulebois <k...@debian.org>
+Bug-Debian: http://bugs.debian.org/667426
+
+--- yafaray-0.1.2.orig/src/yafraycore/scene.cc
++++ yafaray-0.1.2/src/yafraycore/scene.cc
+@@ -39,6 +39,7 @@
+ #include <iostream>
+ #include <limits>
+ #include <sstream>
++#include <unistd.h>
+ 
+ __BEGIN_YAFRAY
+ 
diff -Nru yafaray-0.1.2/debian/patches/series yafaray-0.1.2/debian/patches/series
--- yafaray-0.1.2/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ yafaray-0.1.2/debian/patches/series	2012-04-04 13:52:55.000000000 +0000
@@ -0,0 +1 @@
+fix-ftbfs-with-gcc-4.7

Attachment: signature.asc
Description: Digital signature

_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to