aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2021-06-01 00:36:58 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2021-06-01 00:36:58 +0200
commit0dcfb82c706585d1ed5bd700a88cc9ddc6a8751d (patch)
treef55e25a2f81f8c86dfa214d395c2fa60f852fb78 /debian/control
parentd0c8cb91b089e735fb288cf0fd44afb20e08a89c (diff)
downloadsciteco-0dcfb82c706585d1ed5bd700a88cc9ddc6a8751d.tar.gz
debianized the Gtk UI (sciteco-gtk)
* Added a Freedesktop file - only as part of the debian package yet. `make install` won't install a Desktop file since it would have to be generated. * Just like when installing manually, you can have a Curses and Gtk installation side by side using the same .teco_ini. * Common data between the Curses UI (sciteco-curses) and Gtk UI are in a new architecture-independant package sciteco-common. * The Gtk+ binaries are prefixed with `g` (gsciteco, gtedoc.tes, ggrosciteco.tes). * Debian source and binary packages can be built using `./distribute.mk debian` as usual. It should also be possible to push everything to the PPA for the next release, although that is not yet tested.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control35
1 files changed, 30 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 6607b5c..5852e5a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,9 @@ Source: sciteco
Section: editors
Priority: optional
Maintainer: Robin Haberkorn <robin.haberkorn@googlemail.com>
-Build-Depends: debhelper (>= 7.4), g++ (>= 4:4.4),
- libglib2.0-dev (>= 2.44), ncurses-base, ncurses-term, libncurses5-dev,
+Build-Depends: debhelper (>= 10), dh-exec, g++ (>= 4:4.4), libglib2.0-dev (>= 2.44),
+ ncurses-base, ncurses-term, libncurses5-dev,
+ libgtk-3-dev (>= 3.12), gob2 (>= 2.0.20), xvfb,
groff-base
Standards-Version: 3.9.2
Homepage: http://sciteco.sf.net/
@@ -12,12 +13,36 @@ Vcs-Git: git://github.com/rhaberkorn/sciteco.git
Package: sciteco-curses
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Scintilla-based Text Editor and Corrector
+Depends: ${shlibs:Depends}, ${misc:Depends}, sciteco-common (= ${binary:Version})
+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 ncurses version of SciTECO.
+ This package contains the curses (terminal) version of SciTECO.
+
+Package: sciteco-gtk
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, sciteco-common (= ${binary: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
+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.