~jconti/ubuntu/precise/screen-resolution-extra/fix_empty_package

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-10-08 14:02:54 UTC
  • Revision ID: james.westby@ubuntu.com-20091008140254-4wy87t91cnllionf
Tags: 0.10
* policy-dontzap.py, policyui.py: Add missing hashbang lines (files are
  executable).
* debian/control: Update Vcs-Bzr: to ubuntu-desktop branch.
* Port to polkit-1: (LP: #435709):
  - screenresolution-mechanism.policy.in: auth_self_keep_always →
    auth_admin_keep.
  - setup.{py,cfg}: Install policy file into share/polkit-1/actions.
  - Drop ScreenResolution/policykit.py, and its usage in policyui.py and
    policy-dontzap.py; client-side handling of PK is not necessary any more.
  - screenresolution-mechanism.py: Drop PolicyKitAuthentication class, it's
    way too complicated.
  - screenresolution-mechanism.py, _check_permission(): Call polkit-1
    instead of old PolicyKit.
* screenresolution-mechanism.py: Actually enforce privilege check by calling
  _check_permission() in the service methods.
* debian/control: Add policykit-1 dependency.
* debian/control: Bump Standards-Version to 3.8.3 (no changes necessary).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38), python-central (>= 0.6.11), python-dev (>= 2.4), intltool, python-distutils-extra
5
5
Maintainer: Alberto Milone (tseliot) <albertomilone@alice.it>
6
 
Standards-Version: 3.8.0
 
6
Standards-Version: 3.8.3
7
7
XS-Python-Version: all
8
 
Vcs-Bzr: http://bazaar.launchpad.net/~albertomilone/screen-resolution-extra/main
 
8
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/screen-resolution-extra/ubuntu/
9
9
 
10
10
Package: screen-resolution-extra
11
11
Architecture: all
12
12
XB-Python-Version: ${python:Versions}
13
 
Depends: ${python:Depends}, python-xkit
 
13
Depends: ${python:Depends}, python-xkit, policykit-1
14
14
Description: Extension for the GNOME screen resolution applet
15
15
 Extension for the GNOME screen resolution applet.