mirror of
https://git.proxmox.com/git/mirror_smartmontools-debian
synced 2025-10-04 11:10:10 +00:00
Change second dh_systemd_enable to _start
There were two calls to dh_systemd_enable in the rules file; the second should have been dh_systemd_start.
This commit is contained in:
parent
65dae83b6e
commit
7af9336546
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -21,7 +21,8 @@ smartmontools (6.4+svn4214-1) UNRELEASED; urgency=medium
|
|||||||
* add 'set -e' to postrm.
|
* add 'set -e' to postrm.
|
||||||
* Switch to xz for orig.tar compression and update get-orig-source rule.
|
* Switch to xz for orig.tar compression and update get-orig-source rule.
|
||||||
* Stop passing explicit runlevels to dh_installinit. Closes: #732045.
|
* Stop passing explicit runlevels to dh_installinit. Closes: #732045.
|
||||||
* Remove duplicate use of dh_systemd_enable. Closes: #813102.
|
* Remove duplicate use of dh_systemd_enable: The second one should have
|
||||||
|
been dh_systemd_start. Closes: #813102.
|
||||||
|
|
||||||
-- Jonathan Dowland <jmtd@debian.org> Tue, 26 Jan 2016 17:04:15 +0000
|
-- Jonathan Dowland <jmtd@debian.org> Tue, 26 Jan 2016 17:04:15 +0000
|
||||||
|
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -117,6 +117,7 @@ binary-arch: build install
|
|||||||
dh_link
|
dh_link
|
||||||
dh_systemd_enable
|
dh_systemd_enable
|
||||||
dh_installinit
|
dh_installinit
|
||||||
|
dh_systemd_start
|
||||||
dh_installcron
|
dh_installcron
|
||||||
dh_installinfo
|
dh_installinfo
|
||||||
dh_lintian
|
dh_lintian
|
||||||
|
Loading…
Reference in New Issue
Block a user