[Debian-ha-commits] [booth] 02/04: Update package descriptions
Christoph Berg
myon at debian.org
Tue Mar 29 14:22:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
myon pushed a commit to branch master
in repository booth.
commit f7852345f823ddfec7931c78a121e20f7e67516e
Author: Christoph Berg <myon at debian.org>
Date: Mon Mar 28 18:14:48 2016 +0200
Update package descriptions
---
debian/booth.lintian-overrides | 2 ++
debian/changelog | 8 ++++++--
debian/control | 28 ++++++++++++++++++++++------
3 files changed, 30 insertions(+), 8 deletions(-)
diff --git a/debian/booth.lintian-overrides b/debian/booth.lintian-overrides
new file mode 100644
index 0000000..fd1d55e
--- /dev/null
+++ b/debian/booth.lintian-overrides
@@ -0,0 +1,2 @@
+# The description is the README title
+booth: description-synopsis-starts-with-article
diff --git a/debian/changelog b/debian/changelog
index 6a1a06d..8c7966f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,16 @@
-booth (1.0-1) UNRELEASED; urgency=low
+booth (1.0-1) unstable; urgency=low
+ [ Adrian Vondendriesch ]
* New upstream release (1.0)
* Add watch file.
* Bump standards version.
* Ship our own .service files to make use of systemd-generators.
* Symlink ../man8.booth.8.gz to ../man8.boothd.8.gz
- -- Adrian Vondendriesch <adrian.vondendriesch at credativ.de> Fri, 25 Mar 2016 17:49:31 +0100
+ [ Christoph Berg ]
+ * Update package descriptions.
+
+ -- Adrian Vondendriesch <adrian.vondendriesch at credativ.de> Mon, 28 Mar 2016 18:14:21 +0200
booth (0.2.0-1) UNRELEASED; urgency=low
diff --git a/debian/control b/debian/control
index d4f5fa6..09b8eaa 100644
--- a/debian/control
+++ b/debian/control
@@ -27,10 +27,18 @@ Vcs-Git: git://git.debian.org/git/debian-ha/booth/
Package: booth
Architecture: linux-any
Section: admin
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Paxos-based daemon to manage multi-site clusters
- Booth implements the Paxos distributed consensus algorithm in order
- to manage automatic failover in multi-site clusters.
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: The Booth Cluster Ticket Manager
+ Booth manages tickets which authorize cluster sites located in
+ geographically dispersed locations to run resources. It
+ facilitates support of geographically distributed clustering in
+ Pacemaker.
+ .
+ Booth is based on the Raft consensus algorithm. Though the
+ implementation is not complete (there is no log) and there are a
+ few additions and modifications, booth guarantees that a ticket
+ is always available at just one site as long as it has exclusive
+ control of the tickets.
.
This package contains the booth daemon, and a script to run booth
in standalone ("arbitrator") mode.
@@ -40,8 +48,16 @@ Architecture: linux-any
Section: admin
Depends: ${shlibs:Depends}, ${misc:Depends}, booth, pacemaker
Description: Resource agents to integrate booth with Pacemaker
- Booth implements the Paxos distributed consensus algorithm in order
- to manage automatic failover in multi-site clusters.
+ Booth manages tickets which authorize cluster sites located in
+ geographically dispersed locations to run resources. It
+ facilitates support of geographically distributed clustering in
+ Pacemaker.
+ .
+ Booth is based on the Raft consensus algorithm. Though the
+ implementation is not complete (there is no log) and there are a
+ few additions and modifications, booth guarantees that a ticket
+ is always available at just one site as long as it has exclusive
+ control of the tickets.
.
This package contains the integration script for booth to run as
part of a Pacemaker cluster.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/booth.git
More information about the Debian-HA-Commits
mailing list