~ubuntu-core-dev/update-manager/main

668 by Michael Vogt
* UpdateManager/DistUpgradeFetcherCore.py:
1
[build_i18n]
337.5.5 by Sebastian Heinlein
* use new python-distutils-extra
2
domain=update-manager
952.3.1 by ume
Add a .desktop file for the menu
3
desktop_files=[("share/applications", ("data/update-manager.desktop.in",
4
                                      ))]
2146.2.11 by Michael Vogt
initial port from gconf -> gsettings, this needs some cleanup in the naming still
5
schemas_files=[("share/glib-2.0/schemas", 
6
                 ("data/com.ubuntu.update-manager.gschema.xml.in",))
7
              ]
2816 by Jeremy Bicha
Add Appstream metadata with compulsory_for_desktop fields
8
xml_files=[("share/metainfo/",
9
         ("data/update-manager.appdata.xml.in",)),
10
              ]
337.5.5 by Sebastian Heinlein
* use new python-distutils-extra
11
12
[sdist]
13
formats = bztar
2512.1.1 by Michael Terry
use nosetests for running tests
14
15
[nosetests]
16
match=^test
2600 by Steve Langasek
Add skip-build=0 to setup.cfg, to work around Debian bug #701137 in pybuild
17
18
[install]
19
skip-build=0