Package: udisks2 Version: 2.1.0-4 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 udisks2.
By applying dh-systemd.patch, systemd users will enjoy a fully working
udisks2 on their machines: It will get stopped/started properly on
upgrades.
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-24 09:59:26.000000000 +0200 +++ NEW/debian/control 2013-07-07 12:06:40.877781878 +0200 @@ -16,7 +16,8 @@ libacl1-dev, libgirepository1.0-dev (>= 1.30), gobject-introspection (>= 1.30), - libatasmart-dev (>= 0.17) + libatasmart-dev (>= 0.17), + dh-systemd (>= 1.4) Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/pkg-utopia/udisks2.git Vcs-Browser: http://git.debian.org/?p=pkg-utopia/udisks2.git;a=summary @@ -103,4 +104,3 @@ . This package provides introspection data for libudisks. It can be used by packages using the GIRepository format to generate dynamic bindings. - diff -ur OLD/debian/rules NEW/debian/rules --- OLD/debian/rules 2013-05-24 09:59:26.000000000 +0200 +++ NEW/debian/rules 2013-07-07 12:06:40.877781878 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with gir + dh $@ --with gir --with=systemd override_dh_auto_configure: dh_auto_configure -- \

