diff options
author | Michael Biebl <biebl@debian.org> | 2013-07-19 16:28:15 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2013-07-19 18:35:58 +0200 |
commit | b933057ee57df226516103352c7e990c3c5161ec (patch) | |
tree | eab57816cd5298a34172f91b98abfea067f93cc1 | |
parent | d1f7a869d7d18b60d71a0f0fa9a0ab975369bc48 (diff) | |
download | consolekit-b933057ee57df226516103352c7e990c3c5161ec.tar.gz |
Enable support for udev-acl which has been removed from udev.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/consolekit.install | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0044c2e..def2414 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ consolekit (0.4.6-1) UNRELEASED; urgency=low * New upstream release. * Track .xz tarballs instead of .gz. * Remove patches which are now applied upstream. + * Enable support for udev-acl which has been removed from udev. -- Michael Biebl <biebl@debian.org> Fri, 19 Jul 2013 16:14:06 +0200 diff --git a/debian/consolekit.install b/debian/consolekit.install index be35036..30ffe2d 100644 --- a/debian/consolekit.install +++ b/debian/consolekit.install @@ -15,3 +15,5 @@ lib/systemd/system/basic.target.wants/console-kit-log-system-start.service lib/systemd/system/halt.target.wants/console-kit-log-system-stop.service lib/systemd/system/poweroff.target.wants/console-kit-log-system-stop.service lib/systemd/system/reboot.target.wants/console-kit-log-system-restart.service +lib/udev/udev-acl +lib/udev/rules.d/70-udev-acl.rules diff --git a/debian/rules b/debian/rules index 2e8d504..a5738e0 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,7 @@ override_dh_auto_configure: --libexecdir="\$$(prefix)/lib/ConsoleKit" \ --enable-pam-module \ --enable-docbook-docs \ + --enable-udev-acl \ --with-pid-file=/var/run/console-kit-daemon.pid \ --with-systemdsystemunitdir=/lib/systemd/system \ --with-pam-module-dir=/lib/$(DEB_HOST_MULTIARCH)/security |