Merge lp:~jderose/kazam/debian-fixes into lp:~bigwhale/kazam/unstable-build

Proposed by Jason Gerard DeRose
Status: Merged
Merged at revision: 224
Proposed branch: lp:~jderose/kazam/debian-fixes
Merge into: lp:~bigwhale/kazam/unstable-build
Diff against target: 14 lines (+3/-1)
1 file modified
debian/control (+3/-1)
To merge this branch: bzr merge lp:~jderose/kazam/debian-fixes
Reviewer Review Type Date Requested Status
David Klasinc Approve
Review via email: mp+136047@code.launchpad.net

Description of the change

* Adds missing python3-gi, python3-dbus to Depends

* Correctly depend on python3-cario instead of python-cairo

To post a comment you must log in.
Revision history for this message
David Klasinc (bigwhale) wrote :

Whoops, thanks.

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 2012-11-25 08:08:56 +0000
3+++ debian/control 2012-11-25 11:12:18 +0000
4@@ -18,7 +18,9 @@
5 Architecture: all
6 Depends: ${python3:Depends},
7 ${misc:Depends},
8- python-cairo,
9+ python3-gi,
10+ python3-dbus,
11+ python3-cairo,
12 gstreamer1.0-pulseaudio,
13 gstreamer1.0-plugins-base,
14 gstreamer1.0-plugins-good,

Subscribers

People subscribed via source and target branches