~ubuntu-branches/ubuntu/oneiric/software-properties/oneiric-security

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt, Mohamed Amine IL Idrissi, Michael Vogt
  • Date: 2011-07-22 19:11:26 UTC
  • Revision ID: james.westby@ubuntu.com-20110722191126-xoi15h2c116uzlgu
Tags: 0.81
[ Mohamed Amine IL Idrissi ]
* Redesigned the Updates tab according to
  https://wiki.ubuntu.com/SoftwareUpdateHandling#settings (LP:
  #351484, #357676, #253412)

[ Michael Vogt ]
* add dbus/polkit backend, based on 
  lp:~kubuntu-packagers/software-properties/dbusworker
* use new dbus backend
* automatically run tests at bzr-buildpackage time

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
[build_i18n]
3
3
domain=software-properties
4
 
desktop_files=[("share/applications", ("data/software-properties-gtk.desktop.in","data/software-properties-kde.desktop.in",))]
5
 
xml_files=[("share/mime/packages", ("data/mime/apt.xml.in",))]
 
4
desktop_files=[("share/applications", 
 
5
                 ("data/software-properties-gtk.desktop.in",
 
6
                  "data/software-properties-kde.desktop.in",),
 
7
               )
 
8
              ]
 
9
xml_files=[
 
10
        ("share/mime/packages", 
 
11
         ("data/mime/apt.xml.in",)),
 
12
        ("share/polkit-1/actions/", 
 
13
         ("data/com.ubuntu.softwareproperties.policy.in",)),
 
14
           ]
6
15
bug_contact="Sebastian Heinlein <sebi@glatzor.de>"
7
16
 
8
17
[sdist]