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

Mark Purcell msp at costa.debian.org
Tue Aug 15 21:40:30 UTC 2006


Author: msp
Date: 2006-08-15 21:40:29 +0000 (Tue, 15 Aug 2006)
New Revision: 2237

Modified:
   libcommoncpp2/trunk/debian/changelog
   libcommoncpp2/trunk/debian/patches/01_debian.dpatch
Log:
* Thanks to Jonas Meyer & Amaya for picking up a typo in the
  debian/patches/
  - Fixes: makes other packages FTBFS with G++ 4.1: endKeydata was not declared
  in this scope (Closes: #356601)

Modified: libcommoncpp2/trunk/debian/changelog
===================================================================
--- libcommoncpp2/trunk/debian/changelog	2006-08-15 06:00:41 UTC (rev 2236)
+++ libcommoncpp2/trunk/debian/changelog	2006-08-15 21:40:29 UTC (rev 2237)
@@ -1,8 +1,11 @@
-libcommoncpp2 (1.4.2-2) UNRELEASED; urgency=low
+libcommoncpp2 (1.4.2-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Thanks to Jonas Meyer & Amaya for picking up a typo in the
+    debian/patches/
+    - Fixes: makes other packages FTBFS with G++ 4.1: endKeydata was not declared
+    in this scope (Closes: #356601)
 
- -- Mark Purcell <msp at debian.org>  Thu,  6 Jul 2006 20:16:06 +0100
+ -- Mark Purcell <msp at debian.org>  Tue, 15 Aug 2006 22:37:34 +0100
 
 libcommoncpp2 (1.4.2-1) unstable; urgency=low
 

Modified: libcommoncpp2/trunk/debian/patches/01_debian.dpatch
===================================================================
--- libcommoncpp2/trunk/debian/patches/01_debian.dpatch	2006-08-15 06:00:41 UTC (rev 2236)
+++ libcommoncpp2/trunk/debian/patches/01_debian.dpatch	2006-08-15 21:40:29 UTC (rev 2237)
@@ -785,7 +785,7 @@
   * @short load text configuration files into keyword pairs.
   */
 +
-+void endKeysdata(void);
++void endKeydata(void);
 +
  class __EXPORT Keydata : protected MemPager
  {




More information about the Pkg-voip-commits mailing list