Bug#805878: dh-systemd: dh_systemd_start --no-start --restart-after-upgrade causes the service to be started on install

2016-12-14 Thread Felipe Sateler
Hi, On 9 October 2016 at 17:26, Felipe Sateler wrote: > Control: tags -1 patch > > On 23 November 2015 at 11:34, Felipe Sateler wrote: >> Package: dh-systemd >> Version: 1.24 >> Severity: normal >> >> Current autoscript has: >> >> if [ -d /run/systemd/system ]; then >> systemctl --system

Bug#805878: dh-systemd: dh_systemd_start --no-start --restart-after-upgrade causes the service to be started on install

2016-10-13 Thread Michael Biebl
Am 13.10.2016 um 18:08 schrieb Michael Biebl: > Am 13.10.2016 um 17:56 schrieb Michael Biebl: >> Am 13.10.2016 um 17:47 schrieb Felipe Sateler: >>> On 13 October 2016 at 12:36, Michael Biebl wrote: With compat level 9 and older, --no-start did not generate any maintainer scripts cod

Bug#805878: dh-systemd: dh_systemd_start --no-start --restart-after-upgrade causes the service to be started on install

2016-10-13 Thread Michael Biebl
Am 13.10.2016 um 17:56 schrieb Michael Biebl: > Am 13.10.2016 um 17:47 schrieb Felipe Sateler: >> On 13 October 2016 at 12:36, Michael Biebl wrote: >>> >>> Now that compat level 10 has --restart-after-upgrade as default, this >>> bug has a wider impact (thus bumping the severity). >>> >>> With com

Bug#805878: dh-systemd: dh_systemd_start --no-start --restart-after-upgrade causes the service to be started on install

2016-10-13 Thread Michael Biebl
Am 13.10.2016 um 17:47 schrieb Felipe Sateler: > On 13 October 2016 at 12:36, Michael Biebl wrote: >> >> Now that compat level 10 has --restart-after-upgrade as default, this >> bug has a wider impact (thus bumping the severity). >> >> With compat level 9 and older, --no-start did not generate any

Bug#805878: dh-systemd: dh_systemd_start --no-start --restart-after-upgrade causes the service to be started on install

2016-10-13 Thread Felipe Sateler
On 13 October 2016 at 12:36, Michael Biebl wrote: > Control: severity -1 important > > On Mon, 23 Nov 2015 11:34:47 -0300 Felipe Sateler > wrote: >> Package: dh-systemd >> Version: 1.24 >> Severity: normal >> >> Current autoscript has: >> >> if [ -d /run/systemd/system ]; then >> systemct

Bug#805878: dh-systemd: dh_systemd_start --no-start --restart-after-upgrade causes the service to be started on install

2016-10-13 Thread Michael Biebl
Control: severity -1 important On Mon, 23 Nov 2015 11:34:47 -0300 Felipe Sateler wrote: > Package: dh-systemd > Version: 1.24 > Severity: normal > > Current autoscript has: > > if [ -d /run/systemd/system ]; then > systemctl --system daemon-reload >/dev/null || true > if [ -n "$

Bug#805878: dh-systemd: dh_systemd_start --no-start --restart-after-upgrade causes the service to be started on install

2016-10-09 Thread Felipe Sateler
Control: tags -1 patch On 23 November 2015 at 11:34, Felipe Sateler wrote: > Package: dh-systemd > Version: 1.24 > Severity: normal > > Current autoscript has: > > if [ -d /run/systemd/system ]; then > systemctl --system daemon-reload >/dev/null || true > if [ -n "$2" : ]; then >

Bug#805878: dh-systemd: dh_systemd_start --no-start --restart-after-upgrade causes the service to be started on install

2015-11-23 Thread Felipe Sateler
Package: dh-systemd Version: 1.24 Severity: normal Current autoscript has: if [ -d /run/systemd/system ]; then systemctl --system daemon-reload >/dev/null || true if [ -n "$2" : ]; then _dh_action=try-restart else _dh_action=start fi