summaryrefslogtreecommitdiffstats
path: root/debian/_buildscripts/local/internals
Commit message (Collapse)AuthorAgeFilesLines
* DEB build scripts: removed support for ctags.Michele Calgaro2020-11-171-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: added support for ctags.Michele Calgaro2020-09-041-2/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: updated supported distros.Michele Calgaro2020-06-091-3/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts:Michele Calgaro2020-05-042-4/+18
| | | | | | | | | 1) updated application list. 2) fixed problem with .tdescminfo contents when branches are more recent than master/r14.0.x. 3) fixed issue with detection of extra dependencies repository. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: update distro lists.Michele Calgaro2020-04-232-36/+37
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: added support for reproducible builds.Michele Calgaro2020-04-221-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: added support to disable parallel build if needed.Michele Calgaro2019-07-111-1/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build script: updated available distros.Michele Calgaro2019-07-071-4/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts:Michele Calgaro2019-04-271-12/+0
| | | | | | | 1. drop unsupported distros 2. minor improvements Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: adapted to latest repository structure (packagingMichele Calgaro2019-04-022-17/+7
| | | | | | folder is now part of main TDE repository) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: fixed code for cross-building. Remove extraMichele Calgaro2018-11-231-1/+1
| | | | | | dependency on gettext-kde Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts:Michele Calgaro2018-10-071-2/+2
| | | | | | | | | - added tdeio-gopher, tdedocker, libtqt-perl. - removed applications/kuickshow (now built inside tdegraphics). - added "ack" to the list of programs available in a shell when a build fails. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts:Michele Calgaro2018-07-304-8/+16
| | | | | | | | - fixed support for Devuan Jessie. - dropped Sarge, Etch, Lenny, Lucid from list of supported distros. - added auto detection of distro, distro name and architecture. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB/UBU build scripts.Michele Calgaro2018-07-244-32/+57
| | | | | | | | | 1) added support for Devuan distros 2) added more command line options for update_repositories.sh 3) bug fixes and improved user feedback 4) added link inside ubuntu distro Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: several enhancements as follow:Michele Calgaro2018-07-117-0/+504
- major rework of update_repositories.sh script, which now supports multiple branches and provide better feedback to user. - added support for pre-built extra dependency packages. A user can now use Slavek Banko's binary packages instead of building the extra dependency locally. This removes a quite tedious process during the setup of the building environment. - bug fixes and more user friendly folder names. - improved README to cover the complete process until TDE installation. Special thanks to Gregory Guy <zadig83@laposte.net> for testing and feedback done so far. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>