summaryrefslogtreecommitdiffstats
path: root/debian/_base/tdeedu
Commit message (Collapse)AuthorAgeFilesLines
* DEB: adjusted to new 'core' folder for main packages.Michele Calgaro2020-11-15149-7985/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: added cmake directive to create compilation database ↵Michele Calgaro2020-11-141-0/+1
| | | | | | | | | | 'compile_commands.json' at build time. This can be used to provide linting, autocompletion, hovering info, go-to-definition and in general other LSP functionality in development environments. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit eb16e7c7281e182297581fa8d565561869c81bca)
* DEB tdeedu: Add intltool to build-deps.Slávek Banko2020-05-281-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 416f837e352847104f2ace3b3d00ab84132a8e69)
* DEB tdeedu: Add texlive-latex-extra to build-deps.Slávek Banko2020-03-261-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit cabc4c7748fc029c59ed94d719612dde3ded55bd)
* DEB: Create a .tdepkginfo containing package metadata.Slávek Banko2020-03-231-0/+9
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ad7e4e55d198239e75813dc19f8ed3f2e511964c)
* DEB: Change debhelper compatibility level to 9.Slávek Banko2020-03-082-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7aeb5c3618d6f16a2f34bd4106f38246b0285afe)
* DEB tdeedu: Add libnum-ocaml-dev as alternate dependency.Slávek Banko2019-12-101-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 27f9d57b41d6ff53c4c232dc877545eadeae3213)
* DEB: enable parallel build in debian-tde.mk.Michele Calgaro2019-07-111-0/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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> (cherry picked from commit f2fcec0e0ad7cb99ae59fd0cd7af18ec66c99bec)
* 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> (cherry picked from commit d2f604b56bb2cbfdc344d21043c877cb9ee29c2b)
* 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> (cherry picked from commit 8d21d41c365c6db3acbf8112bd0026d4ffc15e8b)
* 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> (cherry picked from commit 6e6210f3042a985d937a1e354a3fa6f83259b2b5)
* 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> (cherry picked from commit 7abdfa3a6ff766651598f0c4c1363c9a0f29860d)
* DEB: Merge debian-qt-kde.mk and kde.mk into one debian-tde.mkSlávek Banko2019-04-283-94/+89
| | | | | | | The debian-tde.mk rules are now unified for all packages. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4e9ab839f6b463cdf27413d9d74f7e79c078998c)
* DEB: use _base folder for a distro instead of specific distros (squeeze and ↵Michele Calgaro2019-04-03208-0/+10314
maverick). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>