Package: firewalld Version: 0.3.3-1 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 firewalld.
By applying dh-systemd.patch, systemd users will enjoy a fully working
firewalld 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-06-08 01:42:09.000000000 +0200 +++ NEW/debian/control 2013-07-07 12:51:56.233224706 +0200 @@ -8,7 +8,8 @@ pkg-config, intltool, python (>= 2.6.6-3~), - libglib2.0-dev + libglib2.0-dev, + dh-systemd (>= 1.4) Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/pkg-utopia/firewalld.git Vcs-Browser: http://git.debian.org/?p=pkg-utopia/firewalld.git;a=summary diff -ur OLD/debian/rules NEW/debian/rules --- OLD/debian/rules 2013-06-08 01:42:09.000000000 +0200 +++ NEW/debian/rules 2013-07-07 12:51:56.233224706 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with python2 + dh $@ --with python2 --with=systemd override_dh_auto_configure: dh_auto_configure -- \

