1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: update-manager
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Thibaut Paumard <paumard@users.sourceforge.net>, @GNOME_TEAM@
Build-Depends: gnome-pkg-tools (>= 0.12.3),
cdbs (>= 0.4.42),
debhelper (>= 5.0.37.2),
python-all-dev (>= 2.4),
python-all,
python-distutils-extra (>= 1.90),
python-support (>= 0.3),
python-apt (>= 0.7.2)
Build-Depends-Indep: libxml-parser-perl,
scrollkeeper,
intltool,
sharutils
Standards-Version: 3.7.3
XS-Python-Version: >= 2.4
Package: update-manager
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends},
${misc:Depends},
libgnome2-perl,
python-gnome2 (>= 2.12.4-1),
python-glade2 (>= 2.8.2-4),
python-vte,
python-dbus,
synaptic,
update-manager-core,
software-properties-gtk
Suggests: update-notifier
Description: GNOME application that manages software updates
This is the GNOME software update manager. It checks for updates made
available by Debian and third parties running Debian package
repositories, and lets the user choose which to install.
Package: update-manager-core
Architecture: any
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends},
${misc:Depends},
${shlibs:Depends},
python-apt (>= 0.7.1),
python-gnupginterface (>= 0.3.2-8),
lsb-release
Conflicts: update-manager (<< 0.59.20)
Description: APT update manager core functionality
This package holds the core functionality for the APT update managers
such as update-manager, the GNOME update manager. Update managers are
applications that help you keep your system up-to-date by providing a
nice interface in which you can see the list of updates and install
them using APT.
|