summaryrefslogtreecommitdiffstats
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* DEB common cdbs rules: Convert to UTC the date from the debian changelog,Slávek Banko2020-12-06140-140/+140
| | | | | | | | 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 tqt3: Force file permissions in the tarball for examples.Slávek Banko2020-12-051-0/+1
| | | | | | It addresses independence from UMASK to ensure a reproducible build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdegames: Add rules for the tdefifteen package.Slávek Banko2020-12-023-1/+26
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdegames: Fix an empty package twin4.Slávek Banko2020-12-028-4/+3
| | | | | | | During the renaming of the package, the renaming of files that ensure the rules for creating the package was neglected. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdeedu: Drop old common patches related to automake.Slávek Banko2020-11-295-59/+1
| | | | | | Drop unnecessary build-deps related to automake. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: updated relevant modules to use pinentry-tqt if available.Michele Calgaro2020-11-293-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB trinity-keyring: Remove the binary package dependency on gnupg.Slávek Banko2020-11-255-31/+50
| | | | | | | | | Use the code to remove the old keys the same as debian-archive-keyring. Add package trinity-keyring-udeb, which could be suitable for the installer. This resolves bug 3170. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tde-i18n: Add intltool to build-deps.Slávek Banko2020-11-221-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB basket: added AUTHORS and removed TODO from built packages. AddedMichele Calgaro2020-11-222-2/+2
| | | | | | intltool to build deps. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tde-i18n: Clean up build rulesSlávek Banko2020-11-212-44/+27
| | | | | | | | | + drop automake support + common rule for non-two-letter languages + add dh_strip_nondeterminism to support a reproducible build + add package for es_AR language Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB build scripts: fixed typo in previous commit.Michele Calgaro2020-11-171-0/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: removed support for ctags.Michele Calgaro2020-11-173-34/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdeutils: The manual for the tdelirc control center module is moved to ↵Slávek Banko2020-11-161-3/+3
| | | | | | KControl. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB build scripts: adapted to new 'core' folder for core modules. Added ↵Michele Calgaro2020-11-155-19/+20
| | | | | | pinentry-tqt extra dependency package. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: adjusted to new 'core' folder for main packages.Michele Calgaro2020-11-152049-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: added cmake directive to create compilation database ↵Michele Calgaro2020-11-14122-18/+239
| | | | | | | | | '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 ktechlab: Switch to cmake.Slávek Banko2020-11-059-443/+266
| | | | | | | Switch to common TDE cdbs rules. The man page has been moved to the main tree. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: Moved 'Open Medium System Folder' from tdeaddons to tdebase. AlsoMichele Calgaro2020-11-056-17/+8
| | | | | | | moved Konqueror's media service desktop files from konqueror-trinity to tdebase-tdeio-plugins-trinity package for functionality consistency. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdeio-umountwrapper: remove file diversion logic.Michele Calgaro2020-10-265-203/+46
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB amarok: Disable building iRiver iFP support.Slávek Banko2020-10-244-5/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: added initial support for locking/unlocking of encrypted disks.Michele Calgaro2020-10-171-1/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB libexiv2: added AUTHORS, NEWS and README to built packages.Michele Calgaro2020-10-131-0/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB klcddimmer: added intltool to build-deps and adjusted after drop of ↵Michele Calgaro2020-10-112-2/+1
| | | | | | automake. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdemultimedia: Tests disabledSlávek Banko2020-10-081-1/+2
| | | | | | | Tests depend on external services on the Internet, which is not desirable for automated builds. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update translation template.Automated System2020-10-081-1/+1
|
* DEB tqtinterface: Remove the BUILD_ALL option because it is not used for ↵Slávek Banko2020-10-071-2/+1
| | | | | | tqtinterface. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tqtinterface: Change the architecture to 'all' for *-doc and *-dev packages.Slávek Banko2020-10-071-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB libcarddav: added AUTHORS, README, TODO to built packages.Michele Calgaro2020-10-071-0/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB libcaldav: added AUTHORS, README, TODO to built packages.Michele Calgaro2020-10-061-0/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tde-style-lipstik: Add intltool to build-deps.Slávek Banko2020-10-041-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB knemo: added intltool to build-deps and adjusted after drop of automake.Michele Calgaro2020-10-022-1/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB kshowmail: added intltool to build-deps.Michele Calgaro2020-10-011-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: fixed support for metapackages and adjusted to new ↵Michele Calgaro2020-10-013-11/+21
| | | | | | consolidated structure. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: removed kubuntu-desktop-i18n folder in tdelibs (not used).Michele Calgaro2020-10-013-310/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: updated after metapackages have been consolidated in one folder in main ↵Michele Calgaro2020-10-011653-7/+113963
| | | | | | repo. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: fixed pbuilder permits.Michele Calgaro2020-09-301-2/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB kerberostray: added intltool to build-deps.Michele Calgaro2020-09-291-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdelibs: Add option WITH_ISPELL.Slávek Banko2020-09-271-0/+2
| | | | | | Set ASPELL as the default spell checker. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB build scripts: fixed bug in search for existing modules.Michele Calgaro2020-09-271-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tqt3: Add the tirpc include directory to the includes.Slávek Banko2020-09-201-0/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB build scripts: make sure to use extra dependency folder configured in ↵Michele Calgaro2020-09-152-18/+18
| | | | | | the configuration file. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: updated to use extra dependency repository on TGW.Michele Calgaro2020-09-143-396/+381
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: added mathemagics and tdepacman.Michele Calgaro2020-09-092-0/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build script: fixed handling of packages with multiple - characters.Michele Calgaro2020-09-071-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: added tdepacman.Michele Calgaro2020-09-0512-0/+367
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: added support for ctags.Michele Calgaro2020-09-043-3/+41
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: added transcode and codeine.Michele Calgaro2020-09-042-0/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB desktop-effects-tde: Add dh-python to build-deps.Slávek Banko2020-09-041-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB python-trinity: Add dh-python to build-deps.Slávek Banko2020-09-031-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB kima: updated after dropping automake files.Michele Calgaro2020-08-292-1/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>