← Back to team overview

ubuntu-multiseat team mailing list archive

[Merge] lp:~ubuntu-multiseat/ubuntu/trusty/udisks2/full-logind-support into lp:ubuntu/trusty/udisks2

 

Laércio de Sousa has proposed merging lp:~ubuntu-multiseat/ubuntu/trusty/udisks2/full-logind-support into lp:ubuntu/trusty/udisks2.

Requested reviews:
  Ubuntu branches (ubuntu-branches)
Related bugs:
  Bug #1319870 in udisks2 (Ubuntu): "[SRU] Removable media is being mounted randomly in multiseat systems"
  https://bugs.launchpad.net/ubuntu/+source/udisks2/+bug/1319870

For more details, see:
https://code.launchpad.net/~ubuntu-multiseat/ubuntu/trusty/udisks2/full-logind-support/+merge/240837

Add build-dependency against libsystemd-login-dev and libsystemd-daemon-dev, this is enabling seat detection and inhibition.

Add dependecy against libpam-systemd, we need to be sure a logind session is registered for seat detection and system inhibitors.
-- 
https://code.launchpad.net/~ubuntu-multiseat/ubuntu/trusty/udisks2/full-logind-support/+merge/240837
Your team Ubuntu Multiseat is subscribed to branch lp:~ubuntu-multiseat/ubuntu/trusty/udisks2/full-logind-support.
=== modified file 'debian/control'
--- debian/control	2014-01-14 10:04:52 +0000
+++ debian/control	2014-11-06 11:03:02 +0000
@@ -17,6 +17,8 @@
  libgirepository1.0-dev (>= 1.30),
  gobject-introspection (>= 1.30),
  libatasmart-dev (>= 0.17),
+ libsystemd-login-dev (>= 44),
+ libsystemd-daemon-dev,
  dh-autoreconf
 Standards-Version: 3.9.5
 Vcs-Git: git://git.debian.org/git/pkg-utopia/udisks2.git
@@ -27,7 +29,7 @@
 Package: udisks2
 Architecture: any
 Multi-Arch: foreign
-Depends: ${shlibs:Depends}, ${misc:Depends}, udev, dbus, parted
+Depends: ${shlibs:Depends}, ${misc:Depends}, udev, dbus, parted, libpam-systemd
 Pre-Depends: ${misc:Pre-Depends}
 Recommends: policykit-1, dosfstools, ntfs-3g, eject, gdisk
 Suggests: xfsprogs, reiserfsprogs, exfat-utils, btrfs-tools, mdadm, cryptsetup-bin


Follow ups