summaryrefslogtreecommitdiffstats
path: root/dilos/core/tdebindings/debian
Commit message (Collapse)AuthorAgeFilesLines
* DEB: fix debian/rules to allow the source packages to be created without ↵Michele Calgaro2025-05-021-1/+1
| | | | | | having tde-cdbs installed Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tde-cdbs: Separate the common CDBS class into the package.Slávek Banko2025-04-294-278/+2
| | | | | | | For all packages changed dependence from cdbs to tde-cdbs and rules modified to use tde.mk class from /usr/share/cdbs. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB debian-tde.mk: Add common rules for updating config files for automake.Slávek Banko2025-04-141-0/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdebindings: fix FTBFS caused by missing setuptools dependencyMichele Calgaro2025-04-061-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: Automatically add ldconfig trigger if the package contains plugins.Slávek Banko2023-12-191-0/+5
| | | | | | | | | | As a result, it is no longer necessary to enforce ldconfig in postinst and postrm scripts and this solves the problem with packages where the ldconfig was not called after installation, but it was needed. This resolves issue TDE/tdemultimedia#29. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: Change debhelper compatibility level to 10.Slávek Banko2023-11-054-4/+4
| | | | | | Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdebindings: remove dependency on libtqt3-compat-headersMichele Calgaro2023-07-091-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdebindings: Re-enable build with Java on ppc64el.Slávek Banko2023-01-151-4/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdebindings: drop python2 support.Michele Calgaro2023-01-136-15/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdebindings: man pages moved to main repository.Michele Calgaro2022-07-1618-295/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdebindings: Enable build with Java on ppc64el.Slávek Banko2021-10-281-1/+1
| | | | | | It was unwantedly removed in commit c5de148f49058ceede8b98a0fd81262fbe0eb31d. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: Add support to build using ninja-build (CMake only) to common cdbs rules.Slávek Banko2021-05-081-1/+10
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: Move DEB_DH_BUILDDEB_ARGS to common cdbs rules.Slávek Banko2021-04-042-3/+10
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdebindings: Enable build with Java on riscv64.Slávek Banko2021-03-021-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: Update the Maintainer's address to the TDE Debian Team.Slávek Banko2021-01-131-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB common cdbs rules: Convert to UTC the date from the debian changelog,Slávek Banko2020-12-061-1/+1
| | | | | | | | which is written to '.tdepkginfo'. It addresses time zone independence to ensure a reproducible build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: adjusted to new 'core' folder for main packages.Michele Calgaro2020-11-1577-0/+2303
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>