File: control

package info (click to toggle)
gdebi 0.9.5.8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,612 kB
  • sloc: python: 1,461; makefile: 37
file content (58 lines) | stat: -rw-r--r-- 1,801 bytes parent folder | download
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
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.