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

Proposed by Laércio de Sousa
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 27
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp:~ubuntu-multiseat/ubuntu/trusty/udisks2/full-logind-support
Merge into: lp:ubuntu/trusty/udisks2
Diff against target: 21 lines (+3/-1)
1 file modified
debian/control (+3/-1)
To merge this branch: bzr merge lp:~ubuntu-multiseat/ubuntu/trusty/udisks2/full-logind-support
Reviewer Review Type Date Requested Status
Phillip Susi (community) Needs Resubmitting
Sebastien Bacher Approve
Review via email: mp+240837@code.launchpad.net

Description of the change

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.

To post a comment you must log in.
Revision history for this message
Laércio de Sousa (lbssousa) wrote :

Any progress about this request?

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks, that was fixed in utopic with that version
https://launchpad.net/ubuntu/+source/udisks2/2.1.3-2

"udisks2 (2.1.3-2) unstable; urgency=medium

  * Team upload.
  * debian/control: Use canonical Vcs fields
  * debian/control: Add build-dependency against libsystemd-login-dev and
    libsystemd-daemon-dev, this is enabling seat detection and inhibition"

review: Approve
Revision history for this message
Phillip Susi (psusi) wrote :

I'm not sure why this shows up as merged here, but it isn't according to the branch it was supposedly merged into.

review: Needs Resubmitting

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2014-01-14 10:04:52 +0000
3+++ debian/control 2014-11-06 11:03:02 +0000
4@@ -17,6 +17,8 @@
5 libgirepository1.0-dev (>= 1.30),
6 gobject-introspection (>= 1.30),
7 libatasmart-dev (>= 0.17),
8+ libsystemd-login-dev (>= 44),
9+ libsystemd-daemon-dev,
10 dh-autoreconf
11 Standards-Version: 3.9.5
12 Vcs-Git: git://git.debian.org/git/pkg-utopia/udisks2.git
13@@ -27,7 +29,7 @@
14 Package: udisks2
15 Architecture: any
16 Multi-Arch: foreign
17-Depends: ${shlibs:Depends}, ${misc:Depends}, udev, dbus, parted
18+Depends: ${shlibs:Depends}, ${misc:Depends}, udev, dbus, parted, libpam-systemd
19 Pre-Depends: ${misc:Pre-Depends}
20 Recommends: policykit-1, dosfstools, ntfs-3g, eject, gdisk
21 Suggests: xfsprogs, reiserfsprogs, exfat-utils, btrfs-tools, mdadm, cryptsetup-bin

Subscribers

People subscribed via source and target branches