aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2023-06-20 06:03:34 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2023-06-20 17:40:54 +0300
commitfe9e438e3302b4078e18f1591eb81296da104d1a (patch)
tree0e3e779052ad5694647c5849b914b47885b2d738 /debian/control
parent5c49ea422a8dc29a44f24ce579d88496e7bf8d66 (diff)
downloadsciteco-fe9e438e3302b4078e18f1591eb81296da104d1a.tar.gz
Debian: updated/modernized config files
* This resolves must lintian warnings and errors.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 5d9a15a..10862ca 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,17 @@ Section: editors
Priority: optional
Maintainer: Robin Haberkorn <robin.haberkorn@googlemail.com>
Build-Depends: debhelper (>= 10), dh-exec, g++ (>= 4:5.0), libglib2.0-dev (>= 2.44),
- ncurses-base, ncurses-term, libncurses5-dev,
+ ncurses-term, libncurses5-dev,
libgtk-3-dev (>= 3.12), xvfb,
groff-base
-Standards-Version: 3.9.2
+Standards-Version: 4.5.0
Homepage: http://sciteco.sf.net/
Vcs-Browser: https://github.com/rhaberkorn/sciteco
Vcs-Git: git://github.com/rhaberkorn/sciteco.git
Package: sciteco-curses
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, sciteco-common (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, sciteco-common (= ${source: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,
@@ -25,7 +25,7 @@ Description: Scintilla-based Text Editor and Corrector (curses)
Package: sciteco-gtk
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, sciteco-common (= ${binary:Version})
+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,