aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2015-03-18bumped release version to v0.6.4, updated ChangeLog and clarify libglib ↵Robin Haberkorn1-3/+5
minimum version * it was necessary to increase the upstream version so I could upload new versions to launchpad while debugging PPA build issues. * ChangeLog finalized for v0.6.4 * SciTECO requires at least libglib v2.28 (but that's only a guess)
2015-03-18fixed Debian package: launchpad build servers have broken $TERM configurationsRobin Haberkorn3-2/+12
* it also sets the compatibility level to 7 which was required when building for Ubuntu Lucid. This version cannot be supported however since its libglib version is too old.
2015-03-17updated Debian package and fixed ./distribute (for Debian packages)Robin Haberkorn2-5/+5
2015-02-11updated copyright to 2015Robin Haberkorn1-2/+2
2014-08-22automatically build Scintilla as part of SciTECO's build system:Robin Haberkorn1-6/+4
this should simplify building SciTECO for new users * compiler and archiver are passed down from Autoconf, so cross-compiling should work transparently * `make clean` will also clean the Scintilla source tree * there is no longer any need for "source bundles" as tar balls also contain Scintilla/Scinterm now * building from Git is not much more difficult than building from a tar ball * The versions of Scintilla/Scinterm embedded as submodules already contain all the patches necessary (currently none are necessary), so there's no need to have patch files in the repository * INSTALL instructions have been rewritten * the --with-scintilla and --with-scinterm site-config options have been kept. But they should be rarely necessary now.
2014-02-17mention sciteco.sf.net as the project's homepageRobin Haberkorn2-2/+2
2014-02-16prepare new target release v0.6Robin Haberkorn1-0/+8
2014-02-16updated minimum required Scintilla version to v3.3.7 / Scinterm v1.2Robin Haberkorn1-2/+2
* allows us to remove most patches. One however is still necessary (Scinterm Makefile bug!) * TECO-style control code echoing is now set up using the SCI_SETREPRESENTATION message * updated copyrights * updated TODO
2014-02-15updated Copyright to year 2014Robin Haberkorn1-2/+2
2014-02-15fixed formatting of "Text Editor and Corrector"Robin Haberkorn1-1/+1
2013-03-28added missing debian copyright notice for BSD headersRobin Haberkorn1-0/+5
2013-03-20updated version to 0.5Robin Haberkorn1-1/+1
2013-03-20use a Debian version and branch by defaultRobin Haberkorn1-1/+1
* distributed binary packages are standard debian packages * ./distribute might fix up the package version and branch for Ubuntu/PPA
2013-03-20default Scintilla-path is ../scintillaRobin Haberkorn1-1/+0
so no additional --with-scintilla is necessary when building from a source bundle
2013-03-19debianized SciTECORobin Haberkorn6-0/+116
* prepared for upload to Ubuntu PPA * debian package will not be in autoconf source distro * will only build as a non-native package based on a source bundle that contains scintilla, scinterm and has patches applied