Package: bumblebee Version: 3.2.1-2 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 bumblebee.
By applying dh-systemd.patch, systemd users will enjoy a fully working
bumblebee 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 OLD/debian/control NEW/debian/control --- OLD/debian/control 2013-05-29 10:47:53.000000000 +0200 +++ NEW/debian/control 2013-07-07 15:42:34.435268017 +0200 @@ -7,7 +7,8 @@ Vincent Cheng <[email protected]>, Yunqiang Su <[email protected]> Build-Depends: debhelper (>= 9), libbsd-dev (>= 0.2.0), pkg-config, - libx11-dev, libglib2.0-dev, help2man + libx11-dev, libglib2.0-dev, help2man, + dh-systemd (>= 1.4) Standards-Version: 3.9.4 Homepage: https://launchpad.net/~bumblebee Vcs-Git: git://anonscm.debian.org/pkg-nvidia/bumblebee.git diff -ur OLD/debian/rules NEW/debian/rules --- OLD/debian/rules 2013-05-29 10:39:36.000000000 +0200 +++ NEW/debian/rules 2013-07-07 15:42:34.435268017 +0200 @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with=systemd override_dh_auto_configure: # Ubuntu and Debian's packaging of nvidia's proprietary driver differ greatly

