File: control

package info (click to toggle)
pluma-plugins 1.27.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 4,408 kB
  • sloc: ansic: 1,633; python: 1,555; makefile: 349; sh: 20; xml: 13
file content (206 lines) | stat: -rw-r--r-- 6,402 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
Source: pluma-plugins
Section: x11
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>,
Build-Depends: debhelper-compat (= 13),
               dpkg-dev (>= 1.16.1.1),
               gettext,
               gla11y <!nocheck>,
               iso-codes,
               libglib2.0-dev,
               libgtk-3-dev,
               libgtksourceview-4-dev,
               libpeas-dev (>= 1.14.1),
               libvte-2.91-dev,
               pluma-dev (>= 1.26),
               python3,
               python3-dbus (>= 0.83.1),
               python3-gi,
               python-dbus-dev,
               mate-common (>= 1.24.0-1~),
               yelp-tools,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian-mate-team/pluma-plugins
Vcs-Git: https://salsa.debian.org/debian-mate-team/pluma-plugins.git
Homepage: http://www.mate-desktop.org/

Package: pluma-plugins
Architecture: any
Depends: pluma-plugin-bookmarks,
         pluma-plugin-bracketcompletion,
         pluma-plugin-codecomment,
         pluma-plugin-quickhighlight,
         pluma-plugin-smartspaces,
         pluma-plugin-sourcecodebrowser,
         pluma-plugin-synctex,
         pluma-plugin-terminal,
         pluma-plugin-wordcompletion,
         ${misc:Depends},
Enhances: pluma,
Description: set of plugins for pluma (metapackage)
 pluma-plugins contain a set of plugins for pluma, MATE's text editor.
 .
 The plugins are now split in separate packages; this metapackage brings all
 of them but they can be installed separately.

Package: pluma-plugins-common
Architecture: any
Depends: ${misc:Depends}
Enhances: pluma
Description: common files for pluma-plugins
 pluma-plugins contain a set of plugins for pluma, MATE's text editor.
 .
 This package contains common data files and translations.

Package: pluma-plugin-bookmarks
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         pluma,
         pluma-plugins-common
Enhances: pluma
Breaks: pluma-plugins (<< 1.26.0)
Replaces: pluma-plugins (<< 1.26.0)
Description: Bookmarks plugin for pluma
 pluma-plugins contain a set of plugins for pluma, MATE's text editor.
 .
 This plugin enables easy document navigation with bookmarks.

Package: pluma-plugin-bracketcompletion
Architecture: any
Depends: ${misc:Depends},
         pluma,
         pluma-plugins-common,
         gir1.2-glib-2.0,
         gir1.2-gtk-3.0,
         gir1.2-peas-1.0,
         python3-gi
Enhances: pluma
Breaks: pluma-plugins (<< 1.26.0)
Replaces: pluma-plugins (<< 1.26.0)
Description: Bracket Completion plugin for pluma
 pluma-plugins contain a set of plugins for pluma, MATE's text editor.
 .
 This plugin automatically adds closing brackets.

Package: pluma-plugin-codecomment
Architecture: any
Depends: ${misc:Depends},
         pluma,
         pluma-plugins-common,
         gir1.2-glib-2.0,
         gir1.2-gtk-3.0,
         gir1.2-gtksource-4,
         python3-gi
Enhances: pluma
Breaks: pluma-plugins (<< 1.26.0)
Replaces: pluma-plugins (<< 1.26.0)
Description: Code Comment plugin for pluma
 pluma-plugins contain a set of plugins for pluma, MATE's text editor.
 .
 This plugin enables commenting or uncommenting blocks of code.

Package: pluma-plugin-smartspaces
Architecture: any
Depends: ${misc:Depends},
         pluma,
         pluma-plugins-common,
         gir1.2-glib-2.0,
         gir1.2-gtk-3.0,
         gir1.2-gtksource-4,
         python3-gi
Enhances: pluma
Breaks: pluma-plugins (<< 1.26.0)
Replaces: pluma-plugins (<< 1.26.0)
Description: Smart Spaces plugin for pluma
 pluma-plugins contain a set of plugins for pluma, MATE's text editor.
 .
 This plugin inserts spaces automatically when pressing the tab key.

Package: pluma-plugin-sourcecodebrowser
Architecture: any
Depends: ${misc:Depends},
         pluma,
         pluma-plugins-common,
         gir1.2-glib-2.0,
         gir1.2-gtk-3.0,
         gir1.2-gtksource-4,
         python3-gi
Enhances: pluma
Breaks: pluma-plugins (<< 1.26.0)
Replaces: pluma-plugins (<< 1.26.0)
Description: Source Code Browser plugin for pluma
 pluma-plugins contain a set of plugins for pluma, MATE's text editor.
 .
 This plugin lets you view and navigate functions, variables and namespaces.

Package: pluma-plugin-synctex
Architecture: any
Depends: ${misc:Depends},
         pluma,
         pluma-plugins-common,
         gir1.2-glib-2.0,
         gir1.2-gtk-3.0,
         gir1.2-pango-1.0,
         gir1.2-peas-1.0,
         python3-dbus,
         python3-gi
Enhances: pluma
Breaks: pluma-plugins (<< 1.26.0)
Replaces: pluma-plugins (<< 1.26.0)
Description: SyncTex plugin for pluma
 pluma-plugins contain a set of plugins for pluma, MATE's text editor.
 .
 This plugin synchronizes between LaTex (using pluma) and PDF (using evince).

Package: pluma-plugin-terminal
Architecture: any
Depends: ${misc:Depends},
         pluma,
         pluma-plugins-common,
         gir1.2-glib-2.0,
         gir1.2-gtk-3.0,
         gir1.2-pango-1.0,
         gir1.2-peas-1.0,
         gir1.2-vte-2.91,
         python3-gi
Enhances: pluma
Breaks: pluma-plugins (<< 1.26.0)
Replaces: pluma-plugins (<< 1.26.0)
Description: Terminal plugin for pluma
 pluma-plugins contain a set of plugins for pluma, MATE's text editor.
 .
 This plugin embeds a terminal in the bottom pane.

Package: pluma-plugin-wordcompletion
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         pluma,
         pluma-plugins-common
Enhances: pluma
Breaks: pluma-plugins (<< 1.26.0)
Replaces: pluma-plugins (<< 1.26.0)
Description: Word Completion plugin for pluma
 pluma-plugins contain a set of plugins for pluma, MATE's text editor.
 .
 This plugin offers word completion using the completion framework.

Package: pluma-plugin-quickhighlight
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         pluma,
         pluma-plugins-common
Enhances: pluma
Breaks: pluma-plugins (<< 1.26.0)
Replaces: pluma-plugins (<< 1.26.0)
Description: Quick Highlight plugin for pluma
 pluma-plugins contain a set of plugins for pluma, MATE's text editor.
 .
 This plugin highlights every occurrences of selected text.