diff -Nru polkit-kde-1-0.99.0/debian/changelog polkit-kde-1-0.99.0/debian/changelog --- polkit-kde-1-0.99.0/debian/changelog 2011-06-23 10:38:37.000000000 +0200 +++ polkit-kde-1-0.99.0/debian/changelog 2011-09-15 19:03:44.000000000 +0200 @@ -1,3 +1,10 @@ +polkit-kde-1 (0.99.0-3ubuntu1) oneiric; urgency=low + + * Hide useless checkboxes in the authorization dialog. (LP: #851090) + - Add hide_useless_checkboxes.diff + + -- Felix Geyer Thu, 15 Sep 2011 18:57:04 +0200 + polkit-kde-1 (0.99.0-3) unstable; urgency=low [ Scott Kitterman ] diff -Nru polkit-kde-1-0.99.0/debian/control polkit-kde-1-0.99.0/debian/control --- polkit-kde-1-0.99.0/debian/control 2011-04-27 14:32:46.000000000 +0200 +++ polkit-kde-1-0.99.0/debian/control 2011-09-15 18:58:25.000000000 +0200 @@ -1,6 +1,7 @@ Source: polkit-kde-1 Priority: optional -Maintainer: Debian Qt/KDE Maintainers +Maintainer: Kubuntu Developers +XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Fathi Boudra Build-Depends: debhelper (>= 7.4.15), cmake, pkg-kde-tools (>= 0.11), kdelibs5-dev, libpolkit-qt-1-dev (>= 0.99.0) diff -Nru polkit-kde-1-0.99.0/debian/patches/hide_useless_checkboxes.diff polkit-kde-1-0.99.0/debian/patches/hide_useless_checkboxes.diff --- polkit-kde-1-0.99.0/debian/patches/hide_useless_checkboxes.diff 1970-01-01 01:00:00.000000000 +0100 +++ polkit-kde-1-0.99.0/debian/patches/hide_useless_checkboxes.diff 2011-09-15 19:09:30.000000000 +0200 @@ -0,0 +1,43 @@ +Description: Hide useless checkboxes in the authorization dialog. +Author: Felix Geyer + +--- polkit-kde-1-0.99.0.orig/AuthDialog.ui ++++ polkit-kde-1-0.99.0/AuthDialog.ui +@@ -122,30 +122,20 @@ + + true + ++ ++ false ++ + + +- ++ + + + For this session only + +- +- +- +- +- +- Qt::Horizontal +- +- +- QSizePolicy::Fixed +- +- +- +- 15 +- 10 +- ++ ++ false + +- ++ + + + diff -Nru polkit-kde-1-0.99.0/debian/patches/series polkit-kde-1-0.99.0/debian/patches/series --- polkit-kde-1-0.99.0/debian/patches/series 2011-06-23 10:20:14.000000000 +0200 +++ polkit-kde-1-0.99.0/debian/patches/series 2011-09-15 19:09:20.000000000 +0200 @@ -1 +1,2 @@ fix_dialog_focus.diff +hide_useless_checkboxes.diff