aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
blob: 8acd8b36b0cde3c82ff182f23ae0a585785ef58c (plain)
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
Source: sciteco
Section: editors
Priority: optional
Maintainer: Robin Haberkorn <rhaberkorn@fmsbw.de>
Build-Depends: debhelper (>= 10), dh-exec, gcc (>= 4:8.1), g++ (>= 4:8.1),
 libglib2.0-dev (>= 2.44),
 ncurses-term, libncurses-dev,
 libgtk-3-dev (>= 3.24), xvfb,
 groff (>= 1.19.2)
Standards-Version: 4.5.0
Homepage: https://sciteco.fmsbw.de/
Vcs-Browser: https://git.fmsbw.de/sciteco
Vcs-Git: git://git.fmsbw.de/sciteco

Package: sciteco-curses
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, sciteco-common (= ${source:Version})
Suggests: xclip
Description: Scintilla-based Text Editor and Corrector (curses)
 SciTECO is an interactive TECO dialect, similar to Video TECO.
 It also adds features from classic Standard TECO-11,
 and incorporates many unique new ideas.
 It is geared towards UNIX-like operating systems but also
 natively supports Microsoft Windows NT.
 .
 This package contains the curses (terminal) version of SciTECO.

Package: sciteco-gtk
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, sciteco-common (= ${source:Version})
Description: Scintilla-based Text Editor and Corrector (GTK+)
 SciTECO is an interactive TECO dialect, similar to Video TECO.
 It also adds features from classic Standard TECO-11,
 and incorporates many unique new ideas.
 It is geared towards UNIX-like operating systems but also
 natively supports Microsoft Windows NT.
 .
 This package contains the GTK+ 3 (graphical) version of SciTECO.

Package: sciteco-common
Architecture: all
Depends: ${misc:Depends}
Description: Scintilla-based Text Editor and Corrector (common files)
 SciTECO is an interactive TECO dialect, similar to Video TECO.
 It also adds features from classic Standard TECO-11,
 and incorporates many unique new ideas.
 It is geared towards UNIX-like operating systems but also
 natively supports Microsoft Windows NT.
 .
 This package contains architecture-independant files
 and the SciTECO standard library.