Package: mod-gearman Version: 1.4.2-2 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 mod-gearman. By applying dh-systemd.patch, systemd users will enjoy a fully working mod-gearman 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-05 17:54:12.000000000 +0200 +++ NEW/debian/control 2013-07-07 16:32:23.246271042 +0200 @@ -13,6 +13,7 @@ libncurses5-dev, libperl-dev, libtool, + dh-systemd (>= 1.4) Standards-Version: 3.9.3 Homepage: http://labs.consol.de/nagios/mod-gearman/ Vcs-Git: git://git.debian.org/pkg-nagios/pkg-mod-gearman diff -ur OLD/debian/rules NEW/debian/rules --- OLD/debian/rules 2013-05-05 17:54:12.000000000 +0200 +++ NEW/debian/rules 2013-07-07 16:32:23.247271060 +0200 @@ -6,7 +6,7 @@ DH_VERBOSE=1 %: - dh $@ + dh $@ --with=systemd override_dh_auto_configure: dh_auto_configure -- --localstatedir=/var/lib --enable-embedded-perl --libdir=/usr/lib