tag 667413 patch thanks Matthias Klose <[email protected]> (03/04/2012): > Package: vym > Version: 2.0.6-1 > Severity: important > Tags: sid wheezy > User: [email protected] > Usertags: ftbfs-gcc-4.7
Please find attached a patch to fix this FTBFS. FTR, I don't plan to NMU. Mraw, KiBi.
diff -Nru vym-2.0.6/debian/changelog vym-2.0.6/debian/changelog --- vym-2.0.6/debian/changelog 2012-02-25 14:21:05.000000000 +0000 +++ vym-2.0.6/debian/changelog 2012-04-04 16:33:17.000000000 +0000 @@ -1,3 +1,10 @@ +vym (2.0.6-1.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include (Closes: #667413). + + -- Cyril Brulebois <[email protected]> Wed, 04 Apr 2012 16:32:58 +0000 + vym (2.0.6-1) unstable; urgency=low * Imported Upstream version 2.0.6 diff -Nru vym-2.0.6/debian/patches/fix-ftbfs-with-gcc-4.7 vym-2.0.6/debian/patches/fix-ftbfs-with-gcc-4.7 --- vym-2.0.6/debian/patches/fix-ftbfs-with-gcc-4.7 1970-01-01 00:00:00.000000000 +0000 +++ vym-2.0.6/debian/patches/fix-ftbfs-with-gcc-4.7 2012-04-04 16:33:51.000000000 +0000 @@ -0,0 +1,14 @@ +Description: Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include. +Author: Cyril Brulebois <[email protected]> +Bug-Debian: http://bugs.debian.org/667413 + +--- vym-2.0.6.orig/mainwindow.cpp ++++ vym-2.0.6/mainwindow.cpp +@@ -4,6 +4,7 @@ + + #include <iostream> + #include <typeinfo> ++#include <unistd.h> + + #include "aboutdialog.h" + #include "branchpropwindow.h" diff -Nru vym-2.0.6/debian/patches/series vym-2.0.6/debian/patches/series --- vym-2.0.6/debian/patches/series 2011-07-25 18:51:11.000000000 +0000 +++ vym-2.0.6/debian/patches/series 2012-04-04 16:33:35.000000000 +0000 @@ -1,2 +1,3 @@ pro-file.patch gcc-ftbfs-fix.patch +fix-ftbfs-with-gcc-4.7
signature.asc
Description: Digital signature

