[Pkg-ace-commits] [pkg-ace] r515 - in trunk/debian: . patches

tgg at alioth.debian.org tgg at alioth.debian.org
Mon Jul 9 20:19:44 UTC 2007


Author: tgg
Date: 2007-07-09 20:19:44 +0000 (Mon, 09 Jul 2007)
New Revision: 515

Removed:
   trunk/debian/patches/20-check-_REENTRANT.dpatch
Modified:
   trunk/debian/changelog
Log:
remove patch 20-check-_REENTRANT. It's not needed when using autotools.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-07-08 08:10:30 UTC (rev 514)
+++ trunk/debian/changelog	2007-07-09 20:19:44 UTC (rev 515)
@@ -22,7 +22,7 @@
   * Generate doxygen documentation. Closes: #391011.
   * Enable ACE reactor notification queue.
 
- -- Thomas Girard <thomas.g.girard at free.fr>  Fri, 29 Jun 2007 12:40:47 +0000
+ -- Thomas Girard <thomas.g.girard at free.fr>  Mon, 09 Jul 2007 21:16:44 +0200
 
 ace (5.5.6-2) experimental; urgency=low
 

Deleted: trunk/debian/patches/20-check-_REENTRANT.dpatch
===================================================================
--- trunk/debian/patches/20-check-_REENTRANT.dpatch	2007-07-08 08:10:30 UTC (rev 514)
+++ trunk/debian/patches/20-check-_REENTRANT.dpatch	2007-07-09 20:19:44 UTC (rev 515)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20-check-_REENTRANT.dpatch by Thomas Girard <thomas.g.girard at free.fr>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Rather than #defining _REENTRANT if it's not yet defined, #error out
-## DP: See Debian bug #380739.
-
- at DPATCH@
---- ACE_wrappers.orig/ace/config-lite.h 	2006-09-10 21:51:38.312980000 +0200
-+++ ACE_wrappers/ace/config-lite.h 	2006-09-10 21:36:50.861517750 +0200
-@@ -68,7 +68,7 @@
- # if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0)
- #   define ACE_MT(X) X
- #   if !defined (_REENTRANT)
--#     define _REENTRANT
-+#     error _REENTRANT has to be defined!
- #   endif /* _REENTRANT */
- # else
- #   define ACE_MT(X)




More information about the Pkg-ace-commits mailing list