Package: wpa Version: 1.0-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 wpa. By applying dh-systemd.patch, systemd users will enjoy a fully working wpa 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 2012-06-22 00:42:59.000000000 +0200 +++ NEW/debian/control 2013-07-07 15:31:32.091461509 +0200 @@ -20,7 +20,8 @@ pkg-config, qt4-qmake, docbook-to-man, - docbook-utils + docbook-utils, + dh-systemd (>= 1.4) Build-Conflicts: libqt3-dev Standards-Version: 3.9.3 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-wpa/wpa/trunk/ diff -ur OLD/debian/rules NEW/debian/rules --- OLD/debian/rules 2012-05-24 16:00:14.000000000 +0200 +++ NEW/debian/rules 2013-07-07 15:31:32.091461509 +0200 @@ -120,9 +120,8 @@ ### end dh overrides %: - dh $@ + dh $@ --with=systemd get-orig-source: chmod +x $(CURDIR)/debian/get-orig-source $(CURDIR)/debian/get-orig-source $(CURDIR) -