[Forensics-changes] [recoverjpeg] 16/20: Imported Debian patch 2.0-3.1

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Mon May 18 23:14:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

eriberto pushed a commit to branch debian
in repository recoverjpeg.

commit 0b084ad2d86f3ef7bf3f6dcf8bb6272bb4168d06
Author: Matthias Klose <doko at debian.org>
Date:   Thu Apr 5 09:19:41 2012 +0000

    Imported Debian patch 2.0-3.1
---
 debian/changelog                              |  8 ++++++++
 debian/patches/03_fix_ftbfs_with_gcc_4.7.diff | 10 ++++++++++
 debian/patches/series                         |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 80a763c..74bdbe3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+recoverjpeg (2.0-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include (Cyril
+    Brulebois).  Closes: #667353.
+
+ -- Matthias Klose <doko at debian.org>  Thu, 05 Apr 2012 09:19:41 +0000
+
 recoverjpeg (2.0-3) unstable; urgency=low
 
   * Change the patches format for quilt and delete 00list on debian/patches.
diff --git a/debian/patches/03_fix_ftbfs_with_gcc_4.7.diff b/debian/patches/03_fix_ftbfs_with_gcc_4.7.diff
new file mode 100644
index 0000000..4a06ac7
--- /dev/null
+++ b/debian/patches/03_fix_ftbfs_with_gcc_4.7.diff
@@ -0,0 +1,10 @@
+--- a/recovermov.cpp
++++ b/recovermov.cpp
+@@ -2,6 +2,7 @@
+ #include <iostream>
+ #include <sstream>
+ #include <fstream>
++#include <unistd.h>
+ 
+ #include "utils.h"
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 3f26943..8e4af44 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01_manpagefix.patch  
 02_fix_recovermov.1.patch
+03_fix_ftbfs_with_gcc_4.7.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/recoverjpeg.git



More information about the forensics-changes mailing list