File: control

package info (click to toggle)
system-config-printer 1.5.18-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,920 kB
  • sloc: python: 22,106; sh: 5,138; ansic: 1,516; xml: 811; makefile: 376; sed: 16
file content (109 lines) | stat: -rw-r--r-- 4,068 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Source: system-config-printer
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bícha <jbicha@ubuntu.com>,
           Guido Günther <agx@sigxcpu.org>,
           Dmitry Shachnev <mitya57@debian.org>,
           Laurent Bigonville <bigon@debian.org>
Build-Depends: debhelper (>= 13.11.6),
               debhelper-compat (= 13),
               dh-sequence-gnome,
               dh-sequence-python3,
               autoconf-archive,
               desktop-file-utils (>= 0.13),
               libcups2-dev,
               libglib2.0-dev,
               libudev-dev (>= 172) [linux-any],
               libusb-1.0-0-dev,
               python3-setuptools,
               xmlto
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/gnome-team/system-config-printer
Vcs-Git: https://salsa.debian.org/gnome-team/system-config-printer.git
Homepage: https://github.com/OpenPrinting/system-config-printer

Package: system-config-printer
Architecture: all
Depends: gir1.2-gdkpixbuf-2.0,
         gir1.2-glib-2.0,
         gir1.2-gtk-3.0,
         gir1.2-handy-1,
         gir1.2-notify-0.7,
         gir1.2-packagekitglib-1.0,
         gir1.2-pango-1.0,
         gir1.2-polkit-1.0,
         python3-cups (>= 1.9.60),
         python3-cupshelpers (= ${source:Version}),
         python3-dbus,
         python3-gi,
         system-config-printer-common (= ${source:Version}),
         ${misc:Depends},
         ${python3:Depends}
Recommends: avahi-utils, system-config-printer-udev
Suggests: gnome-software (>= 3.16.5-2)
Description: graphical interface to configure the printing system
 System-config-printer is a GUI written in Python using GTK+ to
 configure a CUPS server. Its primary use is to configure the printing
 system on the local host, but can also be used to setup a remote
 printer.
 .
 In terms of features, it aims to be as complete as the CUPS web
 administration tool, while being integrated to the desktop.

Package: system-config-printer-common
Architecture: all
Depends: gir1.2-gdkpixbuf-2.0,
         gir1.2-glib-2.0,
         gir1.2-gtk-3.0,
         gir1.2-notify-0.7,
         gir1.2-pango-1.0,
         python3-cairo,
         python3-cups (>= 1.9.60),
         python3-cupshelpers (= ${source:Version}),
         python3-dbus,
         python3-gi,
         ${misc:Depends},
         ${python3:Depends}
Recommends: cups-pk-helper,
            gir1.2-secret-1,
            system-config-printer-udev,
            ${pysmbc:Recommends}
Suggests: gnome-software (>= 3.16.5-2), ${pysmbc:Suggests}
Description: backend and the translation files for system-config-printer
 System-config-printer is a GUI written in Python using GTK+ to
 configure a CUPS server. Its primary use is to configure the printing
 system on the local host, but can also be used to setup a remote
 printer.
 .
 In terms of features, it aims to be as complete as the CUPS web
 administration tool, while being integrated to the desktop.
 .
 This package contains the backend and the translation files for
 system-config-printer

Package: python3-cupshelpers
Architecture: all
Section: python
Depends: python3-cups (>= 1.9.42),
         python3-dbus,
         ${misc:Depends},
         ${python3:Depends}
Description: Python utility modules around the CUPS printing system
 These Python modules, that come from the system-config-printer
 distribution, help building applications and utilities around the CUPS
 Python bindings.

Package: system-config-printer-udev
Architecture: linux-any
Depends: python3-cups (>= 1.9.42),
         python3-cupshelpers (>= ${source:Version}),
         python3-dbus,
         python3:any (>= 3.3.2-2~),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Utilities to detect and configure printers automatically
 These utilities allow one to detect automatically printers using UDEV when
 they are plugged on the system. They are then configured automatically in
 the CUPS printing daemon and made available to users.