diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 8de49eb..548b653 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ sciteco (0.6-1) unstable; urgency=low - * improved error handling - * emcurses/emscripten support - * Scintilla v3.3.9 / Scinterm v1.2 + * new upstream version v0.6 + * Debian package can now be built from the original + source tarball since it includes Scintilla. - -- Robin Haberkorn <robin.haberkorn@googlemail.com> Sun, 16 Feb 2014 13:51:39 +0100 + -- Robin Haberkorn <robin.haberkorn@googlemail.com> Tue, 17 Mar 2015 04:33:24 +0100 sciteco (0.5-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 1814bd3..e60cf5f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: sciteco Section: editors Priority: optional Maintainer: Robin Haberkorn <robin.haberkorn@googlemail.com> -Build-Depends: debhelper (>= 8), g++ (>= 4:4.4), libglib2.0-dev, libncurses5-dev +Build-Depends: debhelper (>= 7.4), g++ (>= 4:4.4), libglib2.0-dev, libncurses5-dev Standards-Version: 3.9.2 Homepage: http://sciteco.sf.net/ Vcs-Browser: https://github.com/rhaberkorn/sciteco |