[Pkg-samba-maint] r3370 - in trunk/ctdb/debian: . patches
sathieu at alioth.debian.org
sathieu at alioth.debian.org
Thu Mar 4 13:41:39 UTC 2010
Author: sathieu
Date: 2010-03-04 13:41:38 +0000 (Thu, 04 Mar 2010)
New Revision: 3370
Added:
trunk/ctdb/debian/patches/61-spelling-errors-manpages.diff
Modified:
trunk/ctdb/debian/changelog
trunk/ctdb/debian/control
trunk/ctdb/debian/patches/series
trunk/ctdb/debian/rules
Log:
* Bump Standards-Version to 3.8.4: no changes
* Add ctdb-dbg: "CTDB debugging symbols" package
* New 61-spelling-errors-manpages.diff, thanks to lintian
Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog 2010-03-04 12:52:25 UTC (rev 3369)
+++ trunk/ctdb/debian/changelog 2010-03-04 13:41:38 UTC (rev 3370)
@@ -3,6 +3,9 @@
* New upstream release. 1.0.112 branch was recommended by Ronnie Sahlberg on
IRC.
* debian/uupdate-wrapper: allow commithashes and branches as versions
+ * Bump Standards-Version to 3.8.4: no changes
+ * Add ctdb-dbg: "CTDB debugging symbols" package
+ * New 61-spelling-errors-manpages.diff, thanks to lintian
-- Mathieu Parent <sathieu at debian.org> Wed, 03 Mar 2010 12:32:39 +0100
Modified: trunk/ctdb/debian/control
===================================================================
--- trunk/ctdb/debian/control 2010-03-04 12:52:25 UTC (rev 3369)
+++ trunk/ctdb/debian/control 2010-03-04 13:41:38 UTC (rev 3370)
@@ -5,7 +5,7 @@
Uploaders: Mathieu Parent <sathieu at debian.org>
Build-Depends: debhelper (>= 5), quilt (>= 0.40), libpopt-dev, libpcap-dev [hurd-i386]
Homepage: http://ctdb.samba.org/
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/pkg-samba/trunk/ctdb/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-samba/trunk/ctdb/
@@ -41,3 +41,19 @@
* CTDB supports a system of application specific management scripts, allowing
applications that depend on network or filesystem resources to be managed in
a highly available manner on a cluster.
+
+Package: ctdb-dbg
+Section: debug
+Architecture: any
+Depends: ctdb (= ${binary:Version}), ${misc:Depends}
+Description: CTDB debugging symbols
+ CTDB is a cluster implementation of the TDB database used by Samba and other
+ projects to store temporary data. If an application is already using TDB for
+ temporary data it is very easy to convert that application to be cluster aware
+ and use CTDB instead.
+ .
+ More detailed description can be found in the ctdb package.
+ .
+ This package provides debugging information for CTDB. Install it to get a
+ better backtrace in the event of a crash.
+
Added: trunk/ctdb/debian/patches/61-spelling-errors-manpages.diff
===================================================================
--- trunk/ctdb/debian/patches/61-spelling-errors-manpages.diff (rev 0)
+++ trunk/ctdb/debian/patches/61-spelling-errors-manpages.diff 2010-03-04 13:41:38 UTC (rev 3370)
@@ -0,0 +1,90 @@
+Goal: Correction of spelling errors in manpages thanks to lintian
+
+Author: Mathieu Parent <math.parent at gmail.com>
+
+Upstream status: https://bugzilla.samba.org/show_bug.cgi?id=6935
+
+From 7bfc046c719e32517807d0f8fbb5699d17f3f69a Mon Sep 17 00:00:00 2001
+From: Mathieu Parent <math.parent at gmail.com>
+Date: Tue, 5 Jan 2010 10:59:44 +0100
+Subject: [PATCH] Correction of spelling errors in manpages
+
+thanks to lintian
+
+See https://bugzilla.samba.org/show_bug.cgi?id=6935
+---
+ doc/ctdb.1.xml | 6 +++---
+ doc/ctdbd.1.xml | 8 ++++----
+ 2 files changed, 7 insertions(+), 7 deletions(-)
+
+Index: b/doc/ctdb.1.xml
+===================================================================
+--- a/doc/ctdb.1.xml
++++ b/doc/ctdb.1.xml
+@@ -49,7 +49,7 @@
+ <listitem>
+ <para>
+ This specifies the physical node number on which to execute the
+- command. Default is to run the command on the deamon running on
++ command. Default is to run the command on the daemon running on
+ the local host.
+ </para>
+ <para>
+@@ -1075,7 +1075,7 @@
+
+ <refsect2><title>setmonmode <0|1></title>
+ <para>
+- This command can be used to explicitely disable/enable monitoring mode on a node. The main purpose is if one wants to attach GDB to a running ctdb daemon but wants to prevent the other nodes from marking it as DISCONNECTED and issuing a recovery. To do this, set monitoring mode to 0 on all nodes before attaching with GDB. Remember to set monitoring mode back to 1 afterwards.
++ This command can be used to explicitly disable/enable monitoring mode on a node. The main purpose is if one wants to attach GDB to a running ctdb daemon but wants to prevent the other nodes from marking it as DISCONNECTED and issuing a recovery. To do this, set monitoring mode to 0 on all nodes before attaching with GDB. Remember to set monitoring mode back to 1 afterwards.
+ </para>
+ </refsect2>
+
+@@ -1131,7 +1131,7 @@
+ Administratively ban a node for bantime seconds. A bantime of 0 means that the node should be permanently banned.
+ </para>
+ <para>
+- A banned node does not participate in the cluster and does not host any records for the clustered TDB. Its ip address has been taken over by an other node and no services are hosted.
++ A banned node does not participate in the cluster and does not host any records for the clustered TDB. Its ip address has been taken over by another node and no services are hosted.
+ </para>
+ <para>
+ Nodes are automatically banned if they are the cause of too many
+Index: b/doc/ctdbd.1.xml
+===================================================================
+--- a/doc/ctdbd.1.xml
++++ b/doc/ctdbd.1.xml
+@@ -214,7 +214,7 @@
+ This option is used to tell ctdbd to NOT run as a real-time process
+ and instead run ctdbd as a normal userspace process.
+ This is useful for debugging and when you want to run ctdbd under
+- valgrind or gdb. (You dont want to attach valgrind or gdb to a
++ valgrind or gdb. (You don't want to attach valgrind or gdb to a
+ real-time process.)
+ </para>
+ </listitem>
+@@ -255,7 +255,7 @@
+ </para>
+ <para>
+ This is only required when using public ip addresses and only when
+- you dont specify the interface explicitly in /etc/ctdb/public_addresses or when you are using --single-public-ip.
++ you don't specify the interface explicitly in /etc/ctdb/public_addresses or when you are using --single-public-ip.
+ </para>
+ <para>
+ If you omit this argument when using public addresses or single public ip, ctdb will not be able to send out Gratious ARPs correctly or be able to kill tcp connections correctly which will lead to application failures.
+@@ -589,7 +589,7 @@
+ eventually become banned from the cluster.
+ This controls how long the culprit node will be banned from the cluster
+ before it is allowed to try to join the cluster again.
+- Dont set to small. A node gets banned for a reason and it is usually due
++ Don't set to small. A node gets banned for a reason and it is usually due
+ to real problems with the node.
+ </para>
+ </refsect2>
+@@ -608,7 +608,7 @@
+ <refsect2><title>EnableBans</title>
+ <para>Default: 1</para>
+ <para>
+- When set to 0, this disables BANNING completely in the cluster and thus nodes can not get banned, even it they break. Dont set to 0.
++ When set to 0, this disables BANNING completely in the cluster and thus nodes can not get banned, even it they break. Don't set to 0.
+ </para>
+ </refsect2>
+ <refsect2><title>DeterministicIPs</title>
Modified: trunk/ctdb/debian/patches/series
===================================================================
--- trunk/ctdb/debian/patches/series 2010-03-04 12:52:25 UTC (rev 3369)
+++ trunk/ctdb/debian/patches/series 2010-03-04 13:41:38 UTC (rev 3370)
@@ -2,3 +2,4 @@
05-hurd.diff
10_no-lib64.diff
60-spelling-errors.diff
+61-spelling-errors-manpages.diff
Modified: trunk/ctdb/debian/rules
===================================================================
--- trunk/ctdb/debian/rules 2010-03-04 12:52:25 UTC (rev 3369)
+++ trunk/ctdb/debian/rules 2010-03-04 13:41:38 UTC (rev 3370)
@@ -105,7 +105,7 @@
DH_OPTIONS= dh_installinit -pctdb --no-start --no-restart-on-upgrade
dh_installman
dh_link
- dh_strip
+ dh_strip --dbg-package=ctdb-dbg
dh_compress
dh_fixperms
dh_makeshlibs
More information about the Pkg-samba-maint
mailing list