]> git.proxmox.com Git - corosync-pve.git/commitdiff
debian: enable and package corosync-vqsim
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 16 May 2021 15:26:55 +0000 (17:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 16 May 2021 15:26:55 +0000 (17:26 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control
debian/corosync-vqsim.install [new file with mode: 0644]
debian/rules

index abaaa636ee1ec062e1f84e9c2c5b9d120ec058d9..b58ceb37ea248b3318dcdd889b3928e1e0cf6816 100644 (file)
@@ -14,6 +14,7 @@ Build-Depends:
  libnozzle-dev,
 # protect backports from silent log loss (#898266):
  libqb-dev (>= 1.0.3),
+ libreadline-dev,
  libsnmp-dev,
 # libstatgrab is Linux-only until #823899 and #823900 gets fixed:
  libstatgrab-dev [linux-any],
@@ -71,6 +72,18 @@ Description: cluster engine notification daemon
  .
  This package contains the DBus/SNMP notification daemon for Corosync events.
 
+Package: corosync-vqsim
+Architecture: any
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+Description: cluster engine votequorum simulator
+ ${S:X-Common-Description}
+ .
+ This package contains the Corosync votequorum simulator.  It
+ can simulate multiple nodes, network splits and a basic quorum device.
+
 Package: corosync-doc
 Section: doc
 Architecture: all
diff --git a/debian/corosync-vqsim.install b/debian/corosync-vqsim.install
new file mode 100644 (file)
index 0000000..fa0a600
--- /dev/null
@@ -0,0 +1,2 @@
+usr/bin/corosync-vqsim
+usr/share/man/man8/corosync-vqsim.8
index caad7970b64cfb5b96c8c6fc9d043860d1b4dac2..8c103bc05e9c84c520fa0bf63a8a264cae320b33 100755 (executable)
@@ -43,6 +43,7 @@ override_dh_auto_configure:
            --enable-snmp \
            --enable-xmlconf \
            $(enable-systemd) \
+           --enable-vqsim \
            --disable-static
 
 override_dh_auto_build-indep: