Merge lp:~gilir/policykit-1-gnome/fix-789333 into lp:~ubuntu-desktop/policykit-1-gnome/ubuntu

Proposed by Julien Lavergne
Status: Merged
Merged at revision: 18
Proposed branch: lp:~gilir/policykit-1-gnome/fix-789333
Merge into: lp:~ubuntu-desktop/policykit-1-gnome/ubuntu
Diff against target: 39 lines (+8/-2)
3 files modified
debian/changelog (+7/-0)
debian/control (+1/-1)
debian/rules (+0/-1)
To merge this branch: bzr merge lp:~gilir/policykit-1-gnome/fix-789333
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+72176@code.launchpad.net

Description of the change

Fix for bug 789333, see the bug report details.

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

There are a bunch of GTK3 reverse depends: gnome-session, gnome-control-center, jockey-gtk. I know that the latter only talks to the daemon through D-BUS, and I suppose the other two do as well, I'll test these before merging.

Revision history for this message
Martin Pitt (pitti) wrote :

Works fine, thanks for fixing this!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-07-20 15:24:45 +0000
+++ debian/changelog 2011-08-19 12:17:39 +0000
@@ -1,3 +1,10 @@
1policykit-1-gnome (0.101-2ubuntu5) UNRELEASED; urgency=low
2
3 * debian/control, debian/rules: Build against GTK2, all reverse-depends still
4 use GTK2 (LP: #789333).
5
6 -- Julien Lavergne <gilir@ubuntu.com> Thu, 18 Aug 2011 20:22:40 +0200
7
1policykit-1-gnome (0.101-2ubuntu4) oneiric; urgency=low8policykit-1-gnome (0.101-2ubuntu4) oneiric; urgency=low
29
3 * debian/polkit-gnome-authentication-agent-1.desktop:10 * debian/polkit-gnome-authentication-agent-1.desktop:
411
=== modified file 'debian/control'
--- debian/control 2011-05-16 13:15:25 +0000
+++ debian/control 2011-08-19 12:17:39 +0000
@@ -9,7 +9,7 @@
9 pkg-config,9 pkg-config,
10 dh-autoreconf,10 dh-autoreconf,
11 libdbus-glib-1-dev (>= 0.71),11 libdbus-glib-1-dev (>= 0.71),
12 libgtk-3-dev,12 libgtk2.0-dev (>= 2.17.1),
13 libpolkit-agent-1-dev (>= 0.97),13 libpolkit-agent-1-dev (>= 0.97),
14 libpolkit-gobject-1-dev (>= 0.97),14 libpolkit-gobject-1-dev (>= 0.97),
15 gtk-doc-tools (>= 1.3)15 gtk-doc-tools (>= 1.3)
1616
=== modified file 'debian/rules'
--- debian/rules 2011-05-16 14:46:12 +0000
+++ debian/rules 2011-08-19 12:17:39 +0000
@@ -9,7 +9,6 @@
9 dh_auto_configure -- \9 dh_auto_configure -- \
10 --disable-examples \10 --disable-examples \
11 --enable-gtk-doc \11 --enable-gtk-doc \
12 --with-gtk=3.0 \
13 --disable-introspection12 --disable-introspection
1413
15override_dh_auto_test:14override_dh_auto_test:

Subscribers

People subscribed via source and target branches