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:
Jonathan Dowland 2016-02-01 21:15:55 +00:00
parent 65dae83b6e
commit 7af9336546
2 changed files with 3 additions and 1 deletions

3
debian/changelog vendored
View File

@ -21,7 +21,8 @@ smartmontools (6.4+svn4214-1) UNRELEASED; urgency=medium
* add 'set -e' to postrm.
* Switch to xz for orig.tar compression and update get-orig-source rule.
* 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

1
debian/rules vendored
View File

@ -117,6 +117,7 @@ binary-arch: build install
dh_link
dh_systemd_enable
dh_installinit
dh_systemd_start
dh_installcron
dh_installinfo
dh_lintian