Package: irker Version: 1.17+dfsg-3 Severity: normal Tags: patch User: [email protected] Usertags: systemd-units X-Debbugs-CC: [email protected]
Dear maintainer,
Thanks for shipping a systemd service file with irker.
By applying dh-systemd.patch, systemd users will enjoy a fully working
irker 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 [email protected]
--
Best regards,
Michael
dh-systemd.debdiff
Description: Binary data
diff -ur /home/michael/port-systemd/irker-1.17+dfsg/debian/control /tmp/WSvdqaS4RT/irker-1.17+dfsg/debian/control --- /home/michael/port-systemd/irker-1.17+dfsg/debian/control 2013-03-10 20:52:16.000000000 +0100 +++ /tmp/WSvdqaS4RT/irker-1.17+dfsg/debian/control 2013-07-07 13:11:34.820732054 +0200 @@ -2,7 +2,7 @@ Section: utils Priority: optional Maintainer: Daniel Baumann <[email protected]> -Build-Depends: debhelper (>= 9), pkg-config, python, systemd, xmlto +Build-Depends: debhelper (>= 9), pkg-config, python, systemd, xmlto, dh-systemd (>= 1.4) Standards-Version: 3.9.4 Homepage: http://www.catb.org/esr/irker/ diff -ur /home/michael/port-systemd/irker-1.17+dfsg/debian/rules /tmp/WSvdqaS4RT/irker-1.17+dfsg/debian/rules --- /home/michael/port-systemd/irker-1.17+dfsg/debian/rules 2013-03-10 19:46:52.000000000 +0100 +++ /tmp/WSvdqaS4RT/irker-1.17+dfsg/debian/rules 2013-07-07 13:11:34.820732054 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh ${@} --with python2 + dh ${@} --with python2 --with=systemd dfsg: # no origin known and no source available

