aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/compat
AgeCommit message (Collapse)AuthorFilesLines
2021-06-01debianized the Gtk UI (sciteco-gtk)Robin Haberkorn1-1/+1
* Added a Freedesktop file - only as part of the debian package yet. `make install` won't install a Desktop file since it would have to be generated. * Just like when installing manually, you can have a Curses and Gtk installation side by side using the same .teco_ini. * Common data between the Curses UI (sciteco-curses) and Gtk UI are in a new architecture-independant package sciteco-common. * The Gtk+ binaries are prefixed with `g` (gsciteco, gtedoc.tes, ggrosciteco.tes). * Debian source and binary packages can be built using `./distribute.mk debian` as usual. It should also be possible to push everything to the PPA for the next release, although that is not yet tested.
2015-03-18fixed Debian package: launchpad build servers have broken $TERM configurationsRobin Haberkorn1-1/+1
* 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.
2013-03-19debianized SciTECORobin Haberkorn1-0/+1
* 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