summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/tdeedu
Commit message (Collapse)AuthorAgeFilesLines
* DEB: enable parallel build in debian-tde.mk.Michele Calgaro2019-07-101-0/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdeedu: Require kalzium/solver only if ocamlopt is available.Slávek Banko2019-06-291-4/+4
| | | | | | In the previous commit ocamldep was wrong - it was supposed to be ocamlopt. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdeedu: Require kalzium/solver only if ocamldep is available.Slávek Banko2019-06-281-1/+8
| | | | | | This solve FTBFS on some architectures. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdeedu: Switch to cmake.Slávek Banko2019-06-2882-2425/+67
| | | | | | | | The man page has been moved to the main tree. Generating kig/scripting-api documentation is now part of the main tree. The hack for build kalzium/solver (ocaml) out-of-source is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: Resolve FTBFS in support for using the $(DEB_HOST_MULTIARCH) variableSlávek Banko2019-06-031-2/+7
| | | | | | if the package does not contain any install and links files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: Added support for using the $(DEB_HOST_MULTIARCH) variableSlávek Banko2019-06-021-0/+10
| | | | | | in the install and links files to the debian-tde.mk common rules. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: Merge debian-qt-kde.mk and kde.mk into one debian-tde.mkSlávek Banko2019-04-273-94/+89
| | | | | | The debian-tde.mk rules are now unified for all packages. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: use _base folder for a distro instead of specific distros (squeezeMichele Calgaro2019-04-03208-0/+10314
and maverick). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>