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

kilian at alioth.debian.org kilian at alioth.debian.org
Fri Jul 27 18:30:52 UTC 2007


Author: kilian
Date: 2007-07-27 18:30:51 +0000 (Fri, 27 Jul 2007)
New Revision: 3856

Removed:
   libcommoncpp2/trunk/debian/patches/sp_is_running_always_true.dpatch
Modified:
   libcommoncpp2/trunk/debian/changelog
   libcommoncpp2/trunk/debian/patches/00list
   libcommoncpp2/trunk/debian/patches/soname-1.5.3.dpatch
Log:
* Remove debian/patches/sp_is_running_always_true.dpatch: Applied upstream.

Modified: libcommoncpp2/trunk/debian/changelog
===================================================================
--- libcommoncpp2/trunk/debian/changelog	2007-07-27 17:47:59 UTC (rev 3855)
+++ libcommoncpp2/trunk/debian/changelog	2007-07-27 18:30:51 UTC (rev 3856)
@@ -3,8 +3,9 @@
   * NOT RELEASED YET
   * New upstream release.
   * Fix building twice in a row. (Closes: #424498)
+  * Remove debian/patches/sp_is_running_always_true.dpatch: Applied upstream.
 
- -- Kilian Krause <kilian at debian.org>  Fri, 27 Jul 2007 19:47:39 +0200
+ -- Kilian Krause <kilian at debian.org>  Fri, 27 Jul 2007 20:30:31 +0200
 
 libcommoncpp2 (1.5.6-3) unstable; urgency=low
 

Modified: libcommoncpp2/trunk/debian/patches/00list
===================================================================
--- libcommoncpp2/trunk/debian/patches/00list	2007-07-27 17:47:59 UTC (rev 3855)
+++ libcommoncpp2/trunk/debian/patches/00list	2007-07-27 18:30:51 UTC (rev 3856)
@@ -2,5 +2,4 @@
 01_debian
 gnutls
 soname-1.5.3
-sp_is_running_always_true.dpatch
 dbug417329-gcc4.3.dpatch

Modified: libcommoncpp2/trunk/debian/patches/soname-1.5.3.dpatch
===================================================================
--- libcommoncpp2/trunk/debian/patches/soname-1.5.3.dpatch	2007-07-27 17:47:59 UTC (rev 3855)
+++ libcommoncpp2/trunk/debian/patches/soname-1.5.3.dpatch	2007-07-27 18:30:51 UTC (rev 3856)
@@ -6,27 +6,27 @@
 ## DP: http://bugs.debian.org/402009
 
 @DPATCH@
-diff -urNad libcommoncpp2-1.5.6~/configure libcommoncpp2-1.5.6/configure
---- libcommoncpp2-1.5.6~/configure	2007-02-20 08:39:30.000000000 +0000
-+++ libcommoncpp2-1.5.6/configure	2007-04-12 16:15:18.000000000 +0100
+diff -urNad libcommoncpp2-1.5.7~/configure libcommoncpp2-1.5.7/configure
+--- libcommoncpp2-1.5.7~/configure	2007-02-20 08:39:30.000000000 +0000
++++ libcommoncpp2-1.5.7/configure	2007-04-12 16:15:18.000000000 +0100
 @@ -1518,7 +1518,7 @@
  
  
- VERSION="1.5.6"
+ VERSION="1.5.7"
 -LT_RELEASE="1.5"
 +LT_RELEASE="1.5.3"
- LT_VERSION="0:6"
+ LT_VERSION="0:7"
  
  ac_ext=cc
-diff -urNad libcommoncpp2-1.5.6~/configure.ac libcommoncpp2-1.5.6/configure.ac
---- libcommoncpp2-1.5.6~/configure.ac	2007-02-20 08:35:39.000000000 +0000
-+++ libcommoncpp2-1.5.6/configure.ac	2007-04-12 16:15:47.000000000 +0100
+diff -urNad libcommoncpp2-1.5.7~/configure.ac libcommoncpp2-1.5.7/configure.ac
+--- libcommoncpp2-1.5.7~/configure.ac	2007-02-20 08:35:39.000000000 +0000
++++ libcommoncpp2-1.5.7/configure.ac	2007-04-12 16:15:47.000000000 +0100
 @@ -11,7 +11,7 @@
  AC_INIT(src/thread.cpp)
  
- VERSION="1.5.6"
+ VERSION="1.5.7"
 -LT_RELEASE="1.5"
 +LT_RELEASE="1.5.3"
- LT_VERSION="0:6"
+ LT_VERSION="0:7"
  
  dnl this is a C++ library after all..

Deleted: libcommoncpp2/trunk/debian/patches/sp_is_running_always_true.dpatch
===================================================================
--- libcommoncpp2/trunk/debian/patches/sp_is_running_always_true.dpatch	2007-07-27 17:47:59 UTC (rev 3855)
+++ libcommoncpp2/trunk/debian/patches/sp_is_running_always_true.dpatch	2007-07-27 18:30:51 UTC (rev 3856)
@@ -1,18 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## is_running_always_true.dpatch by Stephan Suerken <stephan.suerken at 1und1.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: http://bugs.debian.org/410219
-
- at DPATCH@
-diff -urNad libcommoncpp2-1.5.6~/src/thread.cpp libcommoncpp2-1.5.6/src/thread.cpp
---- libcommoncpp2-1.5.6~/src/thread.cpp	2007-02-14 00:03:59.000000000 +0000
-+++ libcommoncpp2-1.5.6/src/thread.cpp	2007-04-12 18:02:18.000000000 +0100
-@@ -1033,6 +1033,7 @@
- 		if(priv) {
- #ifndef	WIN32
- 			priv->_jtid = priv->_tid;
-+			priv->_tid = 0;
- #else
- 			priv->_active = false;
- #endif




More information about the Pkg-voip-commits mailing list