Dear maintainer,

I've prepared an NMU for passepartout (versioned as 0.7.0-1.2) and
uploaded it to DELAYED/2, as per DevRef §5.11.1.
Please feel free to tell me if I should delay it longer.

Regards.
diff -u passepartout-0.7.0/debian/patches/00list 
passepartout-0.7.0/debian/patches/00list
--- passepartout-0.7.0/debian/patches/00list
+++ passepartout-0.7.0/debian/patches/00list
@@ -4,0 +5 @@
+gcc-4.4
diff -u passepartout-0.7.0/debian/changelog passepartout-0.7.0/debian/changelog
--- passepartout-0.7.0/debian/changelog
+++ passepartout-0.7.0/debian/changelog
@@ -1,3 +1,11 @@
+passepartout (0.7.0-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/gcc-4.4.dpatch added, fixes FTBFS because of
+    missing includes, thanks to Martin Michlmayr (Closes: #505021)
+
+ -- David Paleino <da...@debian.org>  Mon, 21 Dec 2009 17:44:36 +0100
+
 passepartout (0.7.0-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- passepartout-0.7.0.orig/debian/patches/gcc-4.4.dpatch
+++ passepartout-0.7.0/debian/patches/gcc-4.4.dpatch
@@ -0,0 +1,40 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## gcc-4.4.dpatch by Martin Michlmayr <t...@cyrius.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: FTBFS with GCC 4.4: missing #include
+
+...@dpatch@
+diff -urNad passepartout-0.7.0~/src/util/filedescriptors.cc 
passepartout-0.7.0/src/util/filedescriptors.cc
+--- passepartout-0.7.0~/src/util/filedescriptors.cc    2007-06-13 
13:05:07.000000000 +0200
++++ passepartout-0.7.0/src/util/filedescriptors.cc     2009-12-21 
17:43:52.000000000 +0100
+@@ -5,6 +5,7 @@
+ #include "filesys.h"
+ #include <fcntl.h>
+ #include <unistd.h>
++#include <cstdio>
+ 
+ int
+ filedesc::move(int to, int from) {
+diff -urNad passepartout-0.7.0~/src/util/stringutil.h 
passepartout-0.7.0/src/util/stringutil.h
+--- passepartout-0.7.0~/src/util/stringutil.h  2007-06-13 13:05:07.000000000 
+0200
++++ passepartout-0.7.0/src/util/stringutil.h   2009-12-21 17:43:22.000000000 
+0100
+@@ -4,6 +4,7 @@
+ // Copyright (C) 2002 - 2004, Fredrik Arnerup & Rasmus Kaj, See COPYING
+ ///
+ #include "typeinfo.h"
++#include <cstdio>
+ #include <string>
+ #include <sstream>
+ #include <stdexcept>
+diff -urNad passepartout-0.7.0~/src/util/warning.cc 
passepartout-0.7.0/src/util/warning.cc
+--- passepartout-0.7.0~/src/util/warning.cc    2007-06-13 13:05:07.000000000 
+0200
++++ passepartout-0.7.0/src/util/warning.cc     2009-12-21 17:43:38.000000000 
+0100
+@@ -2,6 +2,7 @@
+ // Copyright (C) 2002 - 2004, Fredrik Arnerup & Rasmus Kaj, See COPYING
+ ///
+ #include "warning.h"
++#include <cstdio>
+ 
+ class NullFdBuf : public std::streambuf {
+ public:



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to