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
|
Source: gdebi
Section: admin
Priority: optional
Maintainer: gdebi developers <gdebi@packages.debian.org>
Uploaders: Michael Vogt <mvo@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
gir1.2-gtk-3.0,
gir1.2-vte-2.91,
python3-all,
python3-apt,
python3-gi,
python3-nose,
python3-setuptools,
intltool,
xvfb,
xauth,
lintian,
X-Python3-Version: >= 3.3
Standards-Version: 3.9.6
Vcs-Bzr: https://code.launchpad.net/~gdebi-developers/gdebi/trunk
Package: gdebi-core
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-apt,
python3-debian,
file
Suggests: xz-utils | xz-lzma
Description: simple tool to install deb files
gdebi lets you install local deb packages resolving and installing
its dependencies. apt does the same, but only for remote (http, ftp)
located packages.
.
It can also resolve build-depends of local debian/control files.
.
This package contains the libraries and command-line utility.
Package: gdebi
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
gdebi-core (= ${source:Version}),
gir1.2-gtk-3.0,
gir1.2-vte-2.91,
python3-gi,
policykit-1,
gnome-icon-theme
Recommends: libgtk2-perl, shared-mime-info, lintian
Description: simple tool to view and install deb files - GNOME GUI
gdebi lets you install local deb packages resolving and installing
its dependencies. apt does the same, but only for remote (http, ftp)
located packages.
.
The package is also scanned via lintian before the install and its
possible to inspect the control and data members of the packages.
.
This package contains the graphical user interface.
#Package: gdebi-kde
#Architecture: all
#Depends: ${python3:Depends},
# ${misc:Depends},
# gdebi-core (= ${source:Version}),
# python3-pykde4,
# kdebase-runtime | kde-runtime | kdesudo
#Recommends: shared-mime-info
#Description: simple tool to install deb files - KDE GUI
# gdebi lets you install local deb packages resolving and installing
# its dependencies. apt does the same, but only for remote (http, ftp)
# located packages.
# .
# This package contains the KDE user interface.
|