summaryrefslogtreecommitdiffstats
path: root/debian/_base/libraries
Commit message (Collapse)AuthorAgeFilesLines
* DEB: Automatically add ldconfig trigger if the package contains plugins.Slávek Banko2023-12-196-0/+30
| | | | | | | | | | | 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-0524-24/+24
| | | | | | | 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 libksquirrel: switch to cmake building systemMichele Calgaro2023-09-215-113/+285
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 14bd28d507a855e372f7a90431a9946e0533543f)
* 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/+14
| | | | 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-144-4/+4
| | | | 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-085-36/+31
| | | | | Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* Move python-trinity to pytdeSlávek Banko2023-01-0817-0/+0
| | | | 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-37/+38
| | | | 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 libksquirrel: moved man pages to main repo and added to final package.Michele Calgaro2022-09-1019-419/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* DEB libkdcraw: Change README to markdown format.Slávek Banko2022-01-301-1/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB libtqt-perl: Do not enforce QT-DIR to /usr/share/tqt3 to avoid FTBFSSlávek Banko2022-01-161-1/+0
| | | | | | during packaging due to multiarch paths to libraries. Signed-off-by: Slávek Banko <[email protected]>
* DEB python-trinity: Update packaging after renaming sip-tqt.Slávek Banko2022-01-134-7/+4
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB libtdeldap: Change README to markdown format.Slávek Banko2021-10-221-0/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB libkexiv2: Change README to markdown format.Slávek Banko2021-10-221-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB libkdcraw: Add libiomp-dev to build-deps as an alternative to libomp-dev.Slávek Banko2021-08-291-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB libkdcraw: Switch to cmake.Slávek Banko2021-08-292-13/+14
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: Switch Build-Depends from cmake to cmake-trinity.Slávek Banko2021-05-183-3/+3
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: Swith cmake builds to use ninja-build.Slávek Banko2021-05-113-3/+3
| | | | | | 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-085-5/+50
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: Move DEB_DH_BUILDDEB_ARGS to common cdbs rules.Slávek Banko2021-04-0414-21/+78
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: Update the Maintainer's address to the TDE Debian Team.Slávek Banko2021-01-139-9/+9
| | | | 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-065-5/+5
| | | | | | | | which is written to '.tdepkginfo'. It addresses time zone independence to ensure a reproducible build. Signed-off-by: Slávek Banko <[email protected]>
* DEB: added cmake directive to create compilation database ↵Michele Calgaro2020-11-143-0/+3
| | | | | | | | | '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 <[email protected]>
* DEB libexiv2: added AUTHORS, NEWS and README to built packages.Michele Calgaro2020-10-131-0/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* DEB python-trinity: Add dh-python to build-deps.Slávek Banko2020-09-031-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: Create a .tdepkginfo containing package metadata.Slávek Banko2020-03-235-0/+45
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: Change debhelper compatibility level to 9.Slávek Banko2020-03-0818-18/+18
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: Make sure that python binary exists for packages that still depend on ↵Slávek Banko2020-02-251-0/+6
| | | | | | python2. Signed-off-by: Slávek Banko <[email protected]>
* DEB: Replace remaining python, python-dev and python-dbgSlávek Banko2020-02-052-2/+2
| | | | | | with python-all, python-dev-all and python-dbg-all. Signed-off-by: Slávek Banko <[email protected]>
* DEB python-trinity: Replace python-dbg dependency with python-all-dbg.Slávek Banko2020-02-041-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: enable parallel build in debian-tde.mk.Michele Calgaro2019-07-105-0/+10
| | | | | Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* DEB pytdeextensions: Prefer dh_python2 before dh_pysupport.Slávek Banko2019-06-151-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: Resolve FTBFS in support for using the $(DEB_HOST_MULTIARCH) variableSlávek Banko2019-06-035-10/+35
| | | | | | if the package does not contain any install and links files. Signed-off-by: Slávek Banko <[email protected]>
* DEB: Added support for using the $(DEB_HOST_MULTIARCH) variableSlávek Banko2019-06-025-0/+50
| | | | | | in the install and links files to the debian-tde.mk common rules. Signed-off-by: Slávek Banko <[email protected]>
* DEB: Merge debian-qt-kde.mk and kde.mk into one debian-tde.mkSlávek Banko2019-04-2716-582/+542
| | | | | | The debian-tde.mk rules are now unified for all packages. Signed-off-by: Slávek Banko <[email protected]>
* DEB: use _base folder for a distro instead of specific distros (squeezeMichele Calgaro2019-04-03153-0/+6232
and maverick). Signed-off-by: Michele Calgaro <[email protected]>