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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Source: gnome-packagekit
Section: gnome
Priority: optional
Maintainer: Matthias Klumpp <matthias@tenstral.net>
DM-Upload-Allowed: yes
Vcs-Git: git://anonscm.debian.org/pkg-packagekit/gnome-packagekit.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-packagekit/gnome-packagekit.git
Build-Depends: debhelper (>= 9),
dh-autoreconf,
docbook-utils,
gnome-doc-utils,
gtk-doc-tools,
intltool (>= 0.40),
libapt-pkg-dev,
libcanberra-gtk3-dev,
libdbus-glib-1-dev (>= 0.74),
libfontconfig1-dev,
libglib2.0-dev (>= 2.26),
libgnome-menu-dev (>= 2.26),
libgtk-3-dev,
libnotify-dev (>= 0.7),
libpackagekit-glib2-dev (>= 0.6.18),
libupower-glib-dev (>= 0.9.0),
libx11-dev,
python-dev,
rarian-compat,
xmlto
Standards-Version: 3.9.3
Homepage: http://www.packagekit.org
Package: gnome-packagekit
Architecture: any
Depends: gnome-packagekit-data (>= ${source:Version}),
gnome-settings-daemon (>= 3.2),
packagekit (>= 0.6.18),
${misc:Depends},
${shlibs:Depends}
Conflicts: packagekit-gnome
Replaces: packagekit-gnome
Description: Graphical distribution neutral software management tools
PackageKit allows performing simple software management tasks over a DBus
interface e.g. refreshing the cache, updating, installing and removing
software packages or searching for multimedia codecs and file handlers.
.
This package contains a set of GTK+ based applications for PackageKit:
- GUI for PackageKit transactions
- System update tool (gpk-update-viewer)
- Software installation and removal tool (gpk-application)
- Repository editor
- Several small helpers and prototype implementations
Package: gnome-packagekit-data
Architecture: all
Depends: ${misc:Depends}
Description: Data files for graphical distribution neutral software management tools
PackageKit allows performing simple software management tasks over a DBus
interface e.g. refreshing the cache, updating, installing and removing
software packages or searching for multimedia codecs and file handlers.
.
This package contains a set of GTK+ based applications for PackageKit:
- GUI for PackageKit transactions
- System update tool (gpk-update-viewer)
- Software installation and removal tool (gpk-application)
- Repository editor
- Several small helpers and prototype implementations
.
This package contains architecture-independent files for GNOME-PackageKit
Package: python-packagekit-gtk
Architecture: all
Section: python
Depends: python-gtk2,
python-packagekit,
${misc:Depends},
${python:Depends}
XB-Python-Version: ${python:Versions}
Description: Python GTK+ widgets for PackageKit clients
PackageKit allows performing simple software management tasks over a DBus
interface e.g refreshing the cache, updating, installing and removing
software packages or searching for multimedia codecs and file handlers.
.
This package provides Python GTK+2 widgets to be used in client applications.
|