Merge lp:~jamesh/mediascanner/ca-certs-dependency into lp:mediascanner

Proposed by James Henstridge
Status: Merged
Approved by: Paweł Stołowski
Approved revision: 392
Merged at revision: 392
Proposed branch: lp:~jamesh/mediascanner/ca-certs-dependency
Merge into: lp:mediascanner
Diff against target: 23 lines (+4/-2)
1 file modified
debian/control (+4/-2)
To merge this branch: bzr merge lp:~jamesh/mediascanner/ca-certs-dependency
Reviewer Review Type Date Requested Status
Paweł Stołowski (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+190333@code.launchpad.net

Commit message

Depend on ca-certificates to fix test failure caused by libsoup warnings about missing /etc/ssl/certs/ca-certificates.crt

Description of the change

Fix a failure in the PPA build due to a the ca-certificates package not being present. For example:

https://launchpad.net/~ubuntu-unity/+archive/daily-build/+build/5090019

The failure is caused by the tests checking for no logging output, and libsoup logging a warning when the certificate file is missing.

I've also added the package as a dependency of the mediascanner package to ensure it is available on the installed system.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Paweł Stołowski (stolowski) wrote :

+1

review: Approve

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 2013-10-09 07:37:39 +0000
3+++ debian/control 2013-10-10 11:05:21 +0000
4@@ -2,7 +2,8 @@
5 Section: libs
6 Priority: optional
7 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
8-Build-Depends: cmake (>= 2.8),
9+Build-Depends: ca-certificates,
10+ cmake (>= 2.8),
11 debhelper (>= 9),
12 dbus,
13 doxygen (>= 1.8),
14@@ -43,7 +44,8 @@
15 Package: mediascanner
16 Section: utils
17 Architecture: any
18-Depends: grilo-plugins-0.2,
19+Depends: ca-certificates,
20+ grilo-plugins-0.2,
21 gstreamer1.0-plugins-base (>= 1.0),
22 ${misc:Depends},
23 ${shlibs:Depends},

Subscribers

People subscribed via source and target branches