source: pkg/kev/main/update-manager/trunk/debian/control.in @ 5790

Revision 5790, 2.8 KB checked in by alanbach-guest, 4 years ago (diff)
  • Merged updates from Debian 0.200.0~rc2-2
Line 
1Source: update-manager
2Section: gnome
3Priority: optional
4Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
5Uploaders: Stephan Peijnik <debian@sp.or.at>,
6           Michael Vogt <mvo@debian.org>,
7           @GNOME_TEAM@
8Build-Depends: cdbs,
9               gnome-pkg-tools,
10               debhelper (>= 5.0.51),
11               python-support (>= 0.5.6),
12               python
13Build-Depends-Indep: intltool,
14                     python-distutils-extra (>= 1.90),
15                     python-sphinx (>= 0.6.1),
16                     python-gobject (>= 2.16.1),
17                     python-gtk2,
18                     python-apt (>= 0.7.11.1),
19                     python-dbus,
20                     python-gconf,
21                     python-newt,
22                     lsb-release,
23                     python-vte
24Standards-Version: 3.8.3
25Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/update-manager
26Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/update-manager
27
28Package: update-manager-core
29Architecture: all
30Section: admin
31Depends: ${python:Depends},
32         ${misc:Depends},
33         lsb-release,
34         python-apt (>= 0.7.11.1),
35         gksu,
36         sudo
37Recommends: update-manager-gnome (= ${source:Version})
38Replaces: update-manager (<< 1:0.93.7)
39Conflicts: update-manager (<< 1:0.93.7)
40Description: APT update manager core functionality
41 This package holds the core functionality for the APT update managers
42 such as update-manager, the GNOME update manager. Update managers are
43 applications that help you keep your system up-to-date by providing a
44 nice interface in which you can see the list of updates and install
45 them using APT.
46
47
48Package: update-manager-doc
49Architecture: all
50Section: doc
51Depends: ${misc:Depends}
52Suggests: libjs-jquery,
53          update-manager-core (= ${source:Version}),
54          update-manager-gnome (= ${source:Version})
55Description: Update Manager API documentation
56 This package contains the API documentation for Update Manager. Please note
57 that this is only useful if you intend to work on Update Manager and does
58 not include any documentation targeted at end-users.
59
60Package: update-manager-gnome
61Architecture: all
62Depends: ${python:Depends},
63         ${misc:Depends},
64         update-manager-core (= ${source:Version}),
65         python-gconf,
66         python-dbus,
67         python-gtk2,
68         gksu,
69         python-gobject (>= 2.16.1),
70         python-vte
71Replaces: update-manager (<< 0.200.0~pre0)
72Conflicts: update-manager (<< 0.200.0~pre0)
73Suggests: update-notifier, software-properties-gtk
74Description: GNOME application that manages software updates
75 This is the GNOME software update manager. It checks for updates made
76 available by Debian and third parties running Debian package
77 repositories, and lets the user choose which to install.
Note: See TracBrowser for help on using the repository browser.