summaryrefslogtreecommitdiffstats
path: root/debian/_base/core/tdesdk
Commit message (Collapse)AuthorAgeFilesLines
* DEB: Automatically add ldconfig trigger if the package contains plugins.Slávek Banko2023-12-193-15/+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-053-3/+3
| | | | | | Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdesdk: Fix the names of packages related to dh_python3.Slávek Banko2023-01-162-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdesdk: drop python2 support.Michele Calgaro2023-01-162-16/+23
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: Update references to cmake-trinity in dependencies to new name tde-cmake.Slávek Banko2023-01-141-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdesdk: man pages moved to main repositoryMichele Calgaro2022-06-1385-3438/+63
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: Switch Build-Depends from cmake to cmake-trinity.Slávek Banko2021-05-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: Swith cmake builds to use ninja-build.Slávek Banko2021-05-111-1/+1
| | | | | | Cleaning automake dependencies. 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-12/+10
| | | | 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: Remove intltool from build-deps.Slávek Banko2021-01-131-1/+1
| | | | | | | Instead of intltool-merge, tde_l10n_merge.pl is now used, which is part of the common cmake module. 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-15161-0/+9492
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>