Bug#477505: libcommoncpp2: diff for NMU version 1.6.1-1.1

2008-08-16 Thread Faidon Liambotis
Martin Zobel-Helas wrote:
> find attached the diff for my libcommoncpp2 1.6.1-1.1 NMU, which i will
> upload to delay-7.
Already tried it and it failed to build from source due to some patch
conflicts; didn't spend much time on it though.

Feel free to upload this as a 0-day NMU, no need to delay it further.

Thanks,
Faidon



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#477505: libcommoncpp2: diff for NMU version 1.6.1-1.1

2008-08-16 Thread Martin Zobel-Helas
tags 477505 + patch
thanks

Hi,

find attached the diff for my libcommoncpp2 1.6.1-1.1 NMU, which i will
upload to delay-7.

Greetings
Martin
diff -u libcommoncpp2-1.6.1/debian/changelog libcommoncpp2-1.6.1/debian/changelog
--- libcommoncpp2-1.6.1/debian/changelog
+++ libcommoncpp2-1.6.1/debian/changelog
@@ -1,3 +1,12 @@
+libcommoncpp2 (1.6.1-1.1) unstable; urgency=high
+
+  * Non-maintainer (but porter) upload to fix FTBFS on sparc
+thus, urgency=high
+  * add dpatch to add missing include on src/mempager.cpp (Closes: #477505)
+Thanks for Jurij Smakov for the patch.
+
+ -- Martin Zobel-Helas <[EMAIL PROTECTED]>  Sat, 16 Aug 2008 08:45:05 +0200
+
 libcommoncpp2 (1.6.1-1) unstable; urgency=low
 
   * New upstream release
diff -u libcommoncpp2-1.6.1/debian/patches/00list libcommoncpp2-1.6.1/debian/patches/00list
--- libcommoncpp2-1.6.1/debian/patches/00list
+++ libcommoncpp2-1.6.1/debian/patches/00list
@@ -4,0 +5 @@
+cstdlib_sparc
only in patch2:
unchanged:
--- libcommoncpp2-1.6.1.orig/debian/patches/cstdlib_sparc.dpatch
+++ libcommoncpp2-1.6.1/debian/patches/cstdlib_sparc.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## cstdlib_sparc.dpatch by  <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: fix FTBFS on sparc
+
[EMAIL PROTECTED]@
+diff -urNad libcommoncpp2-1.6.1~/src/mempager.cpp libcommoncpp2-1.6.1/src/mempager.cpp
+--- libcommoncpp2-1.6.1~/src/mempager.cpp	2007-12-08 13:56:24.0 +0100
 libcommoncpp2-1.6.1/src/mempager.cpp	2008-08-16 08:42:19.761161207 +0200
+@@ -42,6 +42,8 @@
+ #include 
+ #include "private.h"
+ 
++#include 
++
+ #ifdef	CCXX_NAMESPACES
+ namespace ost {
+ using std::endl;