Skip to content

CI: Add dbus into debian dependencies#524

Closed
lslebodn wants to merge 1 commit intoSSSD:masterfrom
lslebodn:ci_debian_deps
Closed

CI: Add dbus into debian dependencies#524
lslebodn wants to merge 1 commit intoSSSD:masterfrom
lslebodn:ci_debian_deps

Conversation

@lslebodn
Copy link
Contributor

There is just weak dependency (recommends) between dbus
libraries and dbus daemon. It is installed by default but we should
not rely in integration tests on weak dependency if we directly need
binary dbus-daemon.

sh# apt-cache depends libdbus-1-dev libdbus-1-3
libdbus-1-dev
Depends: libdbus-1-3
Depends: pkg-config
pkgconf
libdbus-1-3
Depends: libc6
Depends: libsystemd0
Breaks: dbus
Recommends: dbus

There is just weak dependency (recommends) between dbus
libraries and dbus daemon. It is installed by default but we should
not rely in integration tests on weak dependency if we directly need
binary dbus-daemon.

sh# apt-cache depends libdbus-1-dev libdbus-1-3
libdbus-1-dev
  Depends: libdbus-1-3
  Depends: pkg-config
    pkgconf
libdbus-1-3
  Depends: libc6
  Depends: libsystemd0
  Breaks: dbus
  Recommends: dbus
@fidencio
Copy link
Contributor

fidencio commented Mar 6, 2018

Ack!
I'll fire a CI build and add the "Accepted" label after it passes.

Thanks for your contribution!

@fidencio
Copy link
Contributor

fidencio commented Mar 6, 2018

CI: http://${abc}/logs/job/86/35/summary.html

@jhrozek
Copy link
Contributor

jhrozek commented Mar 10, 2018

@jhrozek jhrozek closed this Mar 10, 2018
@jhrozek jhrozek added the Pushed label Mar 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants