Bug#956155: buster-pu: package corosync-qdevice/3.0.0-4+deb10u1

2020-04-13 Thread Valentin Vidić
On Sun, Apr 12, 2020 at 10:14:40PM +0100, Adam D. Barratt wrote:
> Please go ahead; thanks.

Uploaded.

-- 
Valentin



Bug#956155: buster-pu: package corosync-qdevice/3.0.0-4+deb10u1

2020-04-12 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Tue, 2020-04-07 at 23:19 +0200, Valentin Vidic wrote:
> Due to missing Default-Start runlevels, corosync-qdevice cannot be
> enabled after installation:
> 
> # systemctl enable corosync-qdevice
> Synchronizing state of corosync-qdevice.service with SysV service
> script with /lib/systemd/systemd-sysv-install.
> Executing: /lib/systemd/systemd-sysv-install enable corosync-qdevice
> update-rc.d: error: corosync-qdevice Default-Start contains no
> runlevels, aborting.
> 

Please go ahead; thanks.

Regards,

Adam



Bug#956155: buster-pu: package corosync-qdevice/3.0.0-4+deb10u1

2020-04-07 Thread Valentin Vidic
Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian@packages.debian.org
Usertags: pu

Due to missing Default-Start runlevels, corosync-qdevice cannot be
enabled after installation:

# systemctl enable corosync-qdevice
Synchronizing state of corosync-qdevice.service with SysV service script with 
/lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable corosync-qdevice
update-rc.d: error: corosync-qdevice Default-Start contains no runlevels, 
aborting.


diff -Nru corosync-qdevice-3.0.0/debian/changelog 
corosync-qdevice-3.0.0/debian/changelog
--- corosync-qdevice-3.0.0/debian/changelog 2019-02-04 00:33:24.0 
+0100
+++ corosync-qdevice-3.0.0/debian/changelog 2020-04-07 23:10:01.0 
+0200
@@ -1,3 +1,9 @@
+corosync-qdevice (3.0.0-4+deb10u1) buster; urgency=medium
+
+  * [8de35d1] Set Default-Start runlevels for corosync-qdevice (Closes: 
#932346)
+
+ -- Valentin Vidic   Tue, 07 Apr 2020 23:10:01 +0200
+
 corosync-qdevice (3.0.0-4) unstable; urgency=medium
 
   * [c680521] Revert "Require pacemaker for qdevice autopkgtest"
diff -Nru corosync-qdevice-3.0.0/debian/corosync-qdevice.init 
corosync-qdevice-3.0.0/debian/corosync-qdevice.init
--- corosync-qdevice-3.0.0/debian/corosync-qdevice.init 2019-01-03 
09:18:31.0 +0100
+++ corosync-qdevice-3.0.0/debian/corosync-qdevice.init 2020-04-07 
22:52:15.0 +0200
@@ -7,7 +7,7 @@
 # Provides:corosync-qdevice
 # Required-Start:  $remote_fs $syslog corosync
 # Required-Stop:   $remote_fs $syslog corosync
-# Default-Start:   
+# Default-Start:   2 3 4 5
 # Default-Stop:0 1 6
 # Short-Description:   Corosync Qdevice daemon
 # Description: Starts and stops Corosync Qdevice daemon.