[Pkg-samba-maint] [SCM] CTDB branch, debian-sid, updated. upstream/2.1-27-g408b643

Mathieu Parent math.parent at gmail.com
Mon May 6 13:21:05 UTC 2013


The following commit has been merged in the debian-sid branch:
commit 661740709f5aaf01806ff04d868f393282df965e
Author: Mathieu Parent <math.parent at gmail.com>
Date:   Mon May 6 15:11:51 2013 +0200

    Include config.h in libctdb/ctdb.c (Closes: #703551)

diff --git a/debian/changelog b/debian/changelog
index 03f5a84..356b1a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ctdb (2.1-2) UNRELEASED; urgency=low
 
   * Upload to unstable (Closes: #706690)
   * Update config.{sub,guess} to 2013-04-24
+  * Include config.h in libctdb/ctdb.c (Closes: #703551)
 
  -- Mathieu Parent <sathieu at debian.org>  Mon, 06 May 2013 14:41:05 +0200
 
diff --git a/debian/patches/0004-Include-config.h-in-libctdb-ctdb.c-Closes-703551.patch b/debian/patches/0004-Include-config.h-in-libctdb-ctdb.c-Closes-703551.patch
new file mode 100644
index 0000000..0da79f2
--- /dev/null
+++ b/debian/patches/0004-Include-config.h-in-libctdb-ctdb.c-Closes-703551.patch
@@ -0,0 +1,24 @@
+From f622e98ab586201be0b9b26cef5eed3df33a7717 Mon Sep 17 00:00:00 2001
+From: Mathieu Parent <math.parent at gmail.com>
+Date: Mon, 6 May 2013 15:10:06 +0200
+Subject: [PATCH] Include config.h in libctdb/ctdb.c (Closes: #703551)
+
+---
+ libctdb/ctdb.c |    1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/libctdb/ctdb.c b/libctdb/ctdb.c
+index 191b097..6f02474 100644
+--- a/libctdb/ctdb.c
++++ b/libctdb/ctdb.c
+@@ -17,6 +17,7 @@
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
++#include "config.h"
+ #include <sys/socket.h>
+ #include <string.h>
+ #include <ctdb.h>
+-- 
+1.7.10.4
+
diff --git a/debian/patches/series b/debian/patches/series
index 6592d09..339a5cb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-Add-missing-LDFLAGS.patch
 0002-Display-compiler-commands.patch
 0003-Update-config.-sub-guess-to-2013-04-24.patch
+0004-Include-config.h-in-libctdb-ctdb.c-Closes-703551.patch

-- 
CTDB



More information about the Pkg-samba-maint mailing list