Package: salt Version: 0.15.1-1 Severity: normal Tags: patch User: pkg-systemd-maintain...@lists.alioth.debian.org Usertags: systemd-units X-Debbugs-CC: pkg-systemd-maintain...@lists.alioth.debian.org
Dear maintainer, Thanks for shipping a systemd service file with salt. By applying dh-systemd.patch, systemd users will enjoy a fully working salt on their machines: it will get enabled and started properly (even if installed on sysvinit and later switching to systemd). You can see the differences this patch causes in the attached dh-systemd.debdiff. Use: colordiff --difftype=debdiff < dh-systemd.debdiff (colordiff's highlighting is not entirely correct, but very helpful.) Please apply this patch before uploading a new version. Thank you! For more details on dh-systemd packaging, see http://wiki.debian.org/Systemd/Packaging In case of any questions, feel free to drop by in #debian-systemd or send an email to pkg-systemd-maintain...@lists.alioth.debian.org -- Best regards, Michael
dh-systemd.debdiff
Description: Binary data
diff -ur OLD/debian/control NEW/debian/control --- OLD/debian/control 2013-05-19 23:18:33.000000000 +0200 +++ NEW/debian/control 2013-07-07 12:43:27.656808059 +0200 @@ -17,7 +17,8 @@ python-setuptools, python-sphinx (>= 1.0), python-yaml, - python-zmq (>= 2.1.9) + python-zmq (>= 2.1.9), + dh-systemd (>= 1.4) Standards-Version: 3.9.4 Homepage: http://saltstack.org/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-salt/salt.git diff -ur OLD/debian/rules NEW/debian/rules --- OLD/debian/rules 2013-05-19 23:18:33.000000000 +0200 +++ NEW/debian/rules 2013-07-07 12:43:27.656808059 +0200 @@ -5,7 +5,7 @@ include /usr/share/python/python.mk %: - dh $@ --with python2,bash-completion + dh $@ --with python2,bash-completion --with=systemd override_dh_auto_build: dh_auto_build