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 | |
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
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b620b14..303002e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sciteco (2.0.0-0) unstable; urgency=low + + * new upstream version v2.0.0 + + -- Robin Haberkorn <robin.haberkorn@googlemail.com> Sun, 30 May 2021 15:19:54 +0200 + sciteco (0.6.4-5) unstable; urgency=low * new upstream version v0.6.4 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/ |