Source: gdebi
Section: admin
Priority: optional
Maintainer: gdebi developers <gdebi@packages.debian.org>
Uploaders: Michael Vogt <mvo@debian.org>
Build-Depends: debhelper,
               debhelper-compat (= 13),
               dh-sequence-python3,
               gir1.2-gtk-3.0,
               gir1.2-vte-2.91,
               pyflakes3,
               python3-all,
               python3-apt,
               python3-gi,
               python3-setuptools,
               intltool,
               xvfb,
               xauth,
               lintian,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/gdebi.git
Vcs-Browser: https://salsa.debian.org/debian/gdebi
Testsuite: autopkgtest-pkg-pybuild

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, like apt.
 .
 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,
         pkexec
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, like apt.
 .
 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.
