summaryrefslogtreecommitdiffstats
path: root/dilos/libraries
Commit message (Collapse)AuthorAgeFilesLines
* DEB pytde: Fix support for multiple Python3 installed in parallel.Slávek Banko2024-01-312-2/+8
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 639b8c3e80778124458d61ba546a16d1c7661b3d)
* 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 <[email protected]> (cherry picked from commit 34145f8176dbda8170684ae8fcdea0787a904f66)
* DEB: Change debhelper compatibility level to 10.Slávek Banko2023-11-057-7/+7
| | | | | | | Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit fc691a7208477948ad7519ed67861a0b4c6a4b74)
* DEB pytdeextensions: Enforcing the default version of Python is no longer ↵Slávek Banko2023-01-201-3/+0
| | | | | | needed. Signed-off-by: Slávek Banko <[email protected]>
* DEB pytde: Build for all installed pythons, instead of just default.Slávek Banko2023-01-201-13/+15
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* DEB pytdeextensions: Drop the DEB_PYTHON_SYSTEM setting from debian/rulesSlávek Banko2023-01-091-2/+0
| | | | | | as it was intended for Python 2 and the choice between pycentral and pysupport. Signed-off-by: Slávek Banko <[email protected]>
* DEB pytdeextensions: fix python provides.Michele Calgaro2023-01-091-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* DEB pytde: Avoid unwanted use of Python 2 for the shebang,Michele Calgaro2023-01-091-1/+1
| | | | | | | which caused the Python 2 dependency to be set. Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* DEB pytdeextensions: drop python 2 support.Michele Calgaro2023-01-084-316/+11
| | | | | Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* DEB pytde: drop python 2 support.Michele Calgaro2023-01-086-41/+30
| | | | | Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* Move python-trinity to pytdeSlávek Banko2023-01-0818-0/+0
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB python-trinity: Fix typo in rules for DilOS.Slávek Banko2023-01-081-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB pytdeextensions: Update dependencies after rename python-trinity to pytde.Slávek Banko2023-01-081-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB python-trinity: Rename packages to pytde.Slávek Banko2023-01-0814-38/+39
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB python-trinity: Fix pytqt-dev dependency name.Slávek Banko2022-12-231-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB python-trinity: Update dependencies after rename python-tqt to pytqt.Slávek Banko2022-12-221-3/+3
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: Switch Build-Depends from cmake to cmake-trinity.Slávek Banko2021-05-181-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: Swith cmake builds to use ninja-build.Slávek Banko2021-05-111-1/+1
| | | | | | Cleaning automake dependencies. Signed-off-by: Slávek Banko <[email protected]>
* DEB pytdeextensions: adjusted patch to latest code.Michele Calgaro2021-05-111-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* DEB: Move DEB_DH_BUILDDEB_ARGS to common cdbs rules.Slávek Banko2021-04-044-3/+24
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: Update the Maintainer's address to the TDE Debian Team.Slávek Banko2021-01-133-3/+3
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* DEB: Create a .tdepkginfo containing package metadata.Slávek Banko2020-03-231-0/+9
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: Change debhelper compatibility level to 9.Slávek Banko2020-03-083-3/+3
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB pytdeextensions: Make sure that python binary exists for packages that ↵Slávek Banko2020-03-081-0/+6
| | | | | | still depend on python2. Signed-off-by: Slávek Banko <[email protected]>
* DilOS pytdeextensions: Replace python dependency with python-all.Slávek Banko2020-03-081-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DilOS: pytdeextensions build packDenis Kozadaev2020-03-0821-0/+13518
| | | | Signed-off-by: Denis Kozadaev <[email protected]>
* DilOS python-trinity: Replace python dependency with python-all.Slávek Banko2020-03-081-2/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DilOS: python-trinity build packDenis Kozadaev2020-03-0818-0/+703
| | | | Signed-off-by: Denis Kozadaev <[email protected]>
* DilOS: libtdeldap build packDenis Kozadaev2020-02-2714-0/+411
Signed-off-by: Denis Kozadaev <[email protected]>