tags 667238 + patch
tags 667238 + pending
thanks

Dear maintainer,

I've prepared an NMU for lfhex (versioned as 0.42-3.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Peter Ratzenbeck: Stadt von de Engl
diff -u lfhex-0.42/debian/changelog lfhex-0.42/debian/changelog
--- lfhex-0.42/debian/changelog
+++ lfhex-0.42/debian/changelog
@@ -1,3 +1,11 @@
+lfhex (0.42-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-4.7": add patch 02-gcc-4.7.dpatch (missing include).
+    (Closes: #667238)
+
+ -- gregor herrmann <gre...@debian.org>  Mon, 07 May 2012 17:05:49 +0200
+
 lfhex (0.42-3) unstable; urgency=low
 
   * Fix stoopid^Wstupid typo in watch file (really closes: #551418).
diff -u lfhex-0.42/debian/patches/00list lfhex-0.42/debian/patches/00list
--- lfhex-0.42/debian/patches/00list
+++ lfhex-0.42/debian/patches/00list
@@ -1,0 +2 @@
+02-gcc-4.7.dpatch
only in patch2:
unchanged:
--- lfhex-0.42.orig/debian/patches/02-gcc-4.7.dpatch
+++ lfhex-0.42/debian/patches/02-gcc-4.7.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02-gcc-4.7.dpatch by gregor herrmann <gre...@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: add missing include to avoid FTBFS with gcc 4.7
+## DP: Bug-Debian: http://bugs.debian.org/667238
+
+@DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' lfhex-0.42~/src/expr.h lfhex-0.42/src/expr.h
+--- lfhex-0.42~/src/expr.h	2008-09-19 02:36:49.000000000 +0200
++++ lfhex-0.42/src/expr.h	2012-05-07 17:03:22.788794002 +0200
+@@ -19,6 +19,7 @@
+  */
+ 
+ #include <string>
++#include <sys/types.h>
+ 
+ bool expr_eval( const std::string &str, off_t &value );
+ 

Attachment: signature.asc
Description: Digital signature

Reply via email to