summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/dependencies/libcarddav/debian/rules
Commit message (Collapse)AuthorAgeFilesLines
* DEB libcarddav: Fix empty and misnamed package for time64 variant.Slávek Banko2026-02-121-4/+4
| | | | | | | | This completes the changes related to renaming the libarddav package to libcardav0 in #537. For time64 variant the package got incorrect name libcarddav00t64 and was empty. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB libcaldav: Changes to silence lintian reports.Slávek Banko2026-02-071-4/+6
| | | | | | | | | + Added build and run time dependencies. + Added SO version to binary package name. + Added reason for epoch change to changelog. + Extended package description. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: Remove direct include for cmake.mk. Now it is automatically included by ↵Slávek Banko2025-09-141-1/+0
| | | | | | | | tde.mk, or using tde.mk rules for CMake builds with cdbs >= 0.4.177. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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-291-1/+1
| | | | | | | 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: Make adjustments for time64 ABI in the 'control' file before building -Slávek Banko2025-02-171-0/+6
| | | | | | | | in the cleaning phase and not to return the changes back. This is workaround due to newer dpkg, where cdbs rules for debhelper do not reflect additional changes in the control file made during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB libcarddav: Change the library package name in case of incompatible ABI ↵Slávek Banko2024-03-081-0/+44
| | | | | | for 64-bit time_t. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: Move DEB_DH_BUILDDEB_ARGS to common cdbs rules.Slávek Banko2021-04-041-3/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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>
* DEB libcarddav: Add definitions for multi-arch.Slávek Banko2019-10-131-0/+7
| | | | | | CMAKE_INSTALL_LIBDIR is set independently of GNUInstallDirs. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB libcarddav: Switch to cmake.Slávek Banko2019-10-111-105/+10
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: use _base folder for a distro instead of specific distros (squeezeMichele Calgaro2019-04-031-0/+110
and maverick). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>