File: control

package info (click to toggle)
python-caja 1.24.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 784 kB
  • sloc: xml: 1,745; ansic: 789; python: 297; makefile: 174; sh: 20
file content (57 lines) | stat: -rw-r--r-- 2,269 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
Source: python-caja
Section: python
Priority: optional
Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>,
           John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>,
           Stefano Karapetsas <stefano@karapetsas.com>,
           Vangelis Mouhtsis <vangelis@gnugr.org>,
           Martin Wimpress <code@flexion.org>,
Build-Depends: debhelper-compat (= 13),
               dpkg-dev (>= 1.16.1.1),
               gtk-doc-tools,
               libcaja-extension-dev (>= 1.20),
               libgirepository1.0-dev,
               libglib2.0-dev,
               mate-common (>= 1.20),
               python3-dev,
               python-gi-dev,
               quilt,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: http://www.mate-desktop.org/
Vcs-Browser: https://salsa.debian.org/debian-mate-team/python-caja
Vcs-Git: https://salsa.debian.org/debian-mate-team/python-caja.git

Package: python3-caja
Architecture: any
Depends: gir1.2-caja-2.0,
         python-caja-common (= ${source:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
Breaks: python-caja (<< 1.23~),
Replaces: python-caja (<< 1.23~),
Description: Python3 binding for Caja components
 Caja is the official file manager for the MATE desktop. It allows one
 to browse directories, preview files and launch applications associated
 with them. It is also responsible for handling the icons on the MATE
 desktop. It works on local and remote filesystems.
 .
 The Python binding for Caja allows one to write Caja property page
 and menu item extensions in Python.

Package: python-caja-common
Architecture: all
Depends: ${misc:Depends},
Replaces: python-caja (<< 1.9.0),
Breaks: python-caja (<< 1.9.0),
Description: Python binding for Caja components (common files)
 Caja is the official file manager for the MATE desktop. It allows one
 to browse directories, preview files and launch applications associated
 with them. It is also responsible for handling the icons on the MATE
 desktop. It works on local and remote filesystems.
 .
 The Python binding for Caja allows one to write Caja property page
 and menu item extensions in Python.
 .
 This package contains the architecture independent files.