[Forensics-changes] [libpff] 01/01: Imported Debian patch 20120802-5

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Sun Jul 5 15:38:00 UTC 2015


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

eriberto pushed a commit to branch master
in repository libpff.

commit a681ab79cf4e47f6daf11c938dec16d4ac5e92cd
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Thu Jul 2 23:18:31 2015 -0300

    Imported Debian patch 20120802-5
---
 debian/changelog                       |  9 +++++++++
 debian/control                         |  8 ++++----
 debian/patches/02-fix-FTBFS-GCC5.patch | 17 +++++++++++++++++
 debian/patches/series                  |  1 +
 4 files changed, 31 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0f145d4..5c66174 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libpff (20120802-5) unstable; urgency=medium
+
+  * Team upload.
+  * debian/control: removed the full stop character from short descriptions.
+  * debian/patches/02-fix-FTBFS-GCC5.patch: added to fix a FTBFS with GCC-5.
+      (Closes: #777966)
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Thu, 02 Jul 2015 23:18:31 -0300
+
 libpff (20120802-4) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index d2175fa..5929177 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Package: libpff1
 Architecture: any
 Pre-Depends: multiarch-support
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: library to access various ms outlook files formats.
+Description: library to access various ms outlook files formats
  Libpff is a library to access Personal Folder File (PFF) and Offline Folder
  File (OFF) formats. Those files formats are used by MS Outlook in PAB
  (Personal Address Book), PST (Personal Storage Table) and OST
@@ -28,7 +28,7 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: ${misc:Depends}, libpff1 (= ${binary:Version}), libpff-dev (= ${binary:Version})
-Description: library to access various ms outlook files formats (debug).
+Description: library to access various ms outlook files formats (debug)
  Libpff is a library to access Personal Folder File (PFF) and Offline Folder
  File (OFF) formats. Those files formats are used by MS Outlook in PAB
  (Personal Address Book), PST (Personal Storage Table) and OST
@@ -40,7 +40,7 @@ Package: libpff-dev
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends}, libpff1 (= ${binary:Version})
-Description: library to access various ms outlook files formats (development).
+Description: library to access various ms outlook files formats (development)
  Libpff is a library to access Personal Folder File (PFF) and Offline Folder
  File (OFF) formats. Those files formats are used by MS Outlook in PAB
  (Personal Address Book), PST (Personal Storage Table) and OST
@@ -52,7 +52,7 @@ Package: pff-tools
 Section: admin
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}, libpff1 (= ${binary:Version})
-Description: library to access various ms outlook files formats.
+Description: library to access various ms outlook files formats
  Libpff is a library to access Personal Folder File (PFF) and Offline Folder
  File (OFF) formats. Those files formats are used by MS Outlook in PAB
  (Personal Address Book), PST (Personal Storage Table) and OST
diff --git a/debian/patches/02-fix-FTBFS-GCC5.patch b/debian/patches/02-fix-FTBFS-GCC5.patch
new file mode 100644
index 0000000..3a24566
--- /dev/null
+++ b/debian/patches/02-fix-FTBFS-GCC5.patch
@@ -0,0 +1,17 @@
+Description: fix a FTBFS with GCC-5. Thanks to Linn Crosetto <linn at hp.com> for
+             the first fix (see #777938). This patch closes #777966.
+Author: Joao Eriberto Mota Filho <eriberto at debian.org>
+Last-Update: 2015-07-02
+Index: libpff-20120802/libuna/Makefile.am
+===================================================================
+--- libpff-20120802.orig/libuna/Makefile.am
++++ libpff-20120802/libuna/Makefile.am
+@@ -4,7 +4,7 @@ AM_CPPFLAGS = \
+ 	-I$(top_srcdir)/common \
+ 	@LIBCSTRING_CPPFLAGS@ \
+ 	@LIBCERROR_CPPFLAGS@ \
+-	@MEMWATCH_CPPFLAGS@
++	@MEMWATCH_CPPFLAGS@ -std=gnu89
+ 
+ noinst_LTLIBRARIES = libuna.la
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 7f9d8e0..c5f787a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-fix-FTBFS-hurd-386.patch
+02-fix-FTBFS-GCC5.patch

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



More information about the forensics-changes mailing list