[kernel] r12152 - in dists/trunk/redhat-cluster/redhat-cluster/debian: . patches

Frederik Schüler fs at alioth.debian.org
Sat Aug 30 15:31:12 UTC 2008


Author: fs
Date: Sat Aug 30 15:31:11 2008
New Revision: 12152

Log:
fix alpha FTBFS.


Added:
   dists/trunk/redhat-cluster/redhat-cluster/debian/patches/01_qdisk-uninitialized.dpatch
Modified:
   dists/trunk/redhat-cluster/redhat-cluster/debian/changelog
   dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list

Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/changelog
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/changelog	(original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/changelog	Sat Aug 30 15:31:11 2008
@@ -1,3 +1,9 @@
+redhat-cluster (2.20080801-2) unstable; urgency=high
+
+  * Fix alpha FTBFS.
+
+ -- Frederik Schüler <fs at debian.org>  Sat, 30 Aug 2008 16:38:59 +0200
+
 redhat-cluster (2.20080801-1) unstable; urgency=low
 
   * New upstream release version 2.03.06.

Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list	(original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list	Sat Aug 30 15:31:11 2008
@@ -0,0 +1 @@
+01_qdisk-uninitialized.dpatch

Added: dists/trunk/redhat-cluster/redhat-cluster/debian/patches/01_qdisk-uninitialized.dpatch
==============================================================================
--- (empty file)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/patches/01_qdisk-uninitialized.dpatch	Sat Aug 30 15:31:11 2008
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_qdisk-uninitialized-fix.dpatch by  <Frederik Schüler <fs at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix uninitalized warning
+
+ at DPATCH@
+
+--- redhat-cluster/cman/qdisk/main.c.old	2008-08-30 16:39:33.000000000 +0200
++++ redhat-cluster/cman/qdisk/main.c	2008-08-30 16:43:22.000000000 +0200
+@@ -437,7 +437,7 @@
+ static int
+ quorum_init(qd_ctx *ctx, node_info_t *ni, int max, struct h_data *h, int maxh)
+ {
+-	int x = 0, score, maxscore, score_req;
++	int x = 0, score, maxscore, score_req = 0;
+ 
+ 	clulog(LOG_INFO, "Quorum Daemon Initializing\n");
+ 	



More information about the Kernel-svn-changes mailing list