aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
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,