[Pkg-voip-commits] r1627 - in libcommoncpp2/trunk/debian: . patches

Mark Purcell msp at costa.debian.org
Tue Apr 18 22:18:33 UTC 2006


Author: msp
Date: 2006-04-18 22:18:32 +0000 (Tue, 18 Apr 2006)
New Revision: 1627

Added:
   libcommoncpp2/trunk/debian/patches/bug360492.dpatch
Modified:
   libcommoncpp2/trunk/debian/changelog
   libcommoncpp2/trunk/debian/patches/00list
Log:
* Add debian/patches/bug360492.dpatch. Fixes: pointer.h:55:
   error: invalid function declaration (Closes: #360492)

Modified: libcommoncpp2/trunk/debian/changelog
===================================================================
--- libcommoncpp2/trunk/debian/changelog	2006-04-17 20:59:39 UTC (rev 1626)
+++ libcommoncpp2/trunk/debian/changelog	2006-04-18 22:18:32 UTC (rev 1627)
@@ -1,12 +1,17 @@
 libcommoncpp2 (1.3.26-3) UNRELEASED; urgency=low
 
+  [ Kilian Krause ]
   * NOT RELEASED YET
   * debian/rules: Don't build arch=all in binary-arch target.
   * debian/control: Conflict and Replace old versions of
     libcommoncpp2-1.0-0c102 and libcommoncpp2-1.3c2a correctly.
 
- -- Kilian Krause <kilian at debian.org>  Mon, 17 Apr 2006 17:44:20 +0200
+  [ Mark Purcell ]
+  * Add debian/patches/bug360492.dpatch. Fixes: pointer.h:55:
+     error: invalid function declaration (Closes: #360492)
 
+ -- Mark Purcell <msp at debian.org>  Tue, 18 Apr 2006 23:11:36 +0100
+
 libcommoncpp2 (1.3.26-2) unstable; urgency=low
 
   * Bump soname

Modified: libcommoncpp2/trunk/debian/patches/00list
===================================================================
--- libcommoncpp2/trunk/debian/patches/00list	2006-04-17 20:59:39 UTC (rev 1626)
+++ libcommoncpp2/trunk/debian/patches/00list	2006-04-18 22:18:32 UTC (rev 1627)
@@ -1 +1,2 @@
 01_debian
+bug360492.dpatch

Added: libcommoncpp2/trunk/debian/patches/bug360492.dpatch
===================================================================
--- libcommoncpp2/trunk/debian/patches/bug360492.dpatch	2006-04-17 20:59:39 UTC (rev 1626)
+++ libcommoncpp2/trunk/debian/patches/bug360492.dpatch	2006-04-18 22:18:32 UTC (rev 1627)
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## bug360492.dpatch by  Yan Morin <yan.morin at savoirfairelinux.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: http://bugs.debian.org/360492 
+
+ at DPATCH@
+diff -urNad libcommoncpp2-1.3.26~/template/pointer.h libcommoncpp2-1.3.26/template/pointer.h
+--- libcommoncpp2-1.3.26~/template/pointer.h	2006-02-25 23:36:00.000000000 +0000
++++ libcommoncpp2-1.3.26/template/pointer.h	2006-04-18 23:09:29.000000000 +0100
+@@ -43,6 +43,10 @@
+  * @short Template for creating reference count managed smart pointers.
+  **/
+ 
++#ifndef CCXX_MISSING_H_
++#include <cc++/missing.h>
++#endif
++
+ namespace ost {
+ 
+ /**


Property changes on: libcommoncpp2/trunk/debian/patches/bug360492.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-voip-commits mailing list