diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-05-30 15:49:06 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-05-30 15:49:06 +0200 |
commit | 5a70618c833a935e47792579a5782ffdcc5ad099 (patch) | |
tree | 5481fb8dbd7614970009d6dc6433844852ef7c8e /debian/control | |
parent | f6a6d3d43c7d0c5b5a56ea3f32458b07174686a5 (diff) | |
download | sciteco-5a70618c833a935e47792579a5782ffdcc5ad099.tar.gz |
updated Debian package
* required a new changelog entry since the target release is now v2.0.0
* Glib dependency bumped
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f5821ab..6607b5c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: editors Priority: optional Maintainer: Robin Haberkorn <robin.haberkorn@googlemail.com> Build-Depends: debhelper (>= 7.4), g++ (>= 4:4.4), - libglib2.0-dev (>= 2.28), ncurses-base, ncurses-term, libncurses5-dev, + libglib2.0-dev (>= 2.44), ncurses-base, ncurses-term, libncurses5-dev, groff-base Standards-Version: 3.9.2 Homepage: http://sciteco.sf.net/ |