[Pkg-voip-commits] r6058 - in /libcommoncpp2/trunk/debian: changelog patches/00list patches/cstdlib_sparc.dpatch
msp at alioth.debian.org
msp at alioth.debian.org
Sun Aug 24 12:27:57 UTC 2008
Author: msp
Date: Sun Aug 24 12:27:56 2008
New Revision: 6058
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6058
Log:
* Upload to fix FTBFS on sparc thus, urgency=high
* libcommoncpp2_1.6.2-1(sparc/unstable): FTBFS on sparc (Closes:
#477505)
* add dpatch to add missing include on src/mempager.cpp (Closes: #477505)
Thanks for Jurij Smakov & Martin Zobel-Helas for the patch.
Added:
libcommoncpp2/trunk/debian/patches/cstdlib_sparc.dpatch
Modified:
libcommoncpp2/trunk/debian/changelog
libcommoncpp2/trunk/debian/patches/00list
Modified: libcommoncpp2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/changelog?rev=6058&op=diff
==============================================================================
--- libcommoncpp2/trunk/debian/changelog (original)
+++ libcommoncpp2/trunk/debian/changelog Sun Aug 24 12:27:56 2008
@@ -1,6 +1,10 @@
-libcommoncpp2 (1.6.2-2) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
+libcommoncpp2 (1.6.2-2) UNRELEASED; urgency=high
+
+ * Upload to fix FTBFS on sparc thus, urgency=high
+ * libcommoncpp2_1.6.2-1(sparc/unstable): FTBFS on sparc (Closes:
+ #477505)
+ * add dpatch to add missing include on src/mempager.cpp (Closes: #477505)
+ Thanks for Jurij Smakov & Martin Zobel-Helas for the patch.
-- Mark Purcell <msp at debian.org> Tue, 22 Apr 2008 19:34:58 +1000
Modified: libcommoncpp2/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/patches/00list?rev=6058&op=diff
==============================================================================
--- libcommoncpp2/trunk/debian/patches/00list (original)
+++ libcommoncpp2/trunk/debian/patches/00list Sun Aug 24 12:27:56 2008
@@ -2,3 +2,4 @@
01_debian
gnutls
no-include-bits_atomicity.h
+cstdlib_sparc.dpatch
Added: libcommoncpp2/trunk/debian/patches/cstdlib_sparc.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/patches/cstdlib_sparc.dpatch?rev=6058&op=file
==============================================================================
--- libcommoncpp2/trunk/debian/patches/cstdlib_sparc.dpatch (added)
+++ libcommoncpp2/trunk/debian/patches/cstdlib_sparc.dpatch Sun Aug 24 12:27:56 2008
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## cstdlib_sparc.dpatch by <zobel at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: fix FTBFS on sparc
+
+ at DPATCH@
+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.000000000 +0100
++++ libcommoncpp2-1.6.1/src/mempager.cpp 2008-08-16 08:42:19.761161207 +0200
+@@ -42,6 +42,8 @@
+ #include <cc++/misc.h>
+ #include "private.h"
+
++#include <cstdlib>
++
+ #ifdef CCXX_NAMESPACES
+ namespace ost {
+ using std::endl;
More information about the Pkg-voip-commits
mailing list