Package: pyroman Version: 0.5.0~alpha1-3 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 pyroman. By applying dh-systemd.patch, systemd users will enjoy a fully working pyroman 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 2011-08-17 20:50:41.000000000 +0200 +++ NEW/debian/control 2013-07-07 12:38:51.502717616 +0200 @@ -2,7 +2,7 @@ Section: admin Priority: optional Maintainer: Erich Schubert <er...@debian.org> -Build-Depends: debhelper (>= 7), python (>= 2.6.6-3~), quilt (>= 0.40) +Build-Depends: debhelper (>= 7), python (>= 2.6.6-3~), quilt (>= 0.40), dh-systemd (>= 1.4) Standards-Version: 3.9.2.0 Vcs-Svn: svn+ssh://svn.debian.org/svn/pyroman/debian/trunk Vcs-Browser: http://anonscm.debian.org/viewvc/pyroman/debian/trunk diff -ur OLD/debian/rules NEW/debian/rules --- OLD/debian/rules 2011-07-25 20:57:23.000000000 +0200 +++ NEW/debian/rules 2013-07-07 12:38:51.502717616 +0200 @@ -2,4 +2,4 @@ # Default Debhelper 7 mostly %: - dh $@ --with python2 --update-rcd-params="start 50 S ." + dh $@ --with python2 --update-rcd-params="start 50 S ." --with=systemd