[Pkg-ace-commits] [pkg-ace] r628 - branches/5.6.3/debian/patches

Thomas Girard tgg at alioth.debian.org
Sat Dec 5 09:53:34 UTC 2009


Author: tgg
Date: 2009-12-05 09:53:34 +0000 (Sat, 05 Dec 2009)
New Revision: 628

Added:
   branches/5.6.3/debian/patches/36-autoconf-fix-fidone.dpatch
Modified:
   branches/5.6.3/debian/patches/00list
   branches/5.6.3/debian/patches/35-autoconf-fix-else-fi.dpatch
Log:
add missing patches. Thanks Pau for pointing this out.


Modified: branches/5.6.3/debian/patches/00list
===================================================================
--- branches/5.6.3/debian/patches/00list	2009-12-04 19:25:16 UTC (rev 627)
+++ branches/5.6.3/debian/patches/00list	2009-12-05 09:53:34 UTC (rev 628)
@@ -22,6 +22,7 @@
 34-bts386713
 35-autoconf-fix-else-fi
 49-missing-template
+36-autoconf-fix-fidone
 50-prepatch-dummy-mark
 90-patch-mpc-basedir
 91-patch-dg-basedir

Modified: branches/5.6.3/debian/patches/35-autoconf-fix-else-fi.dpatch
===================================================================
--- branches/5.6.3/debian/patches/35-autoconf-fix-else-fi.dpatch	2009-12-04 19:25:16 UTC (rev 627)
+++ branches/5.6.3/debian/patches/35-autoconf-fix-else-fi.dpatch	2009-12-05 09:53:34 UTC (rev 628)
@@ -5,8 +5,8 @@
 ## DP: Remove an invalid empty else fi
 
 @DPATCH@
---- ACE_wrappers/configure.ac-	2009-11-21 13:18:48.000000000 +0100
-+++ ACE_wrappers/configure.ac	2009-11-21 13:21:36.000000000 +0100
+--- ACE_wrappers.orig/configure.ac
++++ ACE_wrappers/configure.ac
 @@ -5109,9 +5109,7 @@
                      AC_DEFINE([ACE_HAS_POSIX_GETPWNAM_R])
                    fi

Added: branches/5.6.3/debian/patches/36-autoconf-fix-fidone.dpatch
===================================================================
--- branches/5.6.3/debian/patches/36-autoconf-fix-fidone.dpatch	                        (rev 0)
+++ branches/5.6.3/debian/patches/36-autoconf-fix-fidone.dpatch	2009-12-05 09:53:34 UTC (rev 628)
@@ -0,0 +1,26 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 36-autoconf-fix-fidone.dpatch by Thomas Girard <thomas.g.girard at free.fr>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove invalid fidone shell statements.
+
+ at DPATCH@
+--- ACE_wrappers.orig/m4/ace_defines.m4
++++ ACE_wrappers/m4/ace_defines.m4
+@@ -27,7 +27,7 @@
+ ACE_CHECK_DEFINE($ace_def,
+                  [AC_DEFINE_UNQUOTED(AS_TR_CPP([ACE_HAS_$ace_def])) $2],
+                  [$3],
+-                 [$4])dnl
++                 [$4])
+ done
+ ])
+ 
+@@ -43,6 +43,6 @@
+ ACE_CHECK_DEFINE($ace_def,
+                  [$2],
+                  [AC_DEFINE_UNQUOTED(AS_TR_CPP([ACE_LACKS_$ace_def])) $3],
+-                 [$4])dnl
++                 [$4])
+ done
+ ])


Property changes on: branches/5.6.3/debian/patches/36-autoconf-fix-fidone.dpatch
___________________________________________________________________
Added: svn:executable
   + *




More information about the Pkg-ace-commits mailing list