Changeset 5790 for pkg/kev/main/update-manager/trunk/debian/control.in
- Timestamp:
- 09/11/09 02:52:33 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pkg/kev/main/update-manager/trunk/debian/control.in
r4136 r5790 3 3 Priority: optional 4 4 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 5 Uploaders: @GNOME_TEAM@ 6 Build-Depends: gnome-pkg-tools (>= 0.12.3), 7 cdbs (>= 0.4.42), 8 debhelper (>= 5.0.37.2), 9 python2.5-dev (>= 2.4), 10 python2.5, 11 python-distutils-extra (>= 1.90), 12 python-support (>= 0.3), 13 python-apt (>= 0.7.2) 14 Build-Depends-Indep: libxml-parser-perl, 15 scrollkeeper, 16 intltool, 17 sharutils 18 Standards-Version: 3.8.0.1 19 XS-Python-Version: >= 2.5 5 Uploaders: Stephan Peijnik <debian@sp.or.at>, 6 Michael Vogt <mvo@debian.org>, 7 @GNOME_TEAM@ 8 Build-Depends: cdbs, 9 gnome-pkg-tools, 10 debhelper (>= 5.0.51), 11 python-support (>= 0.5.6), 12 python 13 Build-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 24 Standards-Version: 3.8.3 25 Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/update-manager 26 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/update-manager 20 27 21 Package: update-manager 28 Package: update-manager-core 22 29 Architecture: all 23 XB-Python-Version: ${python:Versions} 30 Section: admin 24 31 Depends: ${python:Depends}, 25 32 ${misc:Depends}, 26 libgnome2-perl, 27 python-gnome2 (>= 2.12.4-1), 28 python-glade2 (>= 2.8.2-4), 29 python-vte, 30 python-dbus, 31 synaptic, 32 update-manager-core, 33 software-properties-gtk 34 Suggests: update-notifier 35 Description: GNOME application that manages software updates 36 This is the GNOME software update manager. It checks for updates made 37 available by Debian and third parties running Debian package 38 repositories, and lets the user choose which to install. 39 40 Package: update-manager-core 41 Architecture: any 42 XB-Python-Version: ${python:Versions} 43 Depends: ${python:Depends}, 44 ${misc:Depends}, 45 python-apt (>= 0.7.1), 46 python-gnupginterface (>= 0.3.2-8), 47 lsb-release 48 Conflicts: update-manager (<< 1:0.91.5.debian) 49 Replaces: update-manager (<< 1:0.91.5.debian) 33 lsb-release, 34 python-apt (>= 0.7.11.1), 35 gksu, 36 sudo 37 Recommends: update-manager-gnome (= ${source:Version}) 38 Replaces: update-manager (<< 1:0.93.7) 39 Conflicts: update-manager (<< 1:0.93.7) 50 40 Description: APT update manager core functionality 51 41 This package holds the core functionality for the APT update managers … … 55 45 them using APT. 56 46 57 Package: update-manager-hildon 47 48 Package: update-manager-doc 58 49 Architecture: all 59 XB-Python-Version: ${python:Versions} 50 Section: doc 51 Depends: ${misc:Depends} 52 Suggests: libjs-jquery, 53 update-manager-core (= ${source:Version}), 54 update-manager-gnome (= ${source:Version}) 55 Description: 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 60 Package: update-manager-gnome 61 Architecture: all 60 62 Depends: ${python:Depends}, 61 63 ${misc:Depends}, 62 update-manager-core, 63 python-glade2, 64 update-manager-core (= ${source:Version}), 65 python-gconf, 66 python-dbus, 67 python-gtk2, 64 68 gksu, 65 python-dbus, 66 python-gconf, 67 python-hildon, 69 python-gobject (>= 2.16.1), 68 70 python-vte 69 Conflicts: update-manager 70 Description: Hildon application that manages apt updates 71 This is the Hildon apt update manager. It checks for updates and lets the user 72 choose which to install. 71 Replaces: update-manager (<< 0.200.0~pre0) 72 Conflicts: update-manager (<< 0.200.0~pre0) 73 Suggests: update-notifier, software-properties-gtk 74 Description: 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 TracChangeset
for help on using the changeset viewer.


