[SCM] Extract bibliographic references from various sources branch, debian, updated. debian/1.4.7-1-3-g0186aea

Salvatore Bonaccorso carnil at debian.org
Thu May 10 15:37:53 UTC 2012


The following commit has been merged in the debian branch:
commit 7eb436f3e8a2faae4242c4570bb07218d7fec76c
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu May 10 17:15:44 2012 +0200

    Add fix-ftbfs-with-gcc-4.7 patch
    
    Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> includes.
    
    Thanks: Cyril Brulebois <kibi at debian.org> for the patch.
    Closes: #667129

diff --git a/debian/patches/fix-ftbfs-with-gcc-4.7 b/debian/patches/fix-ftbfs-with-gcc-4.7
new file mode 100644
index 0000000..50e4118
--- /dev/null
+++ b/debian/patches/fix-ftbfs-with-gcc-4.7
@@ -0,0 +1,25 @@
+Description: Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> includes.
+Author: Cyril Brulebois <kibi at debian.org>
+Bug-Debian: http://bugs.debian.org/667129
+
+--- cb2bib-1.4.7.orig/src/c2bCoreCiter.cpp
++++ cb2bib-1.4.7/src/c2bCoreCiter.cpp
+@@ -21,6 +21,8 @@
+ // fifo to lyx
+ #include <fcntl.h>
+ 
++#include <unistd.h>
++
+ 
+ c2bCoreCiter::c2bCoreCiter(QWidget* parentw) : QObject(parentw)
+ {
+--- cb2bib-1.4.7.orig/src/qtsingleapplication/src/qtlocalpeer.cpp
++++ cb2bib-1.4.7/src/qtsingleapplication/src/qtlocalpeer.cpp
+@@ -57,6 +57,7 @@ static PProcessIdToSessionId pProcessIdT
+ #endif
+ #if defined(Q_OS_UNIX)
+ #include <time.h>
++#include <unistd.h>
+ #endif
+ 
+ namespace QtLP_Private {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a25c2a1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-ftbfs-with-gcc-4.7

-- 
Extract bibliographic references from various sources



More information about the debian-science-commits mailing list